home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / macos / pack1 / files / PDFCatsetup.exe / install_script.iss
Encoding:
Text File  |  2004-04-14  |  684 b   |  26 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=PDFCat
  5. AppVerName=PDFCat version 1.5
  6. AppId=PDFCat
  7. DefaultDirName={pf}\PDFCat
  8. DefaultGroupName=PDFCat
  9. UninstallDisplayIcon={app}\PDFCatUNINS.exe
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\PDFCat.exe"; DestDir: "{app}"; 
  18. Source: "{app}\PDFCatsh.gif"; DestDir: "{app}"; 
  19. Source: "{app}\Readme.htm"; DestDir: "{app}"; 
  20.  
  21. [Run]
  22. Filename: "{app}\Readme.htm"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  23.  
  24. [Icons]
  25. Name: "{group}\PDFCat"; Filename: "{app}\PDFCat.exe"; 
  26.