Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Registering Windows Service


1 reply to this topic

Sanjivani

Sanjivani
  • Full Members
  • 1 posts

Posted 16 January 2007 - 06:38

Hi,
I am working in InstallScript MSI project. I want to register Windows Service. I tried it by setting .NET Installer class property but no success.

Could anyone tell me how to register service through scripting.

Thanks
Sanjivani

king_kobra

king_kobra
  • Full Members
  • 3 posts

Posted 18 January 2007 - 05:13

Just run the executable and append /Service to the end. You should be able to create a custom action that does exactly this.