1 ; Script generated by the Inno Setup Script Wizard.
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
5 ; NOTE: The value of AppId uniquely identifies this application.
6 ; Do not use the same AppId value in installers for other applications.
7 ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
8 AppId={{40F63892-D0D9-4E45-B295-A76BC9AFBD63}
11 AppPublisher=MINES-ParisTech
12 DefaultDirName={pf}\MINWii
14 DefaultGroupName=MINWii
15 DisableProgramGroupPage=yes
16 OutputBaseFilename=minwiisetup
21 Name: "french"; MessagesFile: "compiler:Languages\French.isl"
24 Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
27 ;Source: "dist\runminwii.exe"; DestDir: "{app}"; Flags: ignoreversion
28 Source: "dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
29 Source: "win32\*.dll"; DestDir: "{sys}"; Flags: 32bit
30 Source: "win32\vcredist_x86.exe"; DestDir: "{app}"; Flags: deleteafterinstall
32 Source: "chansons\*.xml"; DestDir: "{app}\chansons"
33 Source: "chansons\*.mscz"; DestDir: "{app}\chansons"
34 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
37 Name: "{group}\MINWii"; Filename: "{app}\runminwii.exe"
38 Name: "{group}\MINWii (mode fenêtre)"; Filename: "{app}\runminwii.exe"; Parameters: "--no-fullscreen"
39 Name: "{group}\Désinstaller MINWii"; Filename: "{uninstallexe}"
40 Name: "{commondesktop}\MINWii"; Filename: "{app}\runminwii.exe"; Tasks: desktopicon
43 Filename: "{app}\vcredist_x86.exe"; Parameters: "/qb!"
44 Filename: "{app}\runminwii.exe"; Description: "{cm:LaunchProgram,MINWii}"; Flags: nowait postinstall skipifsilent
47 Filename: "{app}\minwii.ini"; Section: "locations"; Key: "SONG_FILE_PATH"; String: "{app}\chansons"; Flags: createkeyifdoesntexist
48 Filename: "{app}\minwii.ini"; Section: "locations"; Key: "SOUND_FONT"; String: "{app}\minwii\soundfonts\FluidR3_GM.sf2"; Flags: createkeyifdoesntexist
49 Filename: "{app}\minwii.ini"; Section: "locations"; Key: "LOGS_DIR"; String: "{userdocs}\minwii_logs"; Flags: createkeyifdoesntexist