Skip to content

Commit

Permalink
Start Core and Notifier after install on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Mar 23, 2021
1 parent 68cb083 commit 81f0824
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions windows/portmaster-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ dontUpdate:
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster" \
"NoModify" 1

; Start Portmaster Core Service and Notifier
DetailPrint "Starting Portmaster Core Service and Notifier ..."
Exec '"sc.exe" start PortmasterCore'
Exec '"$INSTDIR\${ExeName}" notifier --data=$InstDir'

SectionEnd
!endif

Expand Down

0 comments on commit 81f0824

Please sign in to comment.