Skip to content

Commit

Permalink
- housekeping
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Jan 22, 2025
1 parent fa52036 commit c4dd950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static void Main(string[] args)
{
ServiceInstaller = new ServiceInstaller("WixSharp.TestSvc")
{
StartOn = SvcEvent.Install, //set it to null if you don't want service to start as during deployment
StartOn = SvcEvent.Install, //set it to null if you don't want service to start during deployment
StopOn = SvcEvent.InstallUninstall_Wait,
RemoveOn = SvcEvent.Uninstall_Wait,
DelayedAutoStart = true,
Expand Down

0 comments on commit c4dd950

Please sign in to comment.