diff --git a/bld/gen_full.iss b/bld/gen_full.iss index 1d8713ea..ea9d4ae2 100644 --- a/bld/gen_full.iss +++ b/bld/gen_full.iss @@ -45,7 +45,7 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall shellexec skipifsilent [InstallDelete] Type: files; Name: "{app}\td-log.txt" diff --git a/bld/gen_upd.iss b/bld/gen_upd.iss index c30d6682..7ab2fa7e 100644 --- a/bld/gen_upd.iss +++ b/bld/gen_upd.iss @@ -45,7 +45,7 @@ Source: "..\bin\x86\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesu Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" [Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall shellexec [InstallDelete] Type: files; Name: "{app}\*.xml"