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
- :
- Setting Virtual Directory Alias at runtime
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
‎Sep 02, 2008
09:30 AM
Setting Virtual Directory Alias at runtime
We are trying to set the Virtual Directory's alias during the runtime of the install using a public property that gets set by one of our custom dialogs. This doesn't seem to work.
After some digging I found a temp file that the internal ca's use to temporarily store the information used to create the virtual directories. Some of the [PROPERTY] values haven't pulled through, instead the property name has been stored in this file. See the attached zip file with the install log and IIS73D6.tmp file.
The properties in question:
I suspect that it has something to do with the string table.
Any ideas to how we can get around this?
After some digging I found a temp file that the internal ca's use to temporarily store the information used to create the virtual directories. Some of the [PROPERTY] values haven't pulled through, instead the property name has been stored in this file. See the attached zip file with the install log and IIS73D6.tmp file.
The properties in question:
MH_CUSTOMERVIEW_SHARE - Value: MHCustomerView
MH_DIALOGSERVERAPI_SHARE - Value: MHDialogServerAPI
I suspect that it has something to do with the string table.
Any ideas to how we can get around this?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 02, 2008
09:33 AM
if we create a "breakpoint" in the install and replace the [PROPERTIES] with the actual values then the virtual directories get created
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 02, 2008
11:24 AM
I found the following post but it didn't seem to work for me
http://community.macrovision.com/showthread.php?t=96485&highlight=property+%22string+table%22+IIS
http://community.macrovision.com/showthread.php?t=96485&highlight=property+%22string+table%22+IIS
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 02, 2008
11:53 AM
Please see if the hotfix in the following KB article resolves the issue:
http://kb.acresso.com/selfservice/documentLink.do?externalID=Q200163
http://kb.acresso.com/selfservice/documentLink.do?externalID=Q200163
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 03, 2008
03:06 AM
Thanks, this soved my issues.