do not show run option in the setup (won't run because of manifest)
This commit is contained in:
parent
9b20dfa48f
commit
4d91176574
|
@ -40,6 +40,6 @@ Source: "localization\*"; DestDir: "{app}\local"; Flags: ignoreversion
|
|||
Name: "{autoprograms}\{#VtuAppName}"; Filename: "{app}\{#VtuAppExeName}"
|
||||
Name: "{usersendto}\{#VtuAppName}"; Filename: "{app}\{#VtuAppExeName}"
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\{#VtuAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(VtuAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
; [Run]
|
||||
; Filename: "{app}\{#VtuAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(VtuAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
|
||||
|
|
Loading…
Reference in New Issue