We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b17676 commit b117108Copy full SHA for b117108
ProxyDialogAutoFiller.iss
@@ -6,7 +6,6 @@ AppVerName=ProxyDialogAutoFiller
6
VersionInfoVersion=1.0.0.0
7
AppVersion=1.0.0.0
8
AppMutex=ProxyDialogAutoFillerSetup
9
-;DefaultDirName=C:\ProxyDialogAutoFiller
10
DefaultDirName={code:GetProgramFiles}\ProxyDialogAutoFiller
11
Compression=lzma2
12
SolidCompression=yes
@@ -54,6 +53,7 @@ Name: "{app}";Permissions: users-modify
54
53
55
[Run]
56
Filename: "{sys}\icacls.exe";Parameters: """{app}\ProxyDialogAutoFiller.exe"" /inheritance:r"; Flags: runhidden shellexec
+Filename: "{app}\ProxyDialogAutoFiller.exe"; Description: "インストール後にプログラムを起動する"; Flags: postinstall nowait
57
58
[UninstallRun]
59
0 commit comments