home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 July / INTERNET105.ISO / pc / software / windows / multimed / ajpeg_compressor / ajpegcompr.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-03-24  |  3.3 KB  |  57 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Advanced JPEG Compressor
  4. AppVerName=Advanced JPEG Compressor 4.0
  5. AppId=Advanced JPEG Compressor
  6. AppVersion=4.0
  7. AppPublisher=WinSoftMagic Development
  8. AppSupportURL=mailto:support@winsoftmagic.com
  9. AppUpdatesURL=http://www.winsoftmagic.com/
  10. DefaultDirName={pf}\Advanced JPEG Compressor
  11. DefaultGroupName=\
  12. OutputBaseFilename=ajpegcompr
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\ajc.exe"; DestDir: "{app}"; 
  21. Source: "{app}\ajc.hlp"; DestDir: "{app}"; 
  22. Source: "{app}\ajc.cnt"; DestDir: "{app}"; 
  23. Source: "{app}\ajc.gid"; DestDir: "{app}"; 
  24. Source: "{app}\file_id.diz"; DestDir: "{app}"; 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; 
  26. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  27. Source: "{app}\cprofile.ico"; DestDir: "{app}"; 
  28. Source: "{app}\Profiles\Photo - Black &&White - Old Style.jcp"; DestDir: "{app}\Profiles"; 
  29. Source: "{app}\Profiles\Photo - Large Size.jcp"; DestDir: "{app}\Profiles"; 
  30. Source: "{app}\Profiles\Photo - Small Size.jcp"; DestDir: "{app}\Profiles"; 
  31. Source: "{app}\Profiles\Scanned Text.jcp"; DestDir: "{app}\Profiles"; 
  32. Source: "{app}\Profiles\Screenshot.jcp"; DestDir: "{app}\Profiles"; 
  33. Source: "{app}\Profiles\Thumbnail 100x100.jcp"; DestDir: "{app}\Profiles"; 
  34. Source: "{app}\ContextMenuExt.dll"; DestDir: "{app}"; Flags: regserver 
  35. Source: "{app}\ajcieex.htm"; DestDir: "{app}"; 
  36. Source: "{app}\ExShell.ocx"; DestDir: "{app}"; Flags: regserver 
  37. [Registry]
  38. Root: HKCU; Subkey: "Software\WinSoftMagic"; Flags: uninsdeletekeyifempty 
  39. Root: HKCU; Subkey: "Software\WinSoftMagic\AJC"; Flags: uninsdeletekeyifempty 
  40. Root: HKCU; Subkey: "Software\WinSoftMagic\AJC"; ValueName: "ExePath"; ValueType: String; ValueData: "{app}\ajc.exe"; Flags: uninsdeletekey 
  41. Root: HKCU; Subkey: "Software\WinSoftMagic\AJC\Toolbars"; Flags: uninsdeletekey 
  42. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Open using &Advanced JPEG Compressor"; ValueType: String; ValueData: "{app}\ajcieex.htm"; Flags: uninsdeletekey 
  43. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Open using &Advanced JPEG Compressor"; ValueName: "contexts"; ValueType: Dword; ValueData: "$2"; 
  44. Root: HKCR; Subkey: "CLSID\{{2785DAFE-568D-4C6A-9386-8E149BE02306}\Implemented Categories\{{7DD95801-9882-11CF-9FA9-00AA006C42C4}"; 
  45. Root: HKCR; Subkey: "CLSID\{{2785DAFE-568D-4C6A-9386-8E149BE02306}\Implemented Categories\{{7DD95802-9882-11CF-9FA9-00AA006C42C4}"; 
  46. Root: HKCR; Subkey: ".JCP"; ValueType: String; ValueData: "AJC.CompressionProfile"; 
  47. Root: HKCR; Subkey: "AJC.CompressionProfile"; ValueType: String; ValueData: "AJC Compression Profile"; 
  48. Root: HKCR; Subkey: "AJC.CompressionProfile\DefaultIcon"; ValueType: String; ValueData: "{app}\cprofile.ico"; 
  49. [Run]
  50. Filename: "{app}\ajc.exe"; WorkingDir: "{app}"; Description: "Launch Advanced JPEG Compressor"; Flags: postinstall skipifsilent nowait
  51. [UninstallRun]
  52. Filename: "{app}\ajc.exe"; Parameters: "/uninstall"; WorkingDir: "{app}"; 
  53. [Icons]
  54. Name: "{group}\Advanced JPEG Compressor"; Filename: "{app}\ajc.exe"; 
  55. Name: "{userdesktop}\Advanced JPEG Compressor"; Filename: "{app}\ajc.exe"; 
  56. Name: "{sendto}\Advanced JPEG Compressor"; Filename: "{app}\ajc.exe"; 
  57.