home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Homepage / CHIP.BIN / share / webmaste / linkpopu / linkpopu.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-09-01  |  3.0 KB  |  60 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Link Popularity Check
  4. AppVerName=Link Popularity Check 2.5
  5. AppId=Link Popularity Check
  6. AppVersion=2.5
  7. AppPublisher=Axandra / Voget Selbach Enterprises GmbH
  8. AppPublisherURL=http://www.CheckYourLinkPopularity.com
  9. AppSupportURL=http://www.CheckYourLinkPopularity.com
  10. AppUpdatesURL=http://www.CheckYourLinkPopularity.com
  11. DefaultDirName={pf}\Link Popularity Check
  12. DefaultGroupName=Link Popularity Check
  13. UninstallDisplayIcon={app}\LPC.exe
  14. OutputBaseFilename=LPC
  15. Compression=zip
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\locale\de\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\de\LC_MESSAGES"; 
  21. Source: "{app}\LPC.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  22. Source: "{app}\Affiliate Program.url"; DestDir: "{app}"; 
  23. Source: "{app}\Home Page.url"; DestDir: "{app}"; 
  24. Source: "{app}\LPC.chm"; DestDir: "{app}"; 
  25. Source: "{app}\LPC-Domains.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  26. Source: "{app}\LPC-SearchEngines.txt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\LPC.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  28. Source: "{app}\LPC-Lizenzvereinbarung.txt"; DestDir: "{app}"; 
  29. [Dirs]
  30. Name: "{app}\locale\de\LC_MESSAGES\"; 
  31. [Run]
  32. Filename: "{app}\LPC.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  33. [Icons]
  34. Name: "{group}\Home Page"; Filename: "{app}\Home Page.url"; WorkingDir: "{app}"; IconFilename: "{app}\Home Page.url"; 
  35. Name: "{group}\Partner-Programm"; Filename: "{app}\Affiliate Program.url"; WorkingDir: "{app}"; IconFilename: "{app}\Affiliate Program.url"; 
  36. Name: "{group}\Link Popularity Check"; Filename: "{app}\LPC.exe"; WorkingDir: "{app}"; IconFilename: "{app}\LPC.exe"; 
  37. Name: "{userdesktop}\Link Popularity Check"; Filename: "{app}\LPC.exe"; WorkingDir: "{app}"; IconFilename: "{app}\LPC.exe"; 
  38. Name: "{group}\Link Popularity Check de-installieren"; Filename: "{uninstallexe}"; 
  39. Name: "{group}\Link Popularity Check Hilfe"; Filename: "{app}\LPC.chm"; WorkingDir: "{app}"; IconFilename: "{app}\LPC.chm"; 
  40. [InstallDelete]
  41. Type: files; Name: "{app}\Affiliate Program.url"; 
  42. Type: files; Name: "{app}\Home Page.url"; 
  43. Type: files; Name: "{app}\License.txt"; 
  44. Type: files; Name: "{app}\LPC.chm"; 
  45. Type: files; Name: "{app}\LPC-SearchEngines.txt"; 
  46. Type: files; Name: "{app}\Questions & Answers.rtf"; 
  47. Type: files; Name: "{group}\Home Page.lnk"; 
  48. Type: files; Name: "{group}\Affiliate Program.lnk"; 
  49. Type: files; Name: "{group}\Uninstall Link Popularity Check.lnk"; 
  50. Type: files; Name: "{group}\Link Popularity Check Help.lnk"; 
  51. [UninstallDelete]
  52. Type: files; Name: "{app}\UnInst.log"; 
  53. Type: files; Name: "{app}\UnInst01.log"; 
  54. Type: files; Name: "{app}\UnInst02.log"; 
  55. Type: files; Name: "{app}\UnInst03.log"; 
  56. Type: files; Name: "{app}\UnInst04.log"; 
  57. Type: files; Name: "{app}\*.ini"; 
  58. Type: files; Name: "{app}\*.txt"; 
  59. Type: files; Name: "{app}\*.bak"; 
  60.