home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Geschicklichkeit
/
Zombiepox
/
zombiepox_install.exe
/
install_script.iss
Wrap
Text File
|
2004-08-13
|
2KB
|
50 lines
;InnoSetupVersion=4.0.5
[Setup]
AppName=Zombiepox
AppVerName=Zombiepox v1.1
AppId=Zombiepox
AppPublisher=Free Lunch Design
AppPublisherURL=http://www.freelunchdesign.com
AppSupportURL=http://www.freelunchdesign.com
AppUpdatesURL=http://www.freelunchdesign.com
DefaultDirName=c:\games\zombiepox
DefaultGroupName=Free Lunch Design\Zombiepox
OutputBaseFilename=zombiepox_install
Compression=zip
PrivilegesRequired=none
AllowNoIcons=yes
InfoBeforeFile=embedded\InfoBefore.txt
InfoAfterFile=embedded\InfoAfter.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\zombiepox.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{app}\data\gfx.dat"; DestDir: "{app}\data"; Flags: ignoreversion
Source: "{app}\data\sfx.dat"; DestDir: "{app}\data"; Flags: ignoreversion
[INI]
FileName: "{app}\zombiepox.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.freelunchdesign.com";
[Icons]
Name: "{group}\ Play Zombiepox"; Filename: "{app}\zombiepox.exe"; WorkingDir: "{app}";
Name: "{group}\Zombiepox Instructions"; Filename: "{app}\readme.txt";
Name: "{group}\Zombiepox on the Web"; Filename: "{app}\zombiepox.url";
Name: "{group}\Uninstall Zombiepox"; Filename: "{uninstallexe}";
Name: "{userdesktop}\Zombiepox"; Filename: "{app}\zombiepox.exe"; WorkingDir: "{app}"; Tasks: desktopicon;
[Tasks]
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:";
[UninstallDelete]
Type: files; Name: "{app}\zombiepox.url";
Type: files; Name: "{app}\data\zombiepox.dat";
Type: files; Name: "{app}\log.txt";
[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "default"; MessagesFile: "embedded\default.isl";