home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Zombiepox / zombiepox_install.exe / install_script.iss
Text File  |  2004-08-13  |  2KB  |  50 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=Zombiepox
  5. AppVerName=Zombiepox v1.1
  6. AppId=Zombiepox
  7. AppPublisher=Free Lunch Design
  8. AppPublisherURL=http://www.freelunchdesign.com
  9. AppSupportURL=http://www.freelunchdesign.com
  10. AppUpdatesURL=http://www.freelunchdesign.com
  11. DefaultDirName=c:\games\zombiepox
  12. DefaultGroupName=Free Lunch Design\Zombiepox
  13. OutputBaseFilename=zombiepox_install
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. InfoAfterFile=embedded\InfoAfter.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\zombiepox.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\data\gfx.dat"; DestDir: "{app}\data"; Flags: ignoreversion 
  26. Source: "{app}\data\sfx.dat"; DestDir: "{app}\data"; Flags: ignoreversion 
  27.  
  28. [INI]
  29. FileName: "{app}\zombiepox.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.freelunchdesign.com"; 
  30.  
  31. [Icons]
  32. Name: "{group}\ Play Zombiepox"; Filename: "{app}\zombiepox.exe"; WorkingDir: "{app}"; 
  33. Name: "{group}\Zombiepox Instructions"; Filename: "{app}\readme.txt"; 
  34. Name: "{group}\Zombiepox on the Web"; Filename: "{app}\zombiepox.url"; 
  35. Name: "{group}\Uninstall Zombiepox"; Filename: "{uninstallexe}"; 
  36. Name: "{userdesktop}\Zombiepox"; Filename: "{app}\zombiepox.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  37.  
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  40.  
  41. [UninstallDelete]
  42. Type: files; Name: "{app}\zombiepox.url"; 
  43. Type: files; Name: "{app}\data\zombiepox.dat"; 
  44. Type: files; Name: "{app}\log.txt"; 
  45.  
  46. [Languages]
  47. ; These files are stubs
  48. ; To achieve better results after recompilation, use the real language files
  49. Name: "default"; MessagesFile: "embedded\default.isl"; 
  50.