Installer, Win: always install qt45pas in install dir. OPTIONAL install in system dir (global).

git-svn-id: trunk@58185 -
This commit is contained in:
martin 2018-06-08 14:06:14 +00:00
parent e963a48b00
commit a4bf07c4cc
4 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
DelUserConf=Lösche alle Benutzer-Konfigurationsdateien von vorherigen Installationen
CleanUp=Aufräumen
InstallQt=QT-Interface-DLL installieren
InstallQt=QT-Interface-DLL global installieren
InstallChm=CHM-Hilfedateien installieren
AssociateGroup=Dateierweiterungen registrieren

View File

@ -6,7 +6,7 @@
DelUserConf=Delete all user configuration files from previous installs
CleanUp=Clean up:
InstallQt=Install Qt interface DLL
InstallQt=Globally install Qt interface DLL
InstallChm=Install CHM help files
AssociateGroup=Associate file extensions

View File

@ -6,7 +6,7 @@
DelUserConf=Supprimer tous les fichiers de configuration de l'utilisateur provenant d'installations précédentes
CleanUp=Nettoyer:
InstallQt=Installer la DLL de l'interface QT
InstallQt=Installer la DLL de l'interface QT globalement
InstallChm=Installer les fichiers d'aide CHM
AssociateGroup=Associer les extensions de fichiers

View File

@ -112,6 +112,7 @@ Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion
#else
Source: {#QtInfDir}\*.dll; DestDir: {sys}; Flags: sharedfile replacesameversion; Components: installqtintfdll; Tasks:
#endif
Source: {#QtInfDir}\*.dll; DestDir: {app}
#if FPCVersion=="2.2.0"
Source: {#BuildDir}\fpc\{#FPCVersion}\bin\{#FPCFullTarget}\cpp.exe; DestDir: {app}\ide; MinVersion: 1,0
#endif