home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / vyzkuste / browser / browser.exe / WinSweep3.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-06  |  5.9 KB  |  84 lines

  1. ;InnoSetupVersion=4.1.0
  2. [Setup]
  3. AppName=WINSWEEP Anonym surfen und Surfspuren vernichten
  4. AppVerName=WINSWEEP 3.451
  5. AppId=WINSWEEP Anonym surfen und Surfspuren vernichten
  6. AppPublisher=Software-Entwicklung Frank-Oliver Dzewas
  7. AppPublisherURL=http://www.winsweep.de
  8. AppSupportURL=http://www.winsweep.de
  9. AppUpdatesURL=http://www.winsweep.de
  10. DefaultDirName={pf}\WinSweep
  11. DefaultGroupName=WINSWEEP
  12. OutputBaseFilename=WinSweep3
  13. Compression=zip
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{sys}\CFile.Dll"; DestDir: "{sys}"; Flags: restartreplace regserver comparetimestamp 
  19. Source: "{sys}\CActiveList.Dll"; DestDir: "{sys}"; Flags: restartreplace regserver comparetimestamp 
  20. Source: "{sys}\VB6DE.DLL"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  21. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  22. Source: "{app}\WinSweep.Exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly ignoreversion 
  23. Source: "{app}\WSMonitor.Exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly ignoreversion 
  24. Source: "{app}\Zones High.reg"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Zones Standard.reg"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\WSChecker.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\WSMonitor.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\WinSweep.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{sys}\AxHotlink.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver comparetimestamp overwritereadonly 
  30. Source: "{app}\WSPopup.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly ignoreversion 
  31. Source: "{app}\WSUninstall.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly ignoreversion 
  32. Source: "{app}\BLOCK.WAV"; DestDir: "{app}"; 
  33. Source: "{app}\WinJam.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly ignoreversion 
  34. Source: "{app}\nstdlist.txt"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\WinJam.exe.manifest"; DestDir: "{app}"; Flags: promptifolder 
  36. Source: "{sys}\RijnDael.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver comparetimestamp overwritereadonly 
  37. Source: "{sys}\bindll.dll"; DestDir: "{sys}"; Flags: restartreplace comparetimestamp overwritereadonly 
  38. Source: "{app}\template.js"; DestDir: "{app}"; Flags: overwritereadonly 
  39. Source: "{sys}\COMCTL32.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver comparetimestamp 
  40. Source: "{app}\xpas.txt"; DestDir: "{app}"; 
  41. Source: "{app}\WSTresor.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly ignoreversion 
  42. Source: "{app}\WSTresor.exe.manifest"; DestDir: "{app}"; 
  43. Source: "{app}\alist.txt"; DestDir: "{app}"; Flags: comparetimestamp onlyifdoesntexist 
  44. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver 
  45. Source: "{app}\FlashOff.reg"; DestDir: "{app}"; 
  46. Source: "{app}\FlashOn.reg"; DestDir: "{app}"; 
  47. Source: "{app}\Version.rtf"; DestDir: "{app}"; Flags: overwritereadonly 
  48. Source: "{app}\wsproxy.txt"; DestDir: "{app}"; 
  49. Source: "{app}\no-ads.pac"; DestDir: "{app}"; Flags: overwritereadonly 
  50. Source: "{sys}\WinSweep.Dll"; DestDir: "{sys}"; Flags: restartreplace regserver overwritereadonly 
  51. Source: "{app}\NUSRLIST.TXT"; DestDir: "{app}"; 
  52. Source: "{sys}\MSWINSCK.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver 
  53. Source: "{app}\WSProxy.exe"; DestDir: "{app}"; Flags: restartreplace overwritereadonly 
  54. Source: "{app}\Subclassing.dll"; DestDir: "{app}"; Flags: restartreplace regserver overwritereadonly 
  55. Source: "{app}\SurfBar.dll"; DestDir: "{app}"; Flags: restartreplace regserver overwritereadonly ignoreversion 
  56. Source: "{sys}\MSCMCDE.DLL"; DestDir: "{sys}"; Flags: restartreplace 
  57. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver 
  58. [Registry]
  59. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "WINSWEEP"; ValueType: String; ValueData: "{app}\WinSweep.Exe /AUTO"; Flags: uninsdeletekey 
  60. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "WINSWEEP Popupblocker"; ValueType: String; ValueData: "{app}\WSPopup.Exe"; Flags: uninsdeletekey 
  61. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Toolbar"; ValueName: "{{E915E62E-41DA-40D0-8106-3438B4D24394}"; ValueType: String; ValueData: "WINSWEEP Toolbar"; Flags: createvalueifdoesntexist uninsdeletevalue 
  62. Root: HKCU; Subkey: "Software\VB and VBA Program Settings\winsweep\Options"; ValueName: "AnoSafeSession"; ValueType: String; Flags: deletevalue 
  63. Root: HKCU; Subkey: "Software\VB and VBA Program Settings\winsweep\Options"; ValueName: "AnoSession"; ValueType: String; Flags: deletevalue 
  64. [INI]
  65. FileName: "{app}\WinSweep.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.WinSweep.de"; 
  66. [Run]
  67. Filename: "{app}\WinSweep.Exe"; Description: "WinSweep jetzt starten"; Flags: postinstall skipifsilent nowait
  68. [UninstallRun]
  69. Filename: "{app}\WSUninstall.exe"; WorkingDir: "{app}"; 
  70. [Icons]
  71. Name: "{group}\WinSweep - Datenschutz f
  72. r den Internet-PC"; Filename: "{app}\WinSweep.Exe"; 
  73. Name: "{group}\WinSweep Tresor"; Filename: "{app}\WSTresor.exe"; WorkingDir: "{app}"; IconFilename: "{app}\WSTresor.exe"; 
  74. Name: "{group}\WinSweep deinstallieren"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; IconFilename: "{app}\unins000.exe"; 
  75. Name: "{userdesktop}\WinSweep - Datenschutz f
  76. r den Internet-PC"; Filename: "{app}\WinSweep.Exe"; WorkingDir: "{app}"; 
  77. Name: "{group}\WINSWEEP Informationen"; Filename: "{app}\Version.rtf"; 
  78. [UninstallDelete]
  79. Type: files; Name: "{app}\ws.js"; 
  80. [Languages]
  81. ; These files are stubs
  82. ; To achieve better results after recompilation, use the real language files
  83. Name: "default"; MessagesFile: "embedded\default.isl"; 
  84.