home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / hotkey / download / hotkeyb / hkfree.exe / install_script.iss
Text File  |  2003-07-31  |  2KB  |  49 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Hot Keyboard
  5. AppVerName=Hot Keyboard 2.0
  6. AppId=Hot Keyboard
  7. AppVersion=2.0
  8. AppPublisher=TB Labs
  9. AppPublisherURL=http://www.hot-keyboard.com
  10. AppSupportURL=http://www.hot-keyboard.com/support/
  11. AppUpdatesURL=http://www.hot-keyboard.com/support/
  12. DefaultDirName={pf}\Hot Keyboard
  13. DefaultGroupName=Hot Keyboard
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. ChangesAssociations=yes
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\hkhook21.dll"; DestDir: "{app}"; 
  25. Source: "{app}\hotkeyb.chm"; DestDir: "{app}"; 
  26. Source: "{app}\hotkeyb.hhc"; DestDir: "{app}"; 
  27. Source: "{app}\HotKeyb.exe"; DestDir: "{app}"; 
  28. Source: "{app}\hkbres.dll"; DestDir: "{app}"; 
  29. Source: "{app}\hkshext.dll"; DestDir: "{app}"; Flags: regserver 
  30. Source: "{app}\IEScript.htm"; DestDir: "{app}"; 
  31. Source: "{sys}\psapi.dll"; DestDir: "{sys}"; 
  32.  
  33. [Registry]
  34. Root: HKCR; Subkey: ".hkb"; ValueType: String; ValueData: "HotKeyboardFile"; 
  35. Root: HKCR; Subkey: ".hkblic"; ValueType: String; ValueData: "HotKeyboardLicense"; 
  36. Root: HKCR; Subkey: "HotKeyboardFile"; ValueType: String; ValueData: "Hot Keyboard File"; 
  37. Root: HKCR; Subkey: "HotKeyboardFile\DefaultIcon"; ValueType: String; ValueData: "{app}\HotKeyb.exe,-128"; Flags: uninsdeletekey 
  38. Root: HKCR; Subkey: "HotKeyboardFile\Shell\Open\Command"; ValueType: String; ValueData: "{app}\HotKeyb.exe -import %1"; Flags: uninsdeletekey 
  39. Root: HKCR; Subkey: "HotKeyboardLicense\DefaultIcon"; ValueType: String; ValueData: "{app}\HotKeyb.exe,-128"; Flags: uninsdeletekey 
  40. Root: HKCR; Subkey: "HotKeyboardLicense\Shell\Open\Command"; ValueType: String; ValueData: "{app}\HotKeyb.exe -license %1"; Flags: uninsdeletekey 
  41. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Hot Keyboard"; ValueType: String; ValueData: "{app}\hkfree.exe -minimized"; Flags: uninsdeletekey 
  42.  
  43. [Run]
  44. Filename: "{app}\HotKeyb.exe"; Flags: nowait
  45.  
  46. [Icons]
  47. Name: "{group}\Hot Keyboard"; Filename: "{app}\HotKeyb.exe"; 
  48. Name: "{group}\Hot Keyboard Help"; Filename: "{app}\HotKeyb.chm"; 
  49.