home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / zabezpeceni / unhackme / unhackme400.exe / install_script.iss
Text File  |  2006-12-20  |  4KB  |  76 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=UnHackMe
  5. AppVerName=UnHackMe 4.0 release
  6. AppId=UnHackMe
  7. AppPublisher=Greatis Software, LLC.
  8. AppPublisherURL=http://www.unhackme.com
  9. AppSupportURL=http://www.unhackme.com
  10. AppUpdatesURL=http://www.unhackme.com
  11. DefaultDirName={pf}\UnHackMe
  12. DefaultGroupName=UnHackMe
  13. OutputBaseFilename=unhackme400
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\Unhackme,1.exe"; DestDir: "{app}"; DestName: "Unhackme.exe"; Flags: ignoreversion 
  22. Source: "{app}\hackmon.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  23. Source: "{app}\order.txt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  25. Source: "{app}\UnHackMe.cnt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  26. Source: "{app}\Unhackme,2.exe"; DestDir: "{app}"; DestName: "Unhackme.exe"; Flags: restartreplace ignoreversion 
  27. Source: "{app}\UnHackMe.hlp"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  28. Source: "{app}\unhackmedb.unh"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  29. Source: "{app}\UnHackMeDrv.sys"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  30. Source: "{sys}\drivers\UnHackMeDrv.sys"; DestDir: "{sys}\drivers"; Flags: restartreplace 
  31.  
  32. [Registry]
  33. Root: HKCU; Subkey: "Software\Greatis\Unhackme"; Flags: uninsdeletekey 
  34. Root: HKLM; Subkey: "Software\Greatis\Unhackme"; Flags: uninsdeletekey 
  35. Root: HKLM; Subkey: "Software\Greatis\Unhackme"; ValueName: "@Version"; ValueType: String; ValueData: "4.0 release"; 
  36. Root: HKCU; Subkey: "Software\Greatis\Unhackme"; ValueName: "@Path"; ValueType: String; ValueData: "{app}\Unhackme.exe"; 
  37. Root: HKCU; Subkey: "Software\Greatis\Unhackme"; ValueName: "@Dir"; ValueType: String; ValueData: "{app}\"; 
  38. Root: HKLM; Subkey: "Software\Greatis\Unhackme"; ValueName: "@Path"; ValueType: String; ValueData: "{app}\Unhackme.exe"; 
  39. Root: HKLM; Subkey: "Software\Greatis\Unhackme"; ValueName: "@Dir"; ValueType: String; ValueData: "{app}\"; 
  40. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "UnHackMe Monitor"; ValueType: String; ValueData: "{app}\hackmon.exe"; Flags: uninsdeletevalue 
  41. Root: HKLM; Subkey: "Software\Greatis\Unhackme\Native"; ValueName: "EveryDay"; ValueType: Dword; ValueData: "$1"; 
  42.  
  43. [Run]
  44. Filename: "{app}\Unhackme.exe"; Description: "Launch UnHackMe"; Flags: postinstall nowait
  45. Filename: "{app}\hackmon.exe"; Description: "Launch UnHackMe Monitor"; Flags: postinstall nowait
  46.  
  47. [UninstallRun]
  48. Filename: "{app}\Unhackme.exe"; Parameters: "/x"; StatusMsg: "Unininstalling UnHackMe..."; 
  49.  
  50. [Icons]
  51. Name: "{group}\UnHackMe"; Filename: "{app}\Unhackme.exe"; 
  52. Name: "{group}\UnHackMe Monitor"; Filename: "{app}\hackmon.exe"; 
  53. Name: "{userdesktop}\UnHackMe"; Filename: "{app}\Unhackme.exe"; Tasks: desktopicon; 
  54. Name: "{group}\Register UnHackMe"; Filename: "{app}\Unhackme.exe"; 
  55. Name: "{group}\Read me"; Filename: "{app}\readme.txt"; 
  56. Name: "{group}\How to register"; Filename: "{app}\order.txt"; 
  57.  
  58. [Tasks]
  59. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  60.  
  61. [CustomMessages]
  62. default.NameAndVersion=%1 version %2
  63. default.AdditionalIcons=Additional icons:
  64. default.CreateDesktopIcon=Create a &desktop icon
  65. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  66. default.ProgramOnTheWeb=%1 on the Web
  67. default.UninstallProgram=Uninstall %1
  68. default.LaunchProgram=Launch %1
  69. default.AssocFileExtension=&Associate %1 with the %2 file extension
  70. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  71.  
  72. [Languages]
  73. ; These files are stubs
  74. ; To achieve better results after recompilation, use the real language files
  75. Name: "default"; MessagesFile: "embedded\default.isl"; 
  76.