home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / pctest / setup.exe / install_script.iss
Text File  |  2006-06-22  |  3KB  |  73 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=PC SECURITY TEST 2006
  5. AppVerName=PC SECURITY TEST 2006
  6. AppId=PC SECURITY TEST 2006
  7. AppPublisher=AxBx
  8. AppPublisherURL=http://www.pc-st.com
  9. AppSupportURL=http://www.pc-st.com
  10. AppUpdatesURL=http://www.pc-st.com
  11. DefaultDirName={pf}\AxBx\PC Security Test 2006
  12. DefaultGroupName=PC Security Test 2006
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\PCSecurityTest.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\files\spyware.txt"; DestDir: "{app}\files"; Flags: ignoreversion 
  22. Source: "{app}\files\virus1.txt"; DestDir: "{app}\files"; Flags: ignoreversion 
  23. Source: "{app}\files\virus3.txt"; DestDir: "{app}\files"; Flags: ignoreversion 
  24. Source: "{app}\help_virus.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\help_spyware.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\help_hacking.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\help_faq.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\detail_h1.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\detail_h2.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\detail_v1.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\detail_v2.txt"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\detail_v3.txt"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\detail_v4.txt"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\detail_v5.txt"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\detail_s1.txt"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\detail_s2.txt"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\detail_s3.txt"; DestDir: "{app}"; Flags: ignoreversion 
  38.  
  39. [INI]
  40. FileName: "{app}\PCSecurityTest.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pc-st.com/us"; 
  41.  
  42. [Run]
  43. Filename: "{app}\PCSecurityTest.exe"; Description: "{cm:LaunchProgram,PC SECURITY TEST 2006}"; Flags: postinstall skipifsilent nowait
  44.  
  45. [Icons]
  46. Name: "{group}\PC SECURITY TEST 2006"; Filename: "{app}\PCSecurityTest.exe"; 
  47. Name: "{group}\{cm:ProgramOnTheWeb,PC SECURITY TEST 2006}"; Filename: "{app}\PCSecurityTest.url"; 
  48. Name: "{group}\{cm:UninstallProgram,PC SECURITY TEST 2006}"; Filename: "{uninstallexe}"; 
  49. Name: "{userdesktop}\PC SECURITY TEST 2006"; Filename: "{app}\PCSecurityTest.exe"; Tasks: desktopicon; 
  50.  
  51. [Tasks]
  52. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  53.  
  54. [UninstallDelete]
  55. Type: files; Name: "{app}\PCSecurityTest.url"; 
  56. Type: files; Name: "{app}\dump.txt"; 
  57.  
  58. [CustomMessages]
  59. default.NameAndVersion=%1 version %2
  60. default.AdditionalIcons=Additional icons:
  61. default.CreateDesktopIcon=Create a &desktop icon
  62. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  63. default.ProgramOnTheWeb=%1 on the Web
  64. default.UninstallProgram=Uninstall %1
  65. default.LaunchProgram=Launch %1
  66. default.AssocFileExtension=&Associate %1 with the %2 file extension
  67. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  68.  
  69. [Languages]
  70. ; These files are stubs
  71. ; To achieve better results after recompilation, use the real language files
  72. Name: "default"; MessagesFile: "embedded\default.isl"; 
  73.