home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / system / startup / StartupProtectorSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-09-26  |  6.1 KB  |  85 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=Startup Protector
  4. AppVerName=Startup Protector 1.0
  5. AppId=Startup Protector
  6. AppPublisher=Aiv Software
  7. AppPublisherURL=http://www.aivsoft.com
  8. AppSupportURL=http://www.aivsoft.com
  9. AppUpdatesURL=http://www.aivsoft.com
  10. DefaultDirName={pf}\Startup Protector
  11. DefaultGroupName=Startup Protector
  12. OutputBaseFilename=StartupProtectorSetup
  13. Compression=lzma
  14. LicenseFile=embedded\License.txt
  15. InfoAfterFile=embedded\InfoAfter.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regtypelib sharedfile noregerror 
  20. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  21. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  22. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  23. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  24. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  25. Source: "{sys}\sql.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  26. Source: "{sys}\win32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  27. Source: "{sys}\Msdsn.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  28. Source: "{sys}\Msdxm11.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  29. Source: "{sys}\Msdxm.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  30. Source: "{sys}\comdlg32.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  31. Source: "{sys}\Mscomctl,1.ocx"; DestDir: "{sys}"; DestName: "Mscomctl.ocx"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  32. Source: "{sys}\Msstdfmt.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  33. Source: "{sys}\MSSTTFTTM.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  34. Source: "{sys}\MSADODC.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  35. Source: "{sys}\scrrun.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  36. Source: "{sys}\tabctl32.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  37. Source: "{sys}\comctl32.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  38. Source: "{sys}\mscomctl,2.ocx"; DestDir: "{sys}"; DestName: "mscomctl.ocx"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  39. Source: "{sys}\killsp.bat"; DestDir: "{sys}"; 
  40. Source: "{app}\StartupProtector.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  41. Source: "{app}\config.ini"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  42. Source: "{sys}\system.sys"; DestDir: "{sys}"; Flags: restartreplace ignoreversion 
  43. Source: "{sys}\sys2.sys"; DestDir: "{sys}"; Flags: restartreplace ignoreversion 
  44. Source: "{sys}\sys3.sys"; DestDir: "{sys}"; Flags: restartreplace ignoreversion 
  45. [Registry]
  46. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Startup Protector"; ValueType: String; ValueData: "{app}\StartupProtector.exe"; Flags: uninsdeletevalue 
  47. [Run]
  48. Filename: "{app}\StartupProtector.exe"; Description: "{cm:LaunchProgram,Startup Protector}"; Flags: postinstall skipifsilent nowait
  49. [UninstallRun]
  50. Filename: "{sys}\killsp.bat"; 
  51. [Icons]
  52. Name: "{group}\Startup Protector"; Filename: "{app}\StartupProtector.exe"; 
  53. Name: "{group}\{cm:ProgramOnTheWeb,Startup Protector}"; Filename: "http://www.aivsoft.com"; 
  54. Name: "{commondesktop}\Startup Protector"; Filename: "{app}\StartupProtector.exe"; Tasks: desktopicon; 
  55. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Startup Protector"; Filename: "{app}\StartupProtector.exe"; Tasks: quicklaunchicon; 
  56. [Tasks]
  57. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  58. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  59. [UninstallDelete]
  60. Type: files; Name: "{app}\StartupProtector.exe"; 
  61. Type: files; Name: "{sys}\system.sys"; 
  62. Type: files; Name: "{sys}\sys2.sys"; 
  63. Type: files; Name: "{sys}\sys3.sys"; 
  64. Type: files; Name: "{sys}\system.ldb"; 
  65. Type: files; Name: "{sys}\sys2.ldb"; 
  66. Type: files; Name: "{sys}\sys3.ldb"; 
  67. Type: files; Name: "{app}\config.ini"; 
  68. Type: files; Name: "{app}\MENU.ini"; 
  69. Type: files; Name: "{sys}\killsp.bat"; 
  70. Type: dirifempty; Name: "{app}"; 
  71. [CustomMessages]
  72. english.NameAndVersion=%1 version %2
  73. english.AdditionalIcons=Additional icons:
  74. english.CreateDesktopIcon=Create a &desktop icon
  75. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  76. english.ProgramOnTheWeb=%1 on the Web
  77. english.UninstallProgram=Uninstall %1
  78. english.LaunchProgram=Launch %1
  79. english.AssocFileExtension=&Associate %1 with the %2 file extension
  80. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  81. [Languages]
  82. ; These files are stubs
  83. ; To achieve better results after recompilation, use the real language files
  84. Name: "english"; MessagesFile: "embedded\english.isl"; 
  85.