From 90dc38a3d55ce845c4a02333307b91b47d617a38 Mon Sep 17 00:00:00 2001 From: pin Date: Tue, 1 Jun 2010 15:50:01 +0000 Subject: [PATCH 1/1] =?utf8?q?Ajou=20d'un=20lien=20dans=20le=20=C2=AB=20Me?= =?utf8?q?nu=20d=C3=A9marrer=20=C2=BB=20pour=20d=C3=A9sinstaller=20l'appli?= =?utf8?q?cation.=20Mis=20=C3=A0=20jour=20des=20noms=20des=20cl=C3=A9s=20d?= =?utf8?q?ans=20le=20fichier=20minwii.ini=20g=C3=A9n=C3=A9r=C3=A9=20par=20?= =?utf8?q?Inno,=20en=20conformit=C3=A9=20avec=20les=20derni=C3=A8re=20modi?= =?utf8?q?fications=20de=20config.py.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@218 fe552daf-6dbe-4428-90eb-1537e0879342 --- minwii_installer.iss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/minwii_installer.iss b/minwii_installer.iss index f281fd4..c5e9cf9 100644 --- a/minwii_installer.iss +++ b/minwii_installer.iss @@ -36,6 +36,7 @@ Source: "chansons\*.mscz"; DestDir: "{app}\chansons" [Icons] Name: "{group}\MINWii"; Filename: "{app}\runminwii.exe" Name: "{group}\MINWii (mode fenĂȘtre)"; Filename: "{app}\runminwii.exe"; Parameters: "--no-fullscreen" +Name: "{group}\DĂ©sinstaller MINWii"; Filename: "{uninstallexe}" Name: "{commondesktop}\MINWii"; Filename: "{app}\runminwii.exe"; Tasks: desktopicon [Run] @@ -43,7 +44,7 @@ Filename: "{app}\vcredist_x86.exe"; Parameters: "/qb!" Filename: "{app}\runminwii.exe"; Description: "{cm:LaunchProgram,MINWii}"; Flags: nowait postinstall skipifsilent [INI] -Filename: "{app}\minwii.ini"; Section: "locations"; Key: "songspath"; String: "{app}\chansons"; Flags: createkeyifdoesntexist -Filename: "{app}\minwii.ini"; Section: "locations"; Key: "soundfont"; String: "{app}\soundfonts\FluidR3_GM.sf2"; Flags: createkeyifdoesntexist -Filename: "{app}\minwii.ini"; Section: "locations"; Key: "logfiles"; String: "{userdocs}\minwii_logs"; Flags: createkeyifdoesntexist +Filename: "{app}\minwii.ini"; Section: "locations"; Key: "SONG_FILE_PATH"; String: "{app}\chansons"; Flags: createkeyifdoesntexist +Filename: "{app}\minwii.ini"; Section: "locations"; Key: "SOUND_FONT"; String: "{app}\soundfonts\FluidR3_GM.sf2"; Flags: createkeyifdoesntexist +Filename: "{app}\minwii.ini"; Section: "locations"; Key: "LOGS_DIR"; String: "{userdocs}\minwii_logs"; Flags: createkeyifdoesntexist -- 2.20.1