home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / WhenClonesAttack / clones.exe / install_script.iss
Text File  |  2004-08-09  |  3KB  |  62 lines

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