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
- :
- Setting website name during installation
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎May 14, 2013
02:22 AM
Setting website name during installation
Hi,
How to create custom dialog to set website name and switch iis application pool during web app installation? This options is available during installation in web deployment project in VS2010, may be it possible to use this standard dialog in installschield? My project is basic MSI.
How to create custom dialog to set website name and switch iis application pool during web app installation? This options is available during installation in web deployment project in VS2010, may be it possible to use this standard dialog in installschield? My project is basic MSI.
(2) Replies
‎May 16, 2013
09:56 AM
As far as I know, InstallShield does not provide a dialog that would allow the user to set a website name or application pool. In the past I've had to create the dialog and write all the custom actions to support it. For instance a dialog that allows the user to select an existing applicaton pool or create a new one will have to have a custom action that populates a combobox with existing application pools. This custom action will have to work for all the IIS versions you support. Hope this gives you an idea of the work ahead of you.