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

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.
Labels (1)
0 Kudos
(4) Replies
rrinblue22
Level 9

Error with IISRT: -2147024891 indicates 'access denied' to some resource may be web.config (check if it's read-only)
0 Kudos
rivin12
Level 3

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
0 Kudos
rrinblue22
Level 9

location is C:\MyPrj\TEST\ as per the log which you have posted
0 Kudos
Anonymous
Not applicable

@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).
0 Kudos