Ajou d'un lien dans le « Menu démarrer » pour désinstaller l'application.
authorpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Tue, 1 Jun 2010 15:50:01 +0000 (15:50 +0000)
committerpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Tue, 1 Jun 2010 15:50:01 +0000 (15:50 +0000)
Mis à jour des noms des clés dans le fichier minwii.ini généré par Inno, en conformité avec les dernière modifications de config.py.

git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@218 fe552daf-6dbe-4428-90eb-1537e0879342

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