Skip to content

Commit cffa619

Browse files
committed
Add option to run Chocolatey GUI after install
1 parent 05506d6 commit cffa619

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Filename: "{app}\bootstrapper.exe"; Parameters: "upgrade -y --force chocolateygu
5454
Flags: runascurrentuser runhidden; Components: chocolatey_gui
5555
Filename: "{app}\bootstrapper.exe"; Parameters: "{code:get_custom_source_params}"; \
5656
Flags: runascurrentuser runhidden; Components: custom_source
57+
Filename: "chocolateygui.exe"; \
58+
Flags: postinstall; Components: chocolatey_gui
5759

5860
[Code]
5961
var

0 commit comments

Comments
 (0)