-
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.
-
Error with IISRT: -2147024891 indicates 'access denied' to some resource may be web.config (check if it's read-only)
Cheers!

-
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
-
location is C:\MyPrj\TEST\ as per the log which you have posted
Cheers!

-
@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).
Last edited by stingyjack; 07-25-2012 at 04:29 PM.
Reason: totally missed the thread of the conversation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules