mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 11:29:29 +02:00
Installer, Win: always install qt45pas in install dir. OPTIONAL install in system dir (global).
git-svn-id: trunk@58185 -
This commit is contained in:
parent
e963a48b00
commit
a4bf07c4cc
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user