Ajou d'un lien dans le « Menu démarrer » pour désinstaller l'application.
[minwii.git] / minwii_installer.iss
index f281fd4..c5e9cf9 100644 (file)
@@ -36,6 +36,7 @@ Source: "chansons\*.mscz"; DestDir: "{app}\chansons"
 [Icons]\r
 Name: "{group}\MINWii"; Filename: "{app}\runminwii.exe"\r
 Name: "{group}\MINWii (mode fenêtre)"; Filename: "{app}\runminwii.exe"; Parameters: "--no-fullscreen"\r
+Name: "{group}\Désinstaller MINWii"; Filename: "{uninstallexe}"\r
 Name: "{commondesktop}\MINWii"; Filename: "{app}\runminwii.exe"; Tasks: desktopicon\r
 \r
 [Run]\r
@@ -43,7 +44,7 @@ Filename: "{app}\vcredist_x86.exe"; Parameters: "/qb!"
 Filename: "{app}\runminwii.exe"; Description: "{cm:LaunchProgram,MINWii}"; Flags: nowait postinstall skipifsilent\r
 \r
 [INI]\r
-Filename: "{app}\minwii.ini"; Section: "locations"; Key: "songspath"; String: "{app}\chansons"; Flags: createkeyifdoesntexist\r
-Filename: "{app}\minwii.ini"; Section: "locations"; Key: "soundfont"; String: "{app}\soundfonts\FluidR3_GM.sf2"; Flags: createkeyifdoesntexist\r
-Filename: "{app}\minwii.ini"; Section: "locations"; Key: "logfiles"; String: "{userdocs}\minwii_logs"; Flags: createkeyifdoesntexist\r
+Filename: "{app}\minwii.ini"; Section: "locations"; Key: "SONG_FILE_PATH"; String: "{app}\chansons"; Flags: createkeyifdoesntexist\r
+Filename: "{app}\minwii.ini"; Section: "locations"; Key: "SOUND_FONT"; String: "{app}\soundfonts\FluidR3_GM.sf2"; Flags: createkeyifdoesntexist\r
+Filename: "{app}\minwii.ini"; Section: "locations"; Key: "LOGS_DIR"; String: "{userdocs}\minwii_logs"; Flags: createkeyifdoesntexist\r
 \r