cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
KRZero
Level 3

Error with IISRT: -2147024891

Hi All,

I'm experiencing a strange problem when running my IIS application installer. It runs to the point when the files have been installed, but when starting to
configure the virtual directories and applications afterwards, it suddenly rolls back the installation:confused:

The Installer is designed to run on Win Server 2008 R2 (x64) only. Web Application type is ASP.Net 32bit wich uses a new created 32bit application pool.

Does anyone have any idea what the problem could be?


Snippet from the corresponding Installer.log:
.
.
.
InstallShield 11:17:48: getvaluelog
MSI (s) (C8!C4) [11:17:48:963]: Closing MSIHANDLE (4915) of type 790531 for thread 2500
MSI (s) (C8!C4) [11:17:48:963]: Creating MSIHANDLE (4916) of type 790531 for thread 2500
InstallShield 11:17:48: Setting property 'enabled' to value 'true' for element 'system.webServer/directoryBrowse'. Old value: '0'. m_sSectionName : 'system.webServer/directoryBrowse'.
MSI (s) (C8!C4) [11:17:48:963]: Closing MSIHANDLE (4916) of type 790531 for thread 2500
MSI (s) (C8!C4) [11:17:48:963]: Creating MSIHANDLE (4917) of type 790531 for thread 2500
InstallShield 11:17:48: getvaluelog
MSI (s) (C8!C4) [11:17:48:963]: Closing MSIHANDLE (4917) of type 790531 for thread 2500
MSI (s) (C8!C4) [11:17:48:963]: Creating MSIHANDLE (4918) of type 790531 for thread 2500
InstallShield 11:17:48: put_value succeeded. get_StringValue now returns '0' with string value 'true'.
MSI (s) (C8!C4) [11:17:48:963]: Closing MSIHANDLE (4918) of type 790531 for thread 2500
MSI (s) (C8!C4) [11:17:48:963]: Creating MSIHANDLE (4919) of type 790531 for thread 2500
InstallShield 11:17:48: CommitChanges for path 'MACHINE/WEBROOT/APPHOST/Default Web Site/Web4lifts_DrawingGenerationService' and physical path 'C:\inetpub\wwwroot\Web4lifts_DrawingGenerationService\'.
MSI (s) (C8!C4) [11:17:48:963]: Closing MSIHANDLE (4919) of type 790531 for thread 2500
MSI (s) (C8!C4) [11:17:48:963]: Creating MSIHANDLE (4920) of type 790531 for thread 2500
InstallShield 11:17:48: CommitChanges failed with the following HRESULT: '-2147024891'.
MSI (s) (C8!C4) [11:17:48:963]: Closing MSIHANDLE (4920) of type 790531 for thread 2500
MSI (s) (C8!C4) [11:17:48:963]: Creating MSIHANDLE (4921) of type 790531 for thread 2500
InstallShield 11:17:48: Error with IISRT: -2147024891
MSI (s) (C8!C4) [11:17:48:963]: Closing MSIHANDLE (4921) of type 790531 for thread 2500
CustomAction ISIISInstall returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (C8:F4) [11:17:48:979]: Closing MSIHANDLE (4660) of type 790536 for thread 272
Action ended 11:17:48: InstallFinalize. Return value 3.
MSI (s) (C8:10) [11:17:48:979]: User policy value 'DisableRollback' is 0
.
.
.


Thank you in advance for your suggestions
Labels (1)
0 Kudos
(1) Reply
KRZero
Level 3

Digging around for the last few hours I finally found the solution for the problem:

http://community.flexerasoftware.com/archive/index.php?t-191914.html

No words...:mad: :mad:
0 Kudos