Skip to content

Commit

Permalink
Merge pull request #1212 from stschulte/support-silent-win-install
Browse files Browse the repository at this point in the history
Allow silent install without application launch
  • Loading branch information
limpkin authored Mar 7, 2024
2 parents 160919b + 42558af commit 3778a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Name: "Full"; Description: "Full installation"
Name: "moolticute"; Description: "Moolticute"; Types: Full

[Run]
Filename: "{app}\moolticute.exe"; WorkingDir: "{app}"; Description: "Start Moolticute"; Flags: postinstall nowait runascurrentuser
Filename: "{app}\moolticute.exe"; WorkingDir: "{app}"; Description: "Start Moolticute"; Flags: postinstall nowait runascurrentuser skipifsilent

[Registry]
Root: "HKCU"; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueType: string; ValueName: "Moolticute"; ValueData: "{app}\moolticute.exe --autolaunched"; Flags: uninsdeletevalue
Expand Down

0 comments on commit 3778a30

Please sign in to comment.