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
- :
- Windows Service Account and Startup Mode
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
Dec 03, 2013
06:38 PM
Windows Service Account and Startup Mode
Hi,
I use ISLE and VS 2012 (new user). Wrote up a deployment project for a Windows service. My 'ProjectInstaller' class (inherited from 'Installer' class) specifies that the service is to use Windows Network Service account, and a delayed start. Instead, the service runs via default Local System account, and is not delayed. Any hints?
This was all working flawlessly under VS 2010 with MS Deployment project, but can't seem to get it right here.
Any hints would be greatly appreciated.
Thanks.
I use ISLE and VS 2012 (new user). Wrote up a deployment project for a Windows service. My 'ProjectInstaller' class (inherited from 'Installer' class) specifies that the service is to use Windows Network Service account, and a delayed start. Instead, the service runs via default Local System account, and is not delayed. Any hints?
This was all working flawlessly under VS 2010 with MS Deployment project, but can't seem to get it right here.
Any hints would be greatly appreciated.
Thanks.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 04, 2013
05:14 PM
Have you checked this blog post?