This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Virtual Directory
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 14, 2012
09:11 AM
Virtual Directory
Hi All.
I am trying to ad virtual directorty using Basic MSI. In installation Designer
-> Server Configuration -> Internet Information Services to the Web Site section I added WebSite "Default Web Site" and i added VDir Test. Before that I created Test folder and added some files. As soon as msi gets to creating this VDir it rolls back. Here is the log:
InstallShield 13:56:40: put_value succeeded. get_StringValue now returns '0' with string value 'false'.
InstallShield 13:56:40: CommitChanges for path 'MACHINE/WEBROOT/APPHOST/Default Web Site/TEST' and physical path 'C:\MyPrj\TEST\'.
InstallShield 13:56:40: CommitChanges failed with the following HRESULT: '-2147024891'.
InstallShield 13:56:40: Error with IISRT: -2147024891
CustomAction ISIISInstall returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 13:56:40: InstallFinalize. Return value 3.
MSI (s) (D8:68) [13:56:40:121]: User policy value 'DisableRollback' is 0
MSI (s) (D8:68) [13:56:40:122]: Machine policy value 'DisableRollback' is 0
Please help.
I am trying to ad virtual directorty using Basic MSI. In installation Designer
-> Server Configuration -> Internet Information Services to the Web Site section I added WebSite "Default Web Site" and i added VDir Test. Before that I created Test folder and added some files. As soon as msi gets to creating this VDir it rolls back. Here is the log:
InstallShield 13:56:40: put_value succeeded. get_StringValue now returns '0' with string value 'false'.
InstallShield 13:56:40: CommitChanges for path 'MACHINE/WEBROOT/APPHOST/Default Web Site/TEST' and physical path 'C:\MyPrj\TEST\'.
InstallShield 13:56:40: CommitChanges failed with the following HRESULT: '-2147024891'.
InstallShield 13:56:40: Error with IISRT: -2147024891
CustomAction ISIISInstall returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 13:56:40: InstallFinalize. Return value 3.
MSI (s) (D8:68) [13:56:40:121]: User policy value 'DisableRollback' is 0
MSI (s) (D8:68) [13:56:40:122]: Machine policy value 'DisableRollback' is 0
Please help.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 15, 2012
04:05 AM
Error with IISRT: -2147024891 indicates 'access denied' to some resource may be web.config (check if it's read-only)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 15, 2012
11:25 AM
Thank you so much for help.
I just could not find were is the location of this file?
I am using win 2008 r2 64.
thanks again
I just could not find were is the location of this file?
I am using win 2008 r2 64.
thanks again
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 19, 2012
02:30 AM
location is C:\MyPrj\TEST\ as per the log which you have posted
Anonymous
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 25, 2012
04:26 PM
@rvin, is your installshield project listing individual files in the "Files and Folder" view, or are you using visual studio project output (I am and have the same problem).