home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 February / GSSH0204.iso / Geschicklichkeit / Alonix / Alonix.exe / install_script.iss
Text File  |  2004-01-08  |  3KB  |  72 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Alonix
  5. AppVerName=Alonix version 2.51
  6. AppId=Alonix
  7. DefaultDirName={pf}\Alonix
  8. DefaultGroupName=Alonix
  9. OutputBaseFilename=Alonix
  10. Compression=zip
  11. PrivilegesRequired=none
  12. ExtraDiskSpaceRequired=5000000
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{tmp}\muspack.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall 
  19. Source: "{app}\music\00.fmt"; DestDir: "{app}\music"; 
  20. Source: "{app}\theme1.mid"; DestDir: "{app}"; 
  21. Source: "{app}\theme2.mid"; DestDir: "{app}"; 
  22. Source: "{app}\theme3.mid"; DestDir: "{app}"; 
  23. Source: "{app}\readme.htm"; DestDir: "{app}"; 
  24. Source: "{app}\Alonix.gif"; DestDir: "{app}"; 
  25. Source: "{app}\Title.jpg"; DestDir: "{app}"; 
  26. Source: "{app}\logo.gif"; DestDir: "{app}"; 
  27. Source: "{app}\home.url"; DestDir: "{app}"; 
  28. Source: "{app}\order.url"; DestDir: "{app}"; 
  29. Source: "{app}\Alonix.exe"; DestDir: "{app}"; 
  30. Source: "{app}\to_pac.ch"; DestDir: "{app}"; 
  31. Source: "{app}\to_pac.sh"; DestDir: "{app}"; 
  32. Source: "{app}\to_pac.scc"; DestDir: "{app}"; 
  33. Source: "{app}\to_pac.pnl"; DestDir: "{app}"; 
  34. Source: "{app}\to_pac.bgr"; DestDir: "{app}"; 
  35. Source: "{app}\menu\opti.dat"; DestDir: "{app}\menu"; 
  36. Source: "{app}\license.txt"; DestDir: "{app}"; 
  37.  
  38. [Dirs]
  39. Name: "{app}\music"; 
  40. Name: "{app}\menu"; 
  41. Name: "{app}\bmps"; 
  42.  
  43. [Registry]
  44. Root: HKLM; Subkey: "Software\AxySoft"; Flags: uninsdeletekeyifempty 
  45. Root: HKLM; Subkey: "Software\AxySoft\Alonix"; Flags: uninsdeletekey 
  46. Root: HKLM; Subkey: "Software\AxySoft\Alonix"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; 
  47.  
  48. [Run]
  49. Filename: "{tmp}\muspack.exe"; Parameters: "{app}"; 
  50. Filename: "{app}\readme.htm"; Description: "View the README file"; Flags: shellexec postinstall unchecked skipifsilent 
  51. Filename: "{app}\Alonix.exe"; Description: "Launch ALONIX"; Flags: postinstall skipifsilent nowait
  52.  
  53. [Icons]
  54. Name: "{group}\Launch Alonix"; Filename: "{app}\Alonix.exe"; WorkingDir: "{app}"; 
  55. Name: "{group}\View Documentation"; Filename: "{app}\readme.htm"; 
  56. Name: "{group}\Visit AxySoft Website"; Filename: "{app}\home.url"; 
  57. Name: "{group}\Buy Full Version Online"; Filename: "{app}\order.url"; 
  58. Name: "{commondesktop}\Alonix"; Filename: "{app}\Alonix.exe"; WorkingDir: "{app}"; 
  59.  
  60. [InstallDelete]
  61. Type: files; Name: "{app}\menu\*.*"; 
  62. Type: files; Name: "{group}\Visit AxySoft Website"; 
  63. Type: files; Name: "{group}\Buy Full Version Online"; 
  64. Type: files; Name: "{group}\Launch Alonix"; 
  65. Type: files; Name: "{group}\View Documentation"; 
  66.  
  67. [UninstallDelete]
  68. Type: files; Name: "{app}\music\*.*"; 
  69. Type: files; Name: "{app}\menu\*.*"; 
  70. Type: files; Name: "{app}\bmps\*.*"; 
  71. Type: files; Name: "{app}\*.*"; 
  72.