Mar 16, 2013
07:13 PM
I'm surprised such a clear issue as this has gone unanswered. Since I am having this same issue and may have a work-around, I will respond. It appears that adding two entries will work, one with the asterisk and one without. IIS7+ will ignore the entry without the asterisk since no file will ever match. I have not yet verified what IIS6 does for entries with the asterisk but I think I remember accidently entering it that way when I was first learning IIS6 and it didn't do anything. EDIT: You can't enter with an asterisk into IIS6 manually, and trying it with a script produces an error. So I would guess that this will fail if you try to do this with InstallShield. I am using 2012Spring and they still have not added the ability to put a condition on an Application Mapping. Silly Flexera for not learning the products you try to support.
... View more
Mar 12, 2013
05:00 PM
Really! No one has an answer for this?
... View more
Feb 28, 2013
03:52 PM
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: 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.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Feb 28, 2013
03:35 PM
Selecting the parent web site and selecting the physical path are actually two different things since IIS has no restriction here. You need to update the value of MYWEBFOLDER either based on the site selection (using a Custom Action) or let the user set it separately using a "Destination Folder" page.
... View more
Latest posts by EvanBarr
Subject | Views | Posted |
---|---|---|
466 | Mar 16, 2013 07:13 PM | |
456 | Mar 12, 2013 05:00 PM | |
930 | Feb 28, 2013 03:52 PM | |
589 | Feb 28, 2013 03:35 PM |
Activity Feed
- Posted Re: Application Mappings Issue with IIS 6.0 and IIS 7.5 on InstallShield Forum. Mar 16, 2013 07:13 PM
- Posted Re: Web Service Extension (CGI) - how to set a dependency on InstallShield Forum. Mar 12, 2013 05:00 PM
- Posted Web Service Extension (CGI) - how to set a dependency on InstallShield Forum. Feb 28, 2013 03:52 PM
- Posted Re: Install IIS Web Site and Application in alternate path on InstallShield Forum. Feb 28, 2013 03:35 PM