Applies To | |||
Product(s): | SELECTserver | ||
Version(s): | 08.11.00.00 - Present | ||
Environment: | N/A | ||
Area: | Installation / Configuration | ||
Subarea: | Windows Installer Errors | ||
Original Author: | Jonathan Jezorski, Bentley Technical Support Group | ||
Warning: Making these changes can cause serious, system-wide problems within your environment. Do not make these changes unless you are confident with these steps and understand the impact to your system and other applications running on it.
1722 Windows Installer Error
Error 1722 There is a problem with this windows installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action configure_aspnet20_regiis , location: C:\program files\bentley\selectserver\, command: C: \Windows\Microsoft.net\framework\v2.0.50727\aspnet_regiis.exe -s /W3SVC/1/ROOT/BSS
When this error occurs, running the following will resolve the error:
1. Create a folder in windows exporer (any directory) such as C:\temp\bss
2. Open the IIS Manager and use the Virtual Directory Creation Wizard to create a virtual directory in IIS under the Default Web Site named BSS and point it at the directory named in step 1 (I.E. C:\temp\bss)3. After the wizard is complete, make the virtual directory BSS an application by right clicking on the virtual directory and selecting properties. On the Virtual directory tab, select the create button and close out of the properties dialog box.
4. In a command prompt, run: aspnet_regiis -s /w3svc/1/root/bss
5. run the SELECTserver Installer
6. Verify that the BSS virtual directory is now pointing to C:\program files\bentley\SELECT Server if it isn't then point it there