home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / WhenClonesAttack / clones.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-08-09  |  2.7 KB  |  55 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=When Clones Attack! 1.04
  4. AppVerName=When Clones Attack! 1.04
  5. AppId=When Clones Attack! 1.04
  6. AppPublisher=Midnight Synergy
  7. AppPublisherURL=http://www.pcaction.com
  8. AppSupportURL=http://www.pcaction.com
  9. AppUpdatesURL=http://www.pcaction.com
  10. DefaultDirName=C:\Clones
  11. DefaultGroupName=When Clones Attack! 1.04
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\Clones,1.exe"; DestDir: "{app}"; DestName: "Clones.exe"; 
  20. Source: "{app}\data1"; DestDir: "{app}"; 
  21. Source: "{app}\data2"; DestDir: "{app}"; 
  22. Source: "{app}\data4"; DestDir: "{app}"; 
  23. Source: "{app}\data5"; DestDir: "{app}"; 
  24. Source: "{app}\data6"; DestDir: "{app}"; 
  25. Source: "{app}\data7"; DestDir: "{app}"; 
  26. Source: "{app}\data8"; DestDir: "{app}"; 
  27. Source: "{app}\data9"; DestDir: "{app}"; 
  28. Source: "{app}\data10"; DestDir: "{app}"; 
  29. Source: "{app}\data11"; DestDir: "{app}"; 
  30. Source: "{app}\data12"; DestDir: "{app}"; 
  31. Source: "{app}\data13"; DestDir: "{app}"; 
  32. Source: "{app}\data14"; DestDir: "{app}"; 
  33. Source: "{app}\data15"; DestDir: "{app}"; 
  34. Source: "{app}\data16"; DestDir: "{app}"; 
  35. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  36. Source: "{app}\data3"; DestDir: "{app}"; 
  37. Source: "{app}\Clones,2.exe"; DestDir: "{app}"; DestName: "Clones.exe"; 
  38. Source: "{app}\moregames.ico"; DestDir: "{app}"; 
  39. [INI]
  40. FileName: "{app}\pcaction.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pcaction.com"; 
  41. FileName: "{app}\pcpuzzle.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pcpuzzle.com"; 
  42. [Run]
  43. Filename: "{app}\Clones.exe"; Description: "Launch When Clones Attack! 1.04"; Flags: postinstall skipifsilent nowait
  44. [Icons]
  45. Name: "{group}\When Clones Attack! 1.04"; Filename: "{app}\Clones.exe"; WorkingDir: "{app}"; 
  46. Name: "{group}\More Great Action Games!"; Filename: "{app}\pcaction.url"; 
  47. Name: "{group}\More Great Puzzle Games!"; Filename: "{app}\pcpuzzle.url"; 
  48. Name: "{userdesktop}\Play Free Action Games"; Filename: "{app}\pcaction.url"; WorkingDir: "{app}"; IconFilename: "{app}\moregames.ico"; Tasks: desktopicon; 
  49. Name: "{userdesktop}\Play Free Puzzle Games"; Filename: "{app}\pcpuzzle.url"; WorkingDir: "{app}"; IconFilename: "{app}\moregames.ico"; Tasks: desktopicon; 
  50. Name: "{userdesktop}\Play When Clones Attack!"; Filename: "{app}\Clones.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  51. [Tasks]
  52. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  53. [UninstallDelete]
  54. Type: files; Name: "{app}\Clones.url"; 
  55.