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
- :
- Service- Set Identity
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
‎Oct 23, 2009
01:58 PM
Service- Set Identity
Project Type: InstallScript MSI
I've gotten to the stage where I can successfully create the services we need. I've adjusted the ISSelfReg table such that it can create and the Windows service and the DCOM service. The services are created just fine. However we need to set the identity on a couple of the services. How can we alter the service once it's been created to adjust the identity of four of our services using InstallScript code?
I've gotten to the stage where I can successfully create the services we need. I've adjusted the ISSelfReg table such that it can create and the Windows service and the DCOM service. The services are created just fine. However we need to set the identity on a couple of the services. How can we alter the service once it's been created to adjust the identity of four of our services using InstallScript code?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 26, 2009
11:49 AM
Does no one know how to set the identity of an existing Windows service? Everything else is configured correctly, I just need to set the identity now.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 26, 2009
06:32 PM
We've decided to work around this with our own hacks to the system. There doesn't seem to be any good way of changing a service once it's created.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 26, 2009
09:29 PM
Why aren't you just using the Service Install / Service Control tables?