home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / pfind / SetupPFind.exe / install_script.iss
Text File  |  2008-07-22  |  6KB  |  98 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=videocommunications PFind
  5. AppVerName=videocommunications PFind Version 1.2.8.0
  6. AppId=videocommunications PFind
  7. AppVersion=1.2.8.0
  8. AppPublisher=http://www.videocommunications.de/
  9. AppPublisherURL=http://www.videocommunications.de/
  10. AppSupportURL=http://www.pfind.de/
  11. AppUpdatesURL=http://www.pfind.de/
  12. DefaultDirName={pf}\videocommunications\PFind
  13. DefaultGroupName=videocommunications\PFind
  14. OutputBaseFilename=setup
  15. Compression=lzma
  16. DisableProgramGroupPage=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\PFind.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\lang.xml"; DestDir: "{app}"; 
  23. Source: "{app}\prefs,1.xml"; DestDir: "{app}"; DestName: "prefs.xml"; Languages: "de"; Flags: onlyifdoesntexist 
  24. Source: "{app}\prefs,2.xml"; DestDir: "{app}"; DestName: "prefs.xml"; Languages: "en"; Flags: onlyifdoesntexist 
  25. Source: "{app}\pfind.chm"; DestDir: "{app}"; 
  26. Source: "{app}\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\libcurl.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\jpeg62.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\libtiff3.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\urls.bin"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  31. Source: "{app}\windowlayouts.bin"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  32.  
  33. [Registry]
  34. Root: HKCU; Subkey: "Software\M.Schmidt\videocommunicationspfind"; Flags: uninsdeletekey 
  35. Root: HKCU; Subkey: "Software\M.Schmidt\videocommunicationspfind"; ValueName: "AppPath"; ValueType: String; ValueData: "{app}"; 
  36. Root: HKCU; Subkey: "Software\M.Schmidt\videocommunicationspfind"; Flags: uninsdeletekey 
  37.  
  38. [Run]
  39. Filename: "{app}\PFind.exe"; Description: "PFind starten"; Languages: "de"; Flags: postinstall skipifsilent nowait
  40. Filename: "{app}\PFind.exe"; Description: "Start PFind"; Languages: "en"; Flags: postinstall skipifsilent nowait
  41.  
  42. [Icons]
  43. Name: "{commonprograms}\videocommunications\PFind\Entfernen (Uninstall)"; Filename: "{app}\unins000.exe"; 
  44. Name: "{commonprograms}\videocommunications\PFind\PFind"; Filename: "{app}\PFind.exe"; WorkingDir: "{app}"; 
  45. Name: "{commonprograms}\videocommunications\PFind\Hilfe"; Filename: "{app}\pfind.chm"; WorkingDir: "{app}"; 
  46. Name: "{commondesktop}\PFind"; Filename: "{app}\PFind.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  47. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\PFind"; Filename: "{app}\PFind.exe"; Tasks: quicklaunchicon; 
  48.  
  49. [Tasks]
  50. Name: "desktopicon"; Description: "&Desktop-Icon erzeugen"; GroupDescription: "Icons:"; Languages: "de"; 
  51. Name: "quicklaunchicon"; Description: "&Quick-Launch-Icon erzeugen"; GroupDescription: "Icons:"; Languages: "de"; 
  52. Name: "desktopicon"; Description: "Create &Desktop-Icon"; GroupDescription: "Icons:"; Languages: "en"; 
  53. Name: "quicklaunchicon"; Description: "Create &Quick-Launch-Icon"; GroupDescription: "Icons:"; Languages: "en"; 
  54.  
  55. [CustomMessages]
  56. en.NameAndVersion=%1 version %2
  57. en.AdditionalIcons=Additional icons:
  58. en.CreateDesktopIcon=Create a &desktop icon
  59. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  60. en.ProgramOnTheWeb=%1 on the Web
  61. en.UninstallProgram=Uninstall %1
  62. en.LaunchProgram=Launch %1
  63. en.AssocFileExtension=&Associate %1 with the %2 file extension
  64. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  65. de.NameAndVersion=%1 Version %2
  66. de.AdditionalIcons=ZusΣtzliche Symbole:
  67. de.CreateDesktopIcon=&Desktop-Symbol anlegen
  68. de.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste anlegen
  69. de.ProgramOnTheWeb=%1 im Internet
  70. de.UninstallProgram=%1 entfernen
  71. de.LaunchProgram=%1 starten
  72. de.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  73. de.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  74. de.PfindLizenzueberschrift=Lizenzbestimmungen von PFind...
  75. de.Starttext1=Produkt: PFind 1.2.8.0
  76. de.Starttext2=Hersteller: videocommunications
  77. de.Starttext3=Datum: 07/2008
  78. de.Starttext4=Website: http://www.pfind.de
  79. de.Starttext5=email: Kontaktaufnahme nur per Kontaktformular auf der Webseite.
  80. de.Starttext6=PFind, alle Softwarebestandteile, die Dokumentation, sowie die Programm- und Datenkonzeption werden sowohl durch Urheberrechtsgesetze und internationale UrheberrechtsvertrΣge geschⁿtzt als auch durch andere Gesetze und Vereinbarungen ⁿber geistiges Eigentum.
  81. de.Starttext7=Wir bitten um eine kleine freiwillige Spende von 10 EURO. Die Bankverbindung steht in der Hilfedatei. Danke :-)
  82. de.Starttext8=Diese Spende hilft uns, PFind weiterzuentwickeln und Ihnen somit ein noch leistungsfΣhigeres Programm zu bieten. Au▀erdem haben Sie dann die M÷glichkeit, eigene VorschlΣge und Ideen in das Programm einzubringen.
  83. en.PfindLizenzueberschrift=License data of PFind...
  84. en.Starttext1=Product: PFind 1.2.8.0
  85. en.Starttext2=Manufacturer: videocommunications
  86. en.Starttext3=Date: 07/2008
  87. en.Starttext4=Website: http://www.pfind.de
  88. en.Starttext5=email: Only via contact form on the website above.
  89. en.Starttext6=PFind is distributed as freeware. The software is NOT Public Domain software. We allow the free distribution of the software, but we retain ownership and copyright of the software.
  90. en.Starttext7=If you like this program, please donate 10 EURO (or more :-) to the account written in the help file. Thank you :-)
  91. en.Starttext8=Your donation will help us to improve PFind and make it even better as it currently is. Furthermore you can send us your wishes and suggestions for PFind.
  92.  
  93. [Languages]
  94. ; These files are stubs
  95. ; To achieve better results after recompilation, use the real language files
  96. Name: "en"; MessagesFile: "embedded\en.isl"; 
  97. Name: "de"; MessagesFile: "embedded\de.isl"; 
  98.