home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / TemaCD / matrix / Matrix Y2K - Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-03-22  |  1000 b   |  28 lines

  1. ;InnoSetupVersion=2.0.17
  2. [Setup]
  3. AppName=Matrix Y2K 6.1
  4. AppVerName=Matrix Y2K 6.1
  5. AppId=Matrix Y2K 6.1
  6. DefaultDirName={pf}\MYWS
  7. UninstallDisplayIcon={app}\Matrix.exe
  8. OutputBaseFilename=setup
  9. Compression=zip
  10. PrivilegesRequired=none
  11. DisableProgramGroupPage=yes
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\Matrix.exe"; DestDir: "{app}"; 
  17. Source: "{app}\Settings.Ini"; DestDir: "{app}"; 
  18. Source: "{app}\help\help.chm"; DestDir: "{app}\help"; 
  19. Source: "{app}\help\help_d.chm"; DestDir: "{app}\help"; 
  20. Source: "{app}\CodeC\codeinside.dci"; DestDir: "{app}\CodeC"; 
  21. [Run]
  22. Filename: "{app}\Matrix.exe"; Description: "Launch application"; Flags: postinstall nowait
  23. [Icons]
  24. Name: "{commonprograms}\MatrixY2K"; Filename: "{app}\Matrix.exe"; 
  25. Name: "{userdesktop}\MatrixY2K"; Filename: "{app}\Matrix.exe"; 
  26. [UninstallDelete]
  27. Type: dirifempty; Name: "{app}\MatrixY2K"; 
  28.