X-Git-Url: https://svn.cri.ensmp.fr/git/minwii.git/blobdiff_plain/a697b3d25f51aa781aa3f08762efba3395f26c26..50de70078a398fcefd89b1171cd8d0026d716e61:/minwii_installer.iss?ds=inline

diff --git a/minwii_installer.iss b/minwii_installer.iss
index 7f7507b..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,23 +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}\MINWii analyseur"; Filename: "{app}\logapp.exe"
-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: "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