diff --git a/inno_setup.iss b/inno_setup.iss index bed9a79..aff55ae 100644 --- a/inno_setup.iss +++ b/inno_setup.iss @@ -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