Skip to content

Commit

Permalink
Updated installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
5cover committed Aug 28, 2022
1 parent 0e74c8d commit ffb01ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions InstallerScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Name: "{group}\{cm:UninstallProgram,{#Name}}"; Filename: "{uninstallexe}"; Worki
// shellexec because the app requires admin to run
Filename: "{app}\{#ExeName}"; Description: "{cm:LaunchProgram,{#StringChange(Name, '&', '&&')}}"; Flags: nowait postinstall skipifsilent shellexec

[InstallDelete]
Type: filesandordirs; Name: "{app}"
Type: filesandordirs; Name: "{commonappdata}\{#Name}"
[Messages]
UninstalledAll=%1 was successfully removed from your computer. However, .NET Dekstop Runtime was not uninstalled. You can manually uninstall it from the Add/Remove Programs Control Panel applet.
fr.UninstalledAll=%1 a été correctement désinstallé de cet ordinateur. Cependant, .NET Desktop Runtime n'a pas été désinstallé. Vous pouvez le désinstaller manuellement à partir de l'applet Ajout/Suppression de programmes du Panneau de configuration.

[CustomMessages]

Expand Down

0 comments on commit ffb01ed

Please sign in to comment.