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
- :
- Autostart of Web Application(Manage WCF & WF Services) in ISS through LE
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Aug 05, 2014
05:04 AM
Autostart of Web Application(Manage WCF & WF Services) in ISS through LE
How to enable auto Start of Web Application after MSI get install in ISS. My MSI is creating through Installshield LE.
(1) Reply
Aug 05, 2014
03:57 PM
Given that the Auto-start functionality of the WCF / WF services is part of the Appfabric Hosting components and not a part of IIS itself, I would be surprised to find that it was directly supported within the ISLE projects.
you could always create a powershell script to configure the service for auto-start and use the script in a custom action at the end of your installation.
http://msdn.microsoft.com/en-us/library/ee677317.aspx
you could always create a powershell script to configure the service for auto-start and use the script in a custom action at the end of your installation.
http://msdn.microsoft.com/en-us/library/ee677317.aspx