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
- :
- Web Service Extension (CGI) - how to set a dependency
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
Feb 28, 2013
03:52 PM
Web Service Extension (CGI) - how to set a dependency
I've created an entry for a custom CGI exe under "Web Service Extensions" and I gave it a Group ID. I want to set a specific virtual directory to be dependent on the WSE but I don't see that ability anywhere.
If I was doing all this in a vbscript, it would be something like:
Setting the dependency enables the WSE in my virtual directory. Is there a way to do this in the InstallShield IDE? This needs to work in IIS6, 7, and 7.5.
If I was doing all this in a vbscript, it would be something like:
Dim ObjWebSvc
Set ObjWebSvc = GetObject(SERVICE_PATH)
ObjWebSvc.AddExtensionFile FullPathToExe, 1, MyGroupID, 1, MyExtensionName
ObjWebSvc.AddDependency MyAppName, MyGroupID
ObjWebSvc.SetInfo
Setting the dependency enables the WSE in my virtual directory. Is there a way to do this in the InstallShield IDE? This needs to work in IIS6, 7, and 7.5.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 12, 2013
05:00 PM
Really! No one has an answer for this?