home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / slunec / app / 8360_10600.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-08-22  |  3.4 KB  |  60 lines

  1. ;InnoSetupVersion=4.2.1
  2. [Setup]
  3. AppName=Spy-Ad Exterminator
  4. AppVerName=Spy-Ad Exterminator 1.02.2
  5. AppId=Spy-Ad Exterminator
  6. AppPublisher=www.OreWare.com
  7. AppPublisherURL=http://www.oreware.com
  8. AppSupportURL=http://www.oreware.com
  9. AppUpdatesURL=http://www.oreware.com
  10. DefaultDirName={pf}\Oreware.com\Spy-Ad Exterminator
  11. DefaultGroupName=Spy-Ad Exterminator
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\AdExterminator,1.exe"; DestDir: "{app}"; DestName: "AdExterminator.exe"; Flags: ignoreversion 
  19. Source: "{app}\Tips.dll"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\About.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\AdExterminator,2.exe"; DestDir: "{app}"; DestName: "AdExterminator.exe"; Flags: ignoreversion 
  22. Source: "{app}\Clean.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\compress.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\dbinfo.dat"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\enc_dec.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Progs.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\Spy-Ad Exterminator Help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\spydb.dat"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Tip of day.Tip"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Gif\quarantine.gif"; DestDir: "{app}\Gif"; Flags: ignoreversion 
  31. Source: "{app}\Log\Found\info.txt"; DestDir: "{app}\Log\Found"; Flags: ignoreversion 
  32. Source: "{app}\Log\Remove\info.txt"; DestDir: "{app}\Log\Remove"; Flags: ignoreversion 
  33. Source: "{app}\Quarantine\info.txt"; DestDir: "{app}\Quarantine"; Flags: ignoreversion 
  34. [Registry]
  35. Root: HKCU; Subkey: "Software\OreWare.com\Spy-Ad Exterminator"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; 
  36. [Run]
  37. Filename: "{app}\AdExterminator.exe"; Description: "{cm:LaunchProgram,Spy-Ad Exterminator}"; Flags: postinstall skipifsilent nowait
  38. [Icons]
  39. Name: "{group}\Spy-Ad Exterminator"; Filename: "{app}\AdExterminator.exe"; 
  40. Name: "{group}\Spy-Ad Exterminator Help"; Filename: "{app}\Spy-Ad Exterminator Help.chm"; 
  41. Name: "{group}\{cm:UninstallProgram,Spy-Ad Exterminator}"; Filename: "{uninstallexe}"; 
  42. Name: "{userdesktop}\Spy-Ad Exterminator"; Filename: "{app}\AdExterminator.exe"; Tasks: desktopicon; 
  43. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Spy-Ad Exterminator"; Filename: "{app}\AdExterminator.exe"; Tasks: quicklaunchicon; 
  44. [Tasks]
  45. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  46. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  47. [CustomMessages]
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.