home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CHIP_CD_2003-12.iso / test / lpc / LPC.exe / install_script.iss
Text File  |  2003-10-27  |  3KB  |  65 lines

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