home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 September
/
Chip_2003-09_cd1.bin
/
zkuste
/
hotkey
/
download
/
hotkeyb
/
hkfree.exe
/
install_script.iss
Wrap
Text File
|
2003-07-31
|
2KB
|
49 lines
;InnoSetupVersion=2.0.11
[Setup]
AppName=Hot Keyboard
AppVerName=Hot Keyboard 2.0
AppId=Hot Keyboard
AppVersion=2.0
AppPublisher=TB Labs
AppPublisherURL=http://www.hot-keyboard.com
AppSupportURL=http://www.hot-keyboard.com/support/
AppUpdatesURL=http://www.hot-keyboard.com/support/
DefaultDirName={pf}\Hot Keyboard
DefaultGroupName=Hot Keyboard
OutputBaseFilename=setup
Compression=zip
PrivilegesRequired=none
ChangesAssociations=yes
AllowNoIcons=yes
LicenseFile=embedded\License.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\hkhook21.dll"; DestDir: "{app}";
Source: "{app}\hotkeyb.chm"; DestDir: "{app}";
Source: "{app}\hotkeyb.hhc"; DestDir: "{app}";
Source: "{app}\HotKeyb.exe"; DestDir: "{app}";
Source: "{app}\hkbres.dll"; DestDir: "{app}";
Source: "{app}\hkshext.dll"; DestDir: "{app}"; Flags: regserver
Source: "{app}\IEScript.htm"; DestDir: "{app}";
Source: "{sys}\psapi.dll"; DestDir: "{sys}";
[Registry]
Root: HKCR; Subkey: ".hkb"; ValueType: String; ValueData: "HotKeyboardFile";
Root: HKCR; Subkey: ".hkblic"; ValueType: String; ValueData: "HotKeyboardLicense";
Root: HKCR; Subkey: "HotKeyboardFile"; ValueType: String; ValueData: "Hot Keyboard File";
Root: HKCR; Subkey: "HotKeyboardFile\DefaultIcon"; ValueType: String; ValueData: "{app}\HotKeyb.exe,-128"; Flags: uninsdeletekey
Root: HKCR; Subkey: "HotKeyboardFile\Shell\Open\Command"; ValueType: String; ValueData: "{app}\HotKeyb.exe -import %1"; Flags: uninsdeletekey
Root: HKCR; Subkey: "HotKeyboardLicense\DefaultIcon"; ValueType: String; ValueData: "{app}\HotKeyb.exe,-128"; Flags: uninsdeletekey
Root: HKCR; Subkey: "HotKeyboardLicense\Shell\Open\Command"; ValueType: String; ValueData: "{app}\HotKeyb.exe -license %1"; Flags: uninsdeletekey
Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Hot Keyboard"; ValueType: String; ValueData: "{app}\hkfree.exe -minimized"; Flags: uninsdeletekey
[Run]
Filename: "{app}\HotKeyb.exe"; Flags: nowait
[Icons]
Name: "{group}\Hot Keyboard"; Filename: "{app}\HotKeyb.exe";
Name: "{group}\Hot Keyboard Help"; Filename: "{app}\HotKeyb.chm";