cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
garypaquette
Level 4

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!
Labels (1)
0 Kudos
(1) Reply
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

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