home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Copy / NTFSRatioSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-12-17  |  2.6 KB  |  51 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=NTFSRatio
  4. AppVerName=NTFSRatio V1.3
  5. AppId=NTFSRatio
  6. AppPublisher=JAM Software
  7. AppPublisherURL=http://www.jam-software.com
  8. AppSupportURL=mailto:freeware@jam-software.com
  9. DefaultDirName={pf}\JAM Software\NTFSRatio
  10. DefaultGroupName=NTFSRatio
  11. OutputBaseFilename=NTFSRatioSetup
  12. Compression=lzma
  13. PrivilegesRequired=none
  14. DisableProgramGroupPage=yes
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\NTFSRatio.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\NTFSRatio.chm"; DestDir: "{app}"; 
  20. [Registry]
  21. Root: HKCR; Subkey: "Folder\shell\NTFSRatio"; ValueType: String; ValueData: "NTFSRatio"; Flags: uninsdeletekey 
  22. Root: HKCR; Subkey: "Folder\shell\NTFSRatio\command"; ValueType: String; ValueData: """{app}\NTFSRatio.exe"" ""%1"""; Flags: uninsdeletekey 
  23. Root: HKCU; Subkey: "Software\JAM Software"; Flags: uninsdeletekeyifempty 
  24. Root: HKCU; Subkey: "Software\JAM Software\NTFSRatio"; Flags: uninsdeletekey 
  25. [Run]
  26. Filename: "{app}\NTFSRatio.exe"; Parameters: "C:\"; Description: "Launch NTFSRatio"; Flags: postinstall skipifsilent nowait
  27. Filename: "{app}\NTFSRatio.chm"; Parameters: "C:\"; Description: "Show help file"; Flags: shellexec postinstall unchecked skipifsilent nowait
  28. [Icons]
  29. Name: "{group}\NTFSRatio"; Filename: "{app}\NTFSRatio.exe"; 
  30. Name: "{group}\NTFSRatio ReadMe"; Filename: "{app}\NTFSRatio.chm"; 
  31. Name: "{group}\Uninstall NTFSRatio"; Filename: "{uninstallexe}"; 
  32. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\NTFSRatio"; Filename: "{app}\NTFSRatio.exe"; WorkingDir: "{app}"; 
  33. [Tasks]
  34. Name: "contextmenu"; Description: "Create a &Contextmenu entry"; GroupDescription: "Additional icons:"; 
  35. Name: "startmenu"; Description: "Create a &Startmenu entry"; GroupDescription: "Additional icons:"; 
  36. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  37. [CustomMessages]
  38. default.NameAndVersion=%1 version %2
  39. default.AdditionalIcons=Additional icons:
  40. default.CreateDesktopIcon=Create a &desktop icon
  41. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  42. default.ProgramOnTheWeb=%1 on the Web
  43. default.UninstallProgram=Uninstall %1
  44. default.LaunchProgram=Launch %1
  45. default.AssocFileExtension=&Associate %1 with the %2 file extension
  46. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  47. [Languages]
  48. ; These files are stubs
  49. ; To achieve better results after recompilation, use the real language files
  50. Name: "default"; MessagesFile: "embedded\default.isl"; 
  51.