X-Git-Url: https://svn.cri.ensmp.fr/git/minwii.git/blobdiff_plain/6b1eaea2190cdef6f64d82f395b58867411ea7c1..29dfa14e4419fb6ceb9350223f410e967e8cc4f6:/minwii_installer.iss?ds=sidebyside

diff --git a/minwii_installer.iss b/minwii_installer.iss
index b5d1efc..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 2.0.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
 
@@ -31,18 +31,20 @@ Source: "win32\vcredist_x86.exe"; DestDir: "{app}"; Flags: deleteafterinstall
 
 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: "{userdocs}\minwii\chansons"; Flags: createkeyifdoesntexist