do not show run option in the setup (won't run because of manifest)

This commit is contained in:
Samuel Tulach 2020-06-25 18:35:41 +02:00
parent 9b20dfa48f
commit 4d91176574
1 changed files with 2 additions and 2 deletions

View File

@ -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