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: How to detect IIS 7 installed roles and services...
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
Apr 25, 2009
07:06 PM
How to detect IIS 7 installed roles and services...
greetings all,
In order for my InstallScript vbscript custom action code to execute, I need to require that the user have the following IIS 7 roles and services installed:
IIS Management Console
IIS Management Scripts and Tools
All of the IIS 6 Management Compatibilty roles and services
I have found the necessary registry keys to check for under HKLM at:
HKEY_LOCAL_MACHINE\Software\Microsoft\InetStp\Components
But, I also need to make sure that the Application Server's Application Server Foundation and Web Server (IIS) Support role services are installed or my InstallShield will crash when attempting to do app mapping for the new website it attempts to install.
SO, my question is: Does anybody out there know how I can detect the
Application Server's Application Server Foundation and Web Server (IIS) Support role services? I can't find registry keys for them after searching for a couple of days.
Perhaps there is another way besides registry keys? file system?
thanks in advance
henry
:eek:
In order for my InstallScript vbscript custom action code to execute, I need to require that the user have the following IIS 7 roles and services installed:
IIS Management Console
IIS Management Scripts and Tools
All of the IIS 6 Management Compatibilty roles and services
I have found the necessary registry keys to check for under HKLM at:
HKEY_LOCAL_MACHINE\Software\Microsoft\InetStp\Components
But, I also need to make sure that the Application Server's Application Server Foundation and Web Server (IIS) Support role services are installed or my InstallShield will crash when attempting to do app mapping for the new website it attempts to install.
SO, my question is: Does anybody out there know how I can detect the
Application Server's Application Server Foundation and Web Server (IIS) Support role services? I can't find registry keys for them after searching for a couple of days.
Perhaps there is another way besides registry keys? file system?
thanks in advance
henry
:eek:
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 12, 2010
10:57 AM
Henry,
Did you ever find a solution to this? I am using InstallScriptMSI project, and I need to verify that a Role for Web Server (IIS) has been installed. I also need to verify that various features have been installed on the server, such as WCF Activation.
Any help/direction would be greatly appreciated.
Thanks,
Pam
Did you ever find a solution to this? I am using InstallScriptMSI project, and I need to verify that a Role for Web Server (IIS) has been installed. I also need to verify that various features have been installed on the server, such as WCF Activation.
Any help/direction would be greatly appreciated.
Thanks,
Pam