[Scummvm-cvs-logs] SF.net SVN: scummvm:[56130] scummex/trunk

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Jul 3 06:17:12 CEST 2011


Revision: 56130
          http://scummvm.svn.sourceforge.net/scummvm/?rev=56130&view=rev
Author:   Kirben
Date:     2011-07-03 04:17:11 +0000 (Sun, 03 Jul 2011)

Log Message:
-----------
BUILD: Add Windows installer script for ScummEX.

Modified Paths:
--------------
    scummex/trunk/Makefile.mingw

Added Paths:
-----------
    scummex/trunk/win32/
    scummex/trunk/win32/ScummEX.iss

Modified: scummex/trunk/Makefile.mingw
===================================================================
--- scummex/trunk/Makefile.mingw	2011-07-03 04:04:41 UTC (rev 56129)
+++ scummex/trunk/Makefile.mingw	2011-07-03 04:17:11 UTC (rev 56130)
@@ -82,3 +82,4 @@
 	cp help/*.html $(SCUMMEXPATH)/help
 	cp help/help.* $(SCUMMEXPATH)/help
 	cp SDL/lib/SDL.dll $(SCUMMEXPATH)
+	cp win32/ScummEX.iss $(SCUMMEXPATH)

Added: scummex/trunk/win32/ScummEX.iss
===================================================================
--- scummex/trunk/win32/ScummEX.iss	                        (rev 0)
+++ scummex/trunk/win32/ScummEX.iss	2011-07-03 04:17:11 UTC (rev 56130)
@@ -0,0 +1,88 @@
+[Setup]
+AppCopyright=2011
+AppName=ScummEX
+AppVerName=ScummEX SVN
+AppPublisher=The ScummVM Team
+AppPublisherURL=http://www.scummvm.org/subprojects/
+AppSupportURL=http://www.scummvm.org/subprojects/
+AppUpdatesURL=http://www.scummvm.org/subprojects/
+DefaultDirName={pf}\ScummEX
+DefaultGroupName=ScummEX
+AllowNoIcons=true
+AlwaysUsePersonalGroup=false
+EnableDirDoesntExistWarning=false
+Compression=lzma
+OutputDir=C:\ScummEX
+OutputBaseFilename=scummex-win32
+DisableStartupPrompt=true
+AppendDefaultDirName=false
+SolidCompression=true
+DirExistsWarning=no
+
+[Files]
+Source: "help\CMIOpcodes.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\encycl.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\GRIMOpcodes.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\help.hhc"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\help.hhk"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\help.hhp"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\index.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\MIDIs.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\newfrmt.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\oldfrmt.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\sizes.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\spec.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specADL.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specAMI.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specAPAL.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specCLUT.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specDATA.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specform.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specFRMT.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specF_IMC.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specF_IMX.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specF_LUA.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specF_TXT.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specF_WAV.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specGMD.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\speciMUS.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specJUMP.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specLABN.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specLB83.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specLECF.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specLFLF.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specLOFF.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specMAP.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specMCMP.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specMIDI.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specNPAL.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specOBCD.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specOBNA.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specOFFS.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specPALS.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specREGN.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specRIFF.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specRMSC.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specRNAM.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specROL.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specROOM.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specSPK.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specSTOP.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specSYNC.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specTEXT.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specTRNS.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "help\specWRAP.html"; DestDir: "{app}\help"; Flags: ignoreversion 
+Source: "copying.txt"; DestDir: "{app}"; Flags: ignoreversion
+Source: "scummex.exe"; DestDir: "{app}"; Flags: ignoreversion 
+Source: "SDL.dll"; DestDir: "{app}"; 
+
+[Dirs]
+Name: "{app}\help"; 
+
+[Run]
+Filename: {app}\scummex.exe; Flags: nowait skipifdoesntexist postinstall skipifsilent; Description: Launch ScummEX
+
+[Icons]
+Name: {group}\ScummEX; Filename: {app}\scummex.exe; WorkingDir: {app}; Comment: scummex; Flags: createonlyiffileexists; IconIndex: 0
+Name: {group}\Copying; Filename: {app}\COPYING.txt; WorkingDir: {app}; Comment: COPYING; Flags: createonlyiffileexists
+Name: {group}\{cm:UninstallProgram, ScummEX}; Filename: {uninstallexe}; 


Property changes on: scummex/trunk/win32/ScummEX.iss
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list