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: Windows Server 2008 issues
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
Dec 19, 2008
07:40 PM
Windows Server 2008 issues
During our installation process (InstallShield Script) we are looknig to the path of IIS in the registry in HKLM\Software\Microsoft\INetStp\PathWWWRoot.
On Server 2003 this was an explicit path - on Server 2008 it is a REG_EXPANDED_SZ which places %SystemDrive% in the place of the actual drive letter.
Any ideas on how do deal with this since all of our web components are not being installed.
Thanks!
On Server 2003 this was an explicit path - on Server 2008 it is a REG_EXPANDED_SZ which places %SystemDrive% in the place of the actual drive letter.
Any ideas on how do deal with this since all of our web components are not being installed.
Thanks!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 21, 2008
09:53 PM
You may try calling the Win32 ExpandEnvironmentStrings API to resolve environment variables stored in REG_EXPAND_SZ registry values. Alternately, you could replace %SystemDrive% with the value of the WINDISK or WINSYSDISK InstallScript variables.