X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/5d66b726833bfdce82121a8524cc4e2fcc9ba493..HEAD:/minwii_installer.iss diff --git a/minwii_installer.iss b/minwii_installer.iss index 4b2fe56..2bff3b0 100644 --- a/minwii_installer.iss +++ b/minwii_installer.iss @@ -6,14 +6,14 @@ ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{40F63892-D0D9-4E45-B295-A76BC9AFBD63} -AppName=MINWii -AppVerName=MINWii 1.0 +AppName=MINDs +AppVerName=MINDs 2.0.2 AppPublisher=MINES-ParisTech DefaultDirName={pf}\MINWii DisableDirPage=yes -DefaultGroupName=MINWii +DefaultGroupName=MINDs DisableProgramGroupPage=yes -OutputBaseFilename=minwiisetup +OutputBaseFilename=mindssetup Compression=lzma SolidCompression=yes @@ -29,22 +29,25 @@ Source: "dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createal Source: "win32\*.dll"; DestDir: "{sys}"; Flags: 32bit Source: "win32\vcredist_x86.exe"; DestDir: "{app}"; Flags: deleteafterinstall -Source: "chansons\*.xml"; DestDir: "{app}\chansons" -Source: "chansons\*.mscz"; DestDir: "{app}\chansons" +Source: "chansons\*.xml"; DestDir: "{userdocs}\minwii\chansons" +Source: "chansons\*.mscz"; DestDir: "{userdocs}\minwii\chansons" +Source: "chansons\*.jpg"; DestDir: "{userdocs}\minwii\chansons" + ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [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 +Name: "{group}\MINDs"; Filename: "{app}\runminwii.exe" +Name: "{group}\MINDs (mode fenêtre)"; Filename: "{app}\runminwii.exe"; Parameters: "--no-fullscreen" +Name: "{group}\MINDs analyseur"; Filename: "{app}\logapp.exe" +Name: "{group}\Désinstaller MINDs"; Filename: "{uninstallexe}" +Name: "{commondesktop}\MINDs"; Filename: "{app}\runminwii.exe"; Tasks: desktopicon [Run] Filename: "{app}\vcredist_x86.exe"; Parameters: "/qb!" -Filename: "{app}\runminwii.exe"; Description: "{cm:LaunchProgram,MINWii}"; Flags: nowait postinstall skipifsilent +Filename: "{app}\runminwii.exe"; Description: "{cm:LaunchProgram,MINDs}"; Flags: nowait postinstall skipifsilent [INI] -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}\minwii\soundfonts\FluidR3_GM.sf2"; Flags: createkeyifdoesntexist +Filename: "{app}\minwii.ini"; Section: "locations"; Key: "SONG_FILE_PATH"; String: "{userdocs}\minwii\chansons"; Flags: createkeyifdoesntexist +Filename: "{app}\minwii.ini"; Section: "locations"; Key: "SOUND_FONT"; String: "{app}\minwii\soundfonts\Minwii-light-soundfont.sf2"; Flags: createkeyifdoesntexist Filename: "{app}\minwii.ini"; Section: "locations"; Key: "LOGS_DIR"; String: "{userdocs}\minwii_logs"; Flags: createkeyifdoesntexist