Skip to content

Commit b117108

Browse files
committed
setup: add post exec
1 parent 0b17676 commit b117108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProxyDialogAutoFiller.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ AppVerName=ProxyDialogAutoFiller
66
VersionInfoVersion=1.0.0.0
77
AppVersion=1.0.0.0
88
AppMutex=ProxyDialogAutoFillerSetup
9-
;DefaultDirName=C:\ProxyDialogAutoFiller
109
DefaultDirName={code:GetProgramFiles}\ProxyDialogAutoFiller
1110
Compression=lzma2
1211
SolidCompression=yes
@@ -54,6 +53,7 @@ Name: "{app}";Permissions: users-modify
5453

5554
[Run]
5655
Filename: "{sys}\icacls.exe";Parameters: """{app}\ProxyDialogAutoFiller.exe"" /inheritance:r"; Flags: runhidden shellexec
56+
Filename: "{app}\ProxyDialogAutoFiller.exe"; Description: "インストール後にプログラムを起動する"; Flags: postinstall nowait
5757

5858
[UninstallRun]
5959

0 commit comments

Comments
 (0)