First of all, the installation of the ultimate bundle package took 6 hours!
Secondly (more importantly), the installation of the ASP.Net controls fails every time for no reason at all. I've looked through the installation log and there are no errors anywhere within. I'm on Windows 7 Ultimate x64 and use VS2010. I am installing from the NetAdvantage Ultimate bundle package since our company has licenses for several of the products.
Could you please reach out to support with asp.net installation log? Also you can try to run the asp.net msi directly from "Setups" folder and see what error it gives or you have the option to download asp.net product mis alone.
Dinker Abraham
Release Engineering Manager
Running the ASP.Net MSI directly also failed with a generic "setup ended prematurely error".
I will contact support directly and get them the installation log. Thanks.
Below is where it all begins and ends, thanks:
.
Calling SSLCRA32 with product string Infragistics\NetAdvantage\Net\Self\ASP.NET\CLR2x;Version11.1;{DF412E84-7A79-4c9c-A778-D9A721DE2D2F};SSSLCRA32 call successful.Action 11:07:19: StartIIS7ConfigTransaction. Starting IIS Config TransactionAction 11:07:19: RollbackIIS7ConfigTransaction. Rolling back IIS Config TransactionAction 11:07:19: CommitIIS7ConfigTransaction. Committing IIS Config TransactionAction 11:07:19: ConfigureIIs7Exec. Configuring IISConfigureIIs7Exec: Error 0x80070057: Invalid web address. Port was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. Port was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. Port was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. Port was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.ConfigureIIs7Exec: Error 0x80070057: Invalid web address. IP was not separated by a colon.Action 11:07:20: WriteIIS7ConfigChanges. Installing Config Keys and ValuesWriteIIS7ConfigChanges: Error 0x80070002: Site not found for create applicationWriteIIS7ConfigChanges: Error 0x80070002: Failed to configure IIS application.WriteIIS7ConfigChanges: Error 0x80070002: WriteIIS7ConfigChanges Failed.CustomAction WriteIIS7ConfigChanges returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)Action ended 11:07:20: InstallFinalize. Return value 3.Action 11:07:20: Rollback. Rolling back action:Rollback: Installing Config Keys and ValuesRollback: Configuring IISRollback: Committing IIS Config TransactionRollback: Rolling back IIS Config TransactionRollback: Starting IIS Config TransactionRollback: CallSSLCRA32Rollback: Writing system registry valuesRollback: Creating shortcutsRollback: Copying new filesRollback: Creating foldersRollback: Updating component registrationAction ended 11:09:26: INSTALL. Return value 3.Action ended 11:09:27: ExecuteAction. Return value 3.Action 11:09:27: FatalError. Action start 11:09:27: FatalError.Action 11:09:27: FatalError. Dialog createdAction ended 11:10:53: FatalError. Return value 2.Action ended 11:10:53: INSTALL. Return value 3.=== Logging stopped: 6/20/2011 11:10:53 ===MSI (c) (7C:9C) [11:10:53:880]: Product: Infragistics NetAdvantage ASP.NET 2011.1 -- Installation failed.
MSI (c) (7C:9C) [11:10:53:886]: Windows Installer installed the product. Product Name: Infragistics NetAdvantage ASP.NET 2011.1. Product Version: 11.1.0. Product Language: 1033. Manufacturer: Infragistics, Inc.. Installation success or error status: 1603.
beeramharish22 and gcortes:
The support team has been working with me and they determined that it is a bug in their installation process. There is a development ticket for it and it will be fixed ASAP. In the meantime, here is what they recommended to me in order to get everything installed:
"There is hidden folder ProgramData, open it and find Infragistics. Open it there should be NetAdvantage_ASPNET_20111.msi double click on it.
When the installation starts select “Custom”, after that unmark “IIS Extensions”
This will not install ig_common and Infragistcs virtual applications in IIS. They contains styles and images and can be added later.
After installing the controls you will have to run Create Toolbox Utility.
Click on the start menu -> Infragistics -> NetAdvantage 2011.1 -> ASP.NET -> Utilities -> Create Toolbox Tab for CLR 4.0
This will create toolbox in visual studio."
Hope this helps.
Kettch - thanks for your kindness!
That did work, the part to unmark is "IIS Components" (vs. "IIS Extensions").
I'm not sure what's missing now, but hopefully Infragistics Support can help too.
Thanks again!
Yeah, I noticed the verbiage difference (extensions vs components) too. Forgot to mention that. I asked support what the missing components were and whether we need them and this is what they told me:
"You will be able to install IIS Components later[edit: once it is fixed]. After set the appropriate IIS settings you will have to run NetAdvantage_ASPNET_20111.msi again and click on the "Change" button. After that mark IIS Components and click next. This will add it to the existing installation.
You are not missing anything by not having the IIS Components installed, because IIS Components create two virtual folders which contains only styles and images.
WebSchedule uses this two folders for example. If is needed you should be able to add it manually."
In other words, it's not important stuff that needs to be installed. :)
gcortes: I got it installed.
Check two things on your end.
1) If you're on Win7/2008 make sure the IIS6 compatibility features are installed. Apparently they are needed by the Infragistics installer
2) Check the name of the default web site that you have in IIS. It should be "Default Web Site". If it is not, either change the name or run the Infragistics ASP.Net installer from the command line like this:
NetAdvantage_ASPNET_20111.msi DEFAULT_WEBSITE_NAME="Your Default Website Name"