home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 April / enter-2004-04.iso / files / winphoto-1.5.1.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-22  |  2.0 KB  |  41 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=WinPhoto
  4. AppVerName=WinPhoto 1.5.1
  5. AppId=WinPhoto
  6. AppPublisher=Dybdahl Engineering
  7. AppPublisherURL=http://www.cat-photo.com/
  8. AppSupportURL=http://dybdahl.dk/
  9. AppUpdatesURL=http://cat-photo.com/
  10. DefaultDirName={pf}\WinPhoto-1.5
  11. DefaultGroupName=WinPhoto
  12. OutputBaseFilename=setup
  13. Compression=bzip2
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\Graphics32License.txt"; DestDir: "{app}"; 
  20. Source: "{app}\NOTES.txt"; DestDir: "{app}"; 
  21. Source: "{app}\templates\wpstdblues.cpw"; DestDir: "{app}\templates"; 
  22. Source: "{app}\templates\wpstdblues.html"; DestDir: "{app}\templates"; 
  23. Source: "{app}\templates\wpstdbluesback.gif"; DestDir: "{app}\templates"; 
  24. Source: "{app}\templates\wpstdbluesblue40_back.gif"; DestDir: "{app}\templates"; 
  25. Source: "{app}\templates\wpstdbluesblue40_next.gif"; DestDir: "{app}\templates"; 
  26. Source: "{app}\templates\wpstdbluesblue55_up.gif"; DestDir: "{app}\templates"; 
  27. Source: "{app}\templates\wpstdbluessinglepic.html"; DestDir: "{app}\templates"; 
  28. Source: "{app}\templates\wpstdbluessub.html"; DestDir: "{app}\templates"; 
  29. Source: "{app}\templates\wpstdmegalist.cpw"; DestDir: "{app}\templates"; 
  30. Source: "{app}\templates\wpstdmegalist.html"; DestDir: "{app}\templates"; 
  31. Source: "{app}\templates\wpstdmegalistsub.html"; DestDir: "{app}\templates"; 
  32. Source: "{app}\catphoto.exe"; DestDir: "{app}"; 
  33. Source: "{app}\CHANGELOG.txt"; DestDir: "{app}"; 
  34. Source: "{app}\COPYING.de.txt"; DestDir: "{app}"; 
  35. Source: "{app}\COPYING.fin.txt"; DestDir: "{app}"; 
  36. Source: "{app}\COPYING.txt"; DestDir: "{app}"; 
  37. [Run]
  38. Filename: "{app}\catphoto.exe"; Parameters: "--register"; WorkingDir: "{app}"; Description: "Registers .jpeg extension for WinPhoto"; 
  39. [Icons]
  40. Name: "{group}\WinPhoto"; Filename: "{app}\catphoto.exe"; WorkingDir: "{app}"; IconFilename: "{app}\catphoto.exe"; 
  41.