home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / software / slunec / app / 6196_8222.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-24  |  2.5 KB  |  46 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=I Hate This Key
  4. AppVerName=I Hate This Key 2.2
  5. AppId=I Hate This Key
  6. AppPublisher=ByteGems.com Software
  7. AppPublisherURL=http://www.bytegems.com
  8. AppSupportURL=http://www.bytegems.com/support.shtml
  9. AppUpdatesURL=http://www.bytegems.com/ihatethiskey.shtml
  10. AppMutex=ihtkF97D518C-73D8-44ef-9CC3-629F31145F7D
  11. DefaultDirName={pf}\ByteGems.com\I Hate This Key
  12. DefaultGroupName=I Hate This Key
  13. OutputBaseFilename=IHateThisKeySetup
  14. Compression=zip
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\ihtk.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  20. Source: "{app}\wkh.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  21. Source: "{app}\ihtk.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\ihtk.chm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\ByteGems.com"; Flags: uninsdeletekeyifempty 
  26. Root: HKCU; Subkey: "Software\ByteGems.com\IHtK"; Flags: uninsdeletekey 
  27. Root: HKLM; Subkey: "Software\ByteGems.com\IHtK"; ValueName: "LastUpdate"; ValueType: Binary; ValueData: "50 6D 4E 3F 00 00 00 00"; Flags: createvalueifdoesntexist uninsdeletevalue 
  28. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "IHateThisKey"; ValueType: String; ValueData: "{app}\ihtk.exe"; Flags: createvalueifdoesntexist uninsdeletevalue 
  29. [INI]
  30. FileName: "{app}\ihtk.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.bytegems.com/ihatethiskey.shtml"; 
  31. [Run]
  32. Filename: "{app}\ihtk.exe"; Description: "Launch I Hate This Key"; Flags: postinstall skipifsilent nowait
  33. Filename: "http://www.bytegems.com/ihatethiskeydeluxe.shtml?setup"; Description: "Tell me about I Hate This Key Deluxe Edition"; Flags: shellexec postinstall skipifsilent nowait
  34. [UninstallRun]
  35. Filename: "http://www.bytegems.com/ihtk-uninstall.shtml"; Flags: shellexec 
  36. [Icons]
  37. Name: "{group}\I Hate This Key"; Filename: "{app}\ihtk.exe"; 
  38. Name: "{group}\I Hate This Key on the Web"; Filename: "{app}\ihtk.url"; 
  39. Name: "{group}\Help"; Filename: "{app}\ihtk.chm"; 
  40. Name: "{group}\License Information"; Filename: "{app}\license.txt"; 
  41. Name: "{commondesktop}\I Hate This Key"; Filename: "{app}\ihtk.exe"; Tasks: desktopicon; 
  42. [Tasks]
  43. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\ihtk.url"; 
  46.