cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Nick71
Level 2

Problem with installing with IIS7 on Windows Server 2008

We have an installation that installs an ASP.NET application. On one particular Windows 2008 R2 machine (works fine on others), the install fails and rolls back. The error log contains ...

InstallShield 8:58:07: PutPropertyCommon: sProperty physicalPath sValue C:\inetpub\wwwroot\DataPA\ bIsPath 0
InstallShield 8:58:07: Element is NULL while looking for the following property: physicalPath
InstallShield 8:58:07: PutPropertyCommon: no property returned for physicalPath, don't try to set it now
InstallShield 8:58:07: spCollection NULL in CIisFunctionsVista::AddElement.
InstallShield 8:58:07: pElement NULL in CIisFunctionsVista::AddElement
InstallShield 8:58:07: Exception caught in CreateVirtualDirVista!
InstallShield 8:58:07: Error with IISRT: -2201
CustomAction caCreateVRoots returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)

Action ended 8:58:07: InstallFinalize. Return value 3.
MSI (s) (B4:94) [08:58:07:236]: User policy value 'DisableRollback' is 0
MSI (s) (B4:94) [08:58:07:236]: Machine policy value 'DisableRollback' is 0
MSI (s) (B4:94) [08:58:07:240]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1078413120,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (B4:94) [08:58:07:240]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (B4:94) [08:58:07:240]: Executing op: DialogInfo(Type=1,Argument=DataPA OpenAnalytics)
MSI (s) (B4:94) [08:58:07:241]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
MSI (s) (B4:94) [08:58:07:241]: Executing op: RegisterBackupFile(File=C:\Config.Msi\34f6fd6.rbf)
MSI (s) (B4:94) [08:58:07:241]: Executing op: RegisterBackupFile(File=C:\Config.Msi\34f6fd7.rbf)
MSI (s) (B4:94) [08:58:07:241]: Executing op: RegisterBackupFile(File=C:\Config.Msi\34f6fd8.rbf)
MSI (s) (B4:94) [08:58:07:241]: Executing op: RegisterBackupFile(File=C:\Config.Msi\34f6fd9.rbf)
Action 8:58:07: Rollback. Rolling back action:
Rollback: Creating IIS Virtual Roots...

Any help resolving this would be very much appreciated.

Thanks
Nick
Labels (1)
0 Kudos
(1) Reply
custjcy
Level 2

Nick71 wrote:


InstallShield 8:58:07: Exception caught in CreateVirtualDirVista!
InstallShield 8:58:07: Error with IISRT: -2201
CustomAction caCreateVRoots returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)


Nick



I just met similar problem. My installation is built with Installshield 2010 sp1, it tries to install a asp.net 2.0 web site and fails in part of windows 2008R2 machines. Finally, I found in these machines, the port of "Default web site" is not 80, after I changed port to 80 the installation works.
0 Kudos