|
||||||||||||||||||
Add Forum to Favorites | Send Topic To a Friend | View Forum FAQ | Track this topic |
Last Thread Next Thread ![]() |
| InstallUtil.exe - Allow Service to Interact with Desktop? |
|
![]() CyberSlag5k Member since: 4/25/2003 From: Blue Ash, OH, United States |
||||
|
|
||||
| Sorry, not GameDev related, but I'm not coming up with anything here, so I thought I'd tap this font of knowledge. I need a way to programatically set the "Allow Service to Interact with Desktop" property of a service. I thought maybe there would be an InstallUtil.exe option, but I'm yet to find one. Does anyone know how this can be done? Thanks. Without order nothing can exist - without chaos nothing can evolve. |
||||
|
||||
![]() ernow Member since: 3/9/2001 |
||||
|
|
||||
| Take a look at this Then again... having a service interacting with the desktop is a kind of bad I guess... |
||||
|
||||
![]() CyberSlag5k Member since: 4/25/2003 From: Blue Ash, OH, United States |
||||
|
|
||||
| Thanks Ernow. The method I actually ended up going with was to edit the registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<SERVICE_NAME> The 256th bit of the value "Type" is that setting, so I just OR it. Without order nothing can exist - without chaos nothing can evolve. |
||||
|
||||
![]() ernow Member since: 3/9/2001 |
||||
|
|
||||
| You're welcome! As far as I can see it is not the 256th bit but the 3rd from the right... :-) |
||||
|
||||
All times are ET (US)![]() |
Last Thread Next Thread ![]() |
|