home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / NTFSRatio / NTFSRatioSetup.exe / install_script.iss
Text File  |  2005-03-12  |  1KB  |  37 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=NTFSRatio
  5. AppVerName=NTFSRatio 1.2
  6. AppId=NTFS Ratio
  7. AppVersion=1.2
  8. DefaultDirName={pf}\NTFSRatio
  9. DefaultGroupName=NTFSRatio
  10. OutputBaseFilename=NTFSRatioSetup
  11. Compression=bzip2
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  18. Source: "{app}\NTFSRatio.exe"; DestDir: "{app}"; 
  19.  
  20. [Registry]
  21. Root: HKCR; Subkey: "Folder\Shell\NTFSRatio"; ValueType: String; ValueData: "NTFSRatio"; Flags: uninsdeletekey deletekey 
  22. Root: HKCR; Subkey: "Folder\shell\NTFSRatio\command"; ValueType: String; ValueData: "{app}\NTFSRatio.exe ""%1"""; Flags: uninsdeletekey deletekey 
  23.  
  24. [Run]
  25. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  26.  
  27. [Icons]
  28. Name: "{group}\NTFSRatio"; Filename: "{app}\NTFSRatio.exe"; WorkingDir: "{app}"; IconFilename: "{app}\NTFSRatio.exe"; 
  29.  
  30. [Types]
  31. Name: "full"; Description: "Full installation"; 
  32.  
  33. [Languages]
  34. ; These files are stubs
  35. ; To achieve better results after recompilation, use the real language files
  36. Name: "default"; MessagesFile: "embedded\default.isl"; 
  37.