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
- :
- Detecting "ISAPI Extensions" Windows feature
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 18, 2009
11:16 AM
Detecting "ISAPI Extensions" Windows feature
Anyone know a way to tell whether or not the "ISAPI Extensions" Windows feature is installed in Vista or similar in Windows 7?
Our application requires this feature in order to operate and I need to make sure it is available.
I know ISAPI extensions are a bit passe but given time constraints it is easier for us to use the old approach while developing a new one.
Our application requires this feature in order to operate and I need to make sure it is available.
I know ISAPI extensions are a bit passe but given time constraints it is easier for us to use the old approach while developing a new one.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 21, 2009
02:54 AM
For detecting whether the IIS Metabase and IIS 6 Configuration Compatibility feature is set, there is a sample DLL with source code available in the following folder:
C:\Program Files\InstallShield\2010\Samples\WindowsInstaller\Detect IIS6 Compatibility
Possibly you can modify or extend this to detect whether the ISAP Extensions feature has been installed.
C:\Program Files\InstallShield\2010\Samples\WindowsInstaller\Detect IIS6 Compatibility
Possibly you can modify or extend this to detect whether the ISAP Extensions feature has been installed.
