home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / system / startup / StartupProtectorSetup.exe / install_script.iss
Text File  |  2007-09-26  |  6KB  |  95 lines

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