qq mises au point de l'installateur.
authorpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Fri, 28 May 2010 14:42:55 +0000 (14:42 +0000)
committerpin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Fri, 28 May 2010 14:42:55 +0000 (14:42 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@212 fe552daf-6dbe-4428-90eb-1537e0879342

minwii_installer.iss
setup_win_exe.py

index 422f5c8..6b170be 100644 (file)
@@ -24,7 +24,7 @@ Name: "french"; MessagesFile: "compiler:Languages\French.isl"
 Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked\r
 \r
 [Files]\r
-;Source: "dist\minwii_fullscreen.exe"; DestDir: "{app}"; Flags: ignoreversion\r
+;Source: "dist\runminwii.exe"; DestDir: "{app}"; Flags: ignoreversion\r
 Source: "dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs\r
 Source: "win32\*.dll"; DestDir: "{sys}"; Flags: 32bit\r
 \r
@@ -33,11 +33,12 @@ Source: "chansons\*.mscz"; DestDir: "{app}\chansons"
 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files\r
 \r
 [Icons]\r
-Name: "{group}\MINWii"; Filename: "{app}\.exe"\r
-Name: "{commondesktop}\MINWii"; Filename: "{app}\minwii_fullscreen.exe"; Tasks: desktopicon\r
+Name: "{group}\MINWii"; Filename: "{app}\runminwii.exe"\r
+Name: "{group}\MINWii (mode fenêtre)"; Filename: "{app}\runminwii.exe"; Parameters: "--no-fullscreen"\r
+Name: "{commondesktop}\MINWii"; Filename: "{app}\runminwii.exe"; Tasks: desktopicon\r
 \r
 [Run]\r
-Filename: "{app}\minwii_fullscreen.exe"; Description: "{cm:LaunchProgram,MINWii}"; Flags: nowait postinstall skipifsilent\r
+Filename: "{app}\runminwii.exe"; Description: "{cm:LaunchProgram,MINWii}"; Flags: nowait postinstall skipifsilent\r
 \r
 [INI]\r
 Filename: "{app}\minwii.ini"; Section: "locations"; Key: "songspath"; String: "{app}\chansons"; Flags: createkeyifdoesntexist\r
index 86702fc..1fa44dd 100755 (executable)
@@ -85,7 +85,7 @@ class MinWii2exe(py2exe.build_exe.py2exe) :
 class BuildExe:
     def __init__(self):
         #Name of starting .py
-        self.script = "src/minwii/minwii_fullscreen.py"
+        self.script = "src/minwii/runminwii.py"
 
         #Name of program
         self.project_name = "MINWii"