home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / ge_hit / files / geNormal.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-05-04  |  4.6 KB  |  82 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=Golden Eye
  4. AppVerName=Golden Eye 4.01
  5. AppId=Golden Eye
  6. AppMutex=GoldenEyeExe
  7. DefaultDirName={pf}\AGSeydsApp
  8. DefaultGroupName=Golden Eye
  9. OutputBaseFilename=geNormal
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\AGSeyApp.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\BMPToJPG.dll"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\report\aim32.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  20. Source: "{app}\report\app.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  21. Source: "{app}\report\bullet.gif"; DestDir: "{app}\report"; Flags: ignoreversion 
  22. Source: "{app}\report\Clipboard.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  23. Source: "{app}\report\computer.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  24. Source: "{app}\report\ExeFilePath.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  25. Source: "{app}\report\eye3.jpg"; DestDir: "{app}\report"; Flags: ignoreversion 
  26. Source: "{app}\report\FileFolder.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  27. Source: "{app}\report\icq32.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  28. Source: "{app}\report\ie.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  29. Source: "{app}\report\keyboard.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  30. Source: "{app}\report\Msm32.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  31. Source: "{app}\report\rule.gif"; DestDir: "{app}\report"; Flags: ignoreversion 
  32. Source: "{app}\report\rule2.gif"; DestDir: "{app}\report"; Flags: ignoreversion 
  33. Source: "{app}\report\screenshot.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  34. Source: "{app}\report\yahoo32.ico"; DestDir: "{app}\report"; Flags: ignoreversion 
  35. Source: "{app}\OLEAUT32.DLL"; DestDir: "{app}"; Flags: uninsneveruninstall regserver sharedfile ignoreversion 
  36. Source: "{app}\MSCOMCTL.OCX"; DestDir: "{app}"; Flags: uninsneveruninstall regserver sharedfile ignoreversion 
  37. Source: "{app}\TabCtl32.ocx"; DestDir: "{app}"; Flags: uninsneveruninstall regserver sharedfile ignoreversion 
  38. Source: "{app}\PICCLP32.OCX"; DestDir: "{app}"; Flags: uninsneveruninstall regserver sharedfile ignoreversion 
  39. Source: "{app}\KBHOOK.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  40. Source: "{app}\help\Help.chm"; DestDir: "{app}\help"; Flags: ignoreversion 
  41. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  42. [Dirs]
  43. Name: "{app}\help"; 
  44. Name: "{app}\output"; 
  45. [Registry]
  46. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "AGSeyApp"; ValueType: String; ValueData: "{app}\AGSeyApp.exe"; Flags: uninsdeletevalue 
  47. [INI]
  48. FileName: "{app}\ge.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.monitoring-spy-software.com"; 
  49. [Run]
  50. Filename: "{app}\help\Help.chm"; Description: "View the Readme file"; Flags: shellexec postinstall nowait
  51. Filename: "{app}\AGSeyApp.exe"; Description: "Launch Golden Eye"; Flags: postinstall skipifsilent nowait
  52. [Icons]
  53. Name: "{group}\Golden Eye"; Filename: "{app}\AGSeyApp.exe"; 
  54. Name: "{group}\Golden Eye On The Web"; Filename: "{app}\ge.url"; 
  55. Name: "{userdesktop}\Golden Eye"; Filename: "{app}\AGSeyApp.exe"; Tasks: desktopicon; 
  56. Name: "{sys}\GoldenEye"; Filename: "{app}\AGSeyApp.exe"; WorkingDir: "{app}"; 
  57. Name: "{app}\Golden Eye"; Filename: "{app}\AGSeyApp.exe"; WorkingDir: "{app}"; 
  58. Name: "{group}\Help"; Filename: "{app}\help\Help.chm"; 
  59. Name: "{group}\Uninstall Golden Eye"; Filename: "{app}\unins000.exe"; 
  60. Name: "{app}\Uninstall Golden Eye"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; 
  61. Name: "{app}\Golden Eye On The Web"; Filename: "{app}\ge.url"; 
  62. Name: "{app}\Help"; Filename: "{app}\help\Help.chm"; 
  63. [Tasks]
  64. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  65. [UninstallDelete]
  66. Type: files; Name: "{app}\ge.dat"; 
  67. Type: files; Name: "{app}\ge.url"; 
  68. [CustomMessages]
  69. default.NameAndVersion=%1 version %2
  70. default.AdditionalIcons=Additional icons:
  71. default.CreateDesktopIcon=Create a &desktop icon
  72. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  73. default.ProgramOnTheWeb=%1 on the Web
  74. default.UninstallProgram=Uninstall %1
  75. default.LaunchProgram=Launch %1
  76. default.AssocFileExtension=&Associate %1 with the %2 file extension
  77. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  78. [Languages]
  79. ; These files are stubs
  80. ; To achieve better results after recompilation, use the real language files
  81. Name: "default"; MessagesFile: "embedded\default.isl"; 
  82.