home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 September / EnterCD 9_2002.iso / Internet / Advertising Killer 3.0.4 / akiller.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-05-29  |  2.0 KB  |  46 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Advertising Killer
  4. AppVerName=Advertising Killer 3.0.4
  5. AppId=Advertising Killer
  6. AppPublisherURL=http://www.buypin.com
  7. AppUpdatesURL=http://www.buypin.com
  8. AppMutex=AKILLER
  9. DefaultDirName={pf}\BuyPin Software\Advertising Killer
  10. DefaultGroupName=BuyPin Software\Advertising Killer
  11. UninstallDisplayIcon={app}\akiller.exe
  12. OutputBaseFilename=akiller
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\akiller.exe"; DestDir: "{app}"; 
  19. Source: "{app}\options.xml"; DestDir: "{app}"; 
  20. Source: "{app}\rules.xml"; DestDir: "{app}"; 
  21. Source: "{app}\Languages\Deutsch.xml"; DestDir: "{app}\Languages"; 
  22. Source: "{app}\Languages\English.xml"; DestDir: "{app}\Languages"; 
  23. Source: "{app}\Languages\French.xml"; DestDir: "{app}\Languages"; 
  24. Source: "{app}\Languages\Magyar.xml"; DestDir: "{app}\Languages"; 
  25. Source: "{app}\Languages\Letzebuergesch.xml"; DestDir: "{app}\Languages"; 
  26. Source: "{app}\Languages\Portugues.xml"; DestDir: "{app}\Languages"; 
  27. Source: "{app}\Languages\Italiano.xml"; DestDir: "{app}\Languages"; 
  28. Source: "{app}\Languages\Romanian.xml"; DestDir: "{app}\Languages"; 
  29. [Run]
  30. Filename: "{app}\akiller.exe"; Description: "Launch application"; Flags: postinstall nowait
  31. [Icons]
  32. Name: "{group}\Advertising Killer"; Filename: "{app}\akiller.exe"; 
  33. [UninstallDelete]
  34. Type: files; Name: "{app}\Options.xml"; 
  35. Type: files; Name: "{app}\akiller.exe"; 
  36. Type: files; Name: "{app}\rules.xml"; 
  37. Type: files; Name: "{app}\Languages\English.xml"; 
  38. Type: files; Name: "{app}\Languages\Deutsch.xml"; 
  39. Type: files; Name: "{app}\Languages\French.xml"; 
  40. Type: files; Name: "{app}\Languages\Magyar.xml"; 
  41. Type: files; Name: "{app}\Languages\Letzebuergesch.xml"; 
  42. Type: files; Name: "{app}\Languages\Portugues.xml"; 
  43. Type: files; Name: "{app}\Languages\Italiano.xml"; 
  44. Type: files; Name: "{app}\Languages\Romanian.xml"; 
  45. Type: dirifempty; Name: "{app}"; 
  46.