Changeset 50401 in vbox
- Timestamp:
- Feb 10, 2014 5:51:35 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92161
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Languages/English.nsh
r43129 r50401 4 4 5 5 ; 6 ; Copyright (C) 2006-201 2Oracle Corporation6 ; Copyright (C) 2006-2014 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 ; 16 16 17 LangString VBOX_TEST ${LANG_ENGLISH} "This is a test message of $(^Name)!"17 LangString VBOX_TEST ${LANG_ENGLISH} "This is a test message of $(^Name)!" 18 18 19 LangString VBOX_NOADMIN ${LANG_ENGLISH} "You need administrator rights to install or uninstall the $(^Name).$\r$\nThis application will exit now."19 LangString VBOX_NOADMIN ${LANG_ENGLISH} "You need administrator rights to install or uninstall the $(^Name).$\r$\nThis application will exit now." 20 20 21 LangString VBOX_NOTICE_ARCH_X86 ${LANG_ENGLISH} "This application only runs on 32-bit Windows systems. Please install the 64-bit version of $(^Name)!"22 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_ENGLISH} "This application only runs on 64-bit Windows systems. Please install the 32-bit version of $(^Name)!"23 LangString VBOX_NT4_NO_SP6 ${LANG_ENGLISH} "You do not seem to have Service Pack 6 for Windows NT4 installed.$\r$\nWe recommend that you install it first. Do you wish to continue anyway?"21 LangString VBOX_NOTICE_ARCH_X86 ${LANG_ENGLISH} "This application only runs on 32-bit Windows systems. Please install the 64-bit version of $(^Name)!" 22 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_ENGLISH} "This application only runs on 64-bit Windows systems. Please install the 32-bit version of $(^Name)!" 23 LangString VBOX_NT4_NO_SP6 ${LANG_ENGLISH} "You do not seem to have Service Pack 6 for Windows NT4 installed.$\r$\nWe recommend that you install it first. Do you wish to continue anyway?" 24 24 25 LangString VBOX_PLATFORM_UNSUPPORTED ${LANG_ENGLISH} "The VirtualBox Guest Additions cannot be installed on this version of Windows"25 LangString VBOX_PLATFORM_UNSUPPORTED ${LANG_ENGLISH} "The VirtualBox Guest Additions cannot be installed on this version of Windows" 26 26 27 LangString VBOX_SUN_FOUND ${LANG_ENGLISH} "An old version of the Sun VirtualBox Guest Additions is installed in this virtual machine. This must be uninstalled before the current Guest Additions can be installed.$\r$\n$\r$\nDo you wish to uninstall the old Guest Additions now?"28 LangString VBOX_SUN_ABORTED ${LANG_ENGLISH} "The VirtualBox Guest Additions cannot be installed until the old version has been removed. Please remove it and try again."27 LangString VBOX_SUN_FOUND ${LANG_ENGLISH} "An old version of the Sun VirtualBox Guest Additions is installed in this virtual machine. This must be uninstalled before the current Guest Additions can be installed.$\r$\n$\r$\nDo you wish to uninstall the old Guest Additions now?" 28 LangString VBOX_SUN_ABORTED ${LANG_ENGLISH} "The VirtualBox Guest Additions cannot be installed until the old version has been removed. Please remove it and try again." 29 29 30 LangString VBOX_INNOTEK_FOUND ${LANG_ENGLISH} "An old version of the innotek VirtualBox Guest Additions is installed in this virtual machine. This must be uninstalled before the current Guest Additions can be installed.$\r$\n$\r$\nDo you wish to uninstall the old Guest Additions now?"31 LangString VBOX_INNOTEK_ABORTED ${LANG_ENGLISH} "The VirtualBox Guest Additions cannot be installed until the old version has been removed. Please remove it and try again."30 LangString VBOX_INNOTEK_FOUND ${LANG_ENGLISH} "An old version of the innotek VirtualBox Guest Additions is installed in this virtual machine. This must be uninstalled before the current Guest Additions can be installed.$\r$\n$\r$\nDo you wish to uninstall the old Guest Additions now?" 31 LangString VBOX_INNOTEK_ABORTED ${LANG_ENGLISH} "The VirtualBox Guest Additions cannot be installed until the old version has been removed. Please remove it and try again." 32 32 33 LangString VBOX_UNINSTALL_START ${LANG_ENGLISH} "Press OK to start the uninstallation process. This may take some time to complete."34 LangString VBOX_UNINSTALL_REBOOT ${LANG_ENGLISH} "It is strongly recommended that you restart this virtual machine before installing the new version of the VirtualBox Guest Additions.$\r$\nPlease start the installation process again after restarting the machine.$\r$\n$\r$\nRestart now?"33 LangString VBOX_UNINSTALL_START ${LANG_ENGLISH} "Press OK to start the uninstallation process. This may take some time to complete." 34 LangString VBOX_UNINSTALL_REBOOT ${LANG_ENGLISH} "It is strongly recommended that you restart this virtual machine before installing the new version of the VirtualBox Guest Additions.$\r$\nPlease start the installation process again after restarting the machine.$\r$\n$\r$\nRestart now?" 35 35 36 36 LangString VBOX_COMPONENT_MAIN ${LANG_ENGLISH} "VirtualBox Guest Additions" … … 48 48 LangString VBOX_COMPONENT_D3D_INVALID_MANUAL ${LANG_ENGLISH} "Shall the VirtualBox manual be displayed now to look for a solution?" 49 49 50 LangString VBOX_WFP_WARN_REPLACE ${LANG_ENGLISH} "In order to make ${PRODUCT_NAME} work correctly some system files have been replaced.$\r$\nIf the Windows File Protection service offers to restore the original files you should cancel the request to retain the newly installed functionality."51 LangString VBOX_REBOOT_REQUIRED ${LANG_ENGLISH} "To apply all changes, the system must be restarted. Restart Windows now?"50 LangString VBOX_WFP_WARN_REPLACE ${LANG_ENGLISH} "In order to make ${PRODUCT_NAME} work correctly some system files have been replaced.$\r$\nIf the Windows File Protection service offers to restore the original files you should cancel the request to retain the newly installed functionality." 51 LangString VBOX_REBOOT_REQUIRED ${LANG_ENGLISH} "To apply all changes, the system must be restarted. Restart Windows now?" 52 52 53 LangString VBOX_EXTRACTION_COMPLETE ${LANG_ENGLISH} "$(^Name): Files were successfully extracted to $\"$INSTDIR$\"!"53 LangString VBOX_EXTRACTION_COMPLETE ${LANG_ENGLISH} "$(^Name): Files were successfully extracted to $\"$INSTDIR$\"!" 54 54 55 LangString VBOX_ERROR_INST_FAILED ${LANG_ENGLISH} "An error occurred during installation.$\r$\nPlease refer to the log file under '$INSTDIR\install_ui.log' for more information."56 LangString VBOX_ERROR_OPEN_LINK ${LANG_ENGLISH} "Could not open link in the default browser."55 LangString VBOX_ERROR_INST_FAILED ${LANG_ENGLISH} "An error occurred during installation.$\r$\nPlease refer to the log file under '$INSTDIR\install_ui.log' for more information." 56 LangString VBOX_ERROR_OPEN_LINK ${LANG_ENGLISH} "Could not open link in the default browser." 57 57 58 LangString VBOX_UNINST_CONFIRM ${LANG_ENGLISH} "Do you really want to uninstall $(^Name)?"59 LangString VBOX_UNINST_SUCCESS ${LANG_ENGLISH} "$(^Name) have been uninstalled."60 LangString VBOX_UNINST_INVALID_D3D ${LANG_ENGLISH} "Invalid installation of Direct3D support detected; uninstallation skipped."61 58 LangString VBOX_UNINST_CONFIRM ${LANG_ENGLISH} "Do you really want to uninstall $(^Name)?" 59 LangString VBOX_UNINST_SUCCESS ${LANG_ENGLISH} "$(^Name) have been uninstalled." 60 LangString VBOX_UNINST_INVALID_D3D ${LANG_ENGLISH} "Invalid installation of Direct3D support detected; uninstallation skipped." 61 LangString VBOX_UNINST_UNABLE_TO_RESTORE_D3D ${LANG_ENGLISH} "Could not restore original Direct3D files. Please re-install DirectX." -
trunk/src/VBox/Additions/WINNT/Installer/Languages/French.nsh
r43129 r50401 4 4 5 5 ; 6 ; Copyright (C) 2006-201 2Oracle Corporation6 ; Copyright (C) 2006-2014 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 ; 16 16 17 LangString VBOX_TEST ${LANG_FRENCH} "Ceci est un message de test de $(^Name)!"17 LangString VBOX_TEST ${LANG_FRENCH} "Ceci est un message de test de $(^Name)!" 18 18 19 LangString VBOX_NOADMIN ${LANG_FRENCH} "Vous avez besoin de droits d'administrateur pour (dés)installer $(^Name)!$\r$\nCe programme d'installation se terminera maintenant."19 LangString VBOX_NOADMIN ${LANG_FRENCH} "Vous avez besoin de droits d'administrateur pour (dés)installer $(^Name)!$\r$\nCe programme d'installation se terminera maintenant." 20 20 21 LangString VBOX_NOTICE_ARCH_X86 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows 32-bit. Veuillez installer la version 64-bit de $(^Name)!"22 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows 64-bit. Veuillez installer la version 32-bit de $(^Name)!"23 LangString VBOX_NT4_NO_SP6 ${LANG_FRENCH} "Le programme d'installation a détécté que vous utilisez Windows NT4 sans Service Pack 6.$\r$\nNous vous conseillons d'installer ce Service Pack avant de continuer. Désirez vous cependant continuer?"21 LangString VBOX_NOTICE_ARCH_X86 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows 32-bit. Veuillez installer la version 64-bit de $(^Name)!" 22 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows 64-bit. Veuillez installer la version 32-bit de $(^Name)!" 23 LangString VBOX_NT4_NO_SP6 ${LANG_FRENCH} "Le programme d'installation a détécté que vous utilisez Windows NT4 sans Service Pack 6.$\r$\nNous vous conseillons d'installer ce Service Pack avant de continuer. Désirez vous cependant continuer?" 24 24 25 LangString VBOX_PLATFORM_UNSUPPORTED ${LANG_FRENCH} "Les Additions invité ne sont pas encore supportés sur cette plateforme!"25 LangString VBOX_PLATFORM_UNSUPPORTED ${LANG_FRENCH} "Les Additions invité ne sont pas encore supportés sur cette plateforme!" 26 26 27 LangString VBOX_SUN_FOUND ${LANG_FRENCH} "Une ancienne version des Additions invité Sun est installée dans cette machine virtuelle. Les Additions invité actuelles ne peuvent être installées avant que cette version ne soit désinstallée.$\r$\n$\r$\nVoulez-vous désinstaller l'ancienne version maintenant?"28 LangString VBOX_SUN_ABORTED ${LANG_FRENCH} "Le programme ne peut pas continuer avec l'installation des Additions invité.$\r$\nVeuillez désinstaller d'abord les anciennes Additions Sun!"27 LangString VBOX_SUN_FOUND ${LANG_FRENCH} "Une ancienne version des Additions invité Sun est installée dans cette machine virtuelle. Les Additions invité actuelles ne peuvent être installées avant que cette version ne soit désinstallée.$\r$\n$\r$\nVoulez-vous désinstaller l'ancienne version maintenant?" 28 LangString VBOX_SUN_ABORTED ${LANG_FRENCH} "Le programme ne peut pas continuer avec l'installation des Additions invité.$\r$\nVeuillez désinstaller d'abord les anciennes Additions Sun!" 29 29 30 LangString VBOX_INNOTEK_FOUND ${LANG_FRENCH} "Une ancienne version des Additions invité est installée dans cette machine virtuelle. Les Additions invité actuelles ne peuvent être installées avant que cette version ne soit désinstallée.$\r$\n$\r$\nVoulez-vous désinstaller l'ancienne version maintenant?"31 LangString VBOX_INNOTEK_ABORTED ${LANG_FRENCH} "Le programme ne peut pas continuer avec l'installation des Additions invité.$\r$\nVeuillez désinstaller d'abord les anciennes Additions!"30 LangString VBOX_INNOTEK_FOUND ${LANG_FRENCH} "Une ancienne version des Additions invité est installée dans cette machine virtuelle. Les Additions invité actuelles ne peuvent être installées avant que cette version ne soit désinstallée.$\r$\n$\r$\nVoulez-vous désinstaller l'ancienne version maintenant?" 31 LangString VBOX_INNOTEK_ABORTED ${LANG_FRENCH} "Le programme ne peut pas continuer avec l'installation des Additions invité.$\r$\nVeuillez désinstaller d'abord les anciennes Additions!" 32 32 33 LangString VBOX_UNINSTALL_START ${LANG_FRENCH} "Choisissez OK pour démarrer la désinstallation.$\r$\nLe processus nécessitera quelque temps et se déroulera en arrière-plan."34 LangString VBOX_UNINSTALL_REBOOT ${LANG_FRENCH} "Nous vous conseillons fortement de redémarer cette machine virtuelle avant d'installer la nouvelle version des Additions invité.$\r$\nVeuillez recommencer l'installation des Additions après le redémarrage.$\r$\n$\r$\nRedémarrer maintenant?"33 LangString VBOX_UNINSTALL_START ${LANG_FRENCH} "Choisissez OK pour démarrer la désinstallation.$\r$\nLe processus nécessitera quelque temps et se déroulera en arrière-plan." 34 LangString VBOX_UNINSTALL_REBOOT ${LANG_FRENCH} "Nous vous conseillons fortement de redémarer cette machine virtuelle avant d'installer la nouvelle version des Additions invité.$\r$\nVeuillez recommencer l'installation des Additions après le redémarrage.$\r$\n$\r$\nRedémarrer maintenant?" 35 35 36 36 LangString VBOX_COMPONENT_MAIN ${LANG_FRENCH} "Additions invité VirtualBox" … … 48 48 LangString VBOX_COMPONENT_D3D_INVALID_MANUAL ${LANG_FRENCH} "Voulez-vous voir le manuel d'utilisateur VirtualBox pour chercher une solution?" 49 49 50 LangString VBOX_WFP_WARN_REPLACE ${LANG_FRENCH} "Le programme d'installation vient de remplacer certains fichiers systèmes afin de faire fonctionner correctement ${PRODUCT_NAME}.$\r$\nPour le cas qu'un avertissement de la Protection de fichiers Windows apparaisse, veuiller l'annuler sans restaurer les fichiers originaux!"51 LangString VBOX_REBOOT_REQUIRED ${LANG_FRENCH} "Le système doit être redémarré pourque les changements prennent effet. Redémarrer Windows maintenant?"50 LangString VBOX_WFP_WARN_REPLACE ${LANG_FRENCH} "Le programme d'installation vient de remplacer certains fichiers systèmes afin de faire fonctionner correctement ${PRODUCT_NAME}.$\r$\nPour le cas qu'un avertissement de la Protection de fichiers Windows apparaisse, veuiller l'annuler sans restaurer les fichiers originaux!" 51 LangString VBOX_REBOOT_REQUIRED ${LANG_FRENCH} "Le système doit être redémarré pourque les changements prennent effet. Redémarrer Windows maintenant?" 52 52 53 LangString VBOX_EXTRACTION_COMPLETE ${LANG_FRENCH} "$(^Name): Les fichiers ont été extrait avec succès dans $\"$INSTDIR$\"!"53 LangString VBOX_EXTRACTION_COMPLETE ${LANG_FRENCH} "$(^Name): Les fichiers ont été extrait avec succès dans $\"$INSTDIR$\"!" 54 54 55 LangString VBOX_ERROR_INST_FAILED ${LANG_FRENCH} "Une erreur est survenue pendant l'installation!$\r$\nVeuillez consulter le fichier log '$INSTDIR\install_ui.log' pour plus d'informations."56 LangString VBOX_ERROR_OPEN_LINK ${LANG_FRENCH} "Impossible d'ouvrir le lien dans le navigateur par defaut."55 LangString VBOX_ERROR_INST_FAILED ${LANG_FRENCH} "Une erreur est survenue pendant l'installation!$\r$\nVeuillez consulter le fichier log '$INSTDIR\install_ui.log' pour plus d'informations." 56 LangString VBOX_ERROR_OPEN_LINK ${LANG_FRENCH} "Impossible d'ouvrir le lien dans le navigateur par defaut." 57 57 58 LangString VBOX_UNINST_CONFIRM ${LANG_FRENCH} "Voulez-vous vraiment désinstaller $(^Name)?"59 LangString VBOX_UNINST_SUCCESS ${LANG_FRENCH} "$(^Name) ont été désinstallés."60 LangString VBOX_UNINST_INVALID_D3D ${LANG_FRENCH} "Installation incorrecte du support Direct3D detectée; une désinstallation ne sera pas tentée."61 58 LangString VBOX_UNINST_CONFIRM ${LANG_FRENCH} "Voulez-vous vraiment désinstaller $(^Name)?" 59 LangString VBOX_UNINST_SUCCESS ${LANG_FRENCH} "$(^Name) ont été désinstallés." 60 LangString VBOX_UNINST_INVALID_D3D ${LANG_FRENCH} "Installation incorrecte du support Direct3D detectée; une désinstallation ne sera pas tentée." 61 LangString VBOX_UNINST_UNABLE_TO_RESTORE_D3D ${LANG_FRENCH} "Could not restore original Direct3D files. Please re-install DirectX." -
trunk/src/VBox/Additions/WINNT/Installer/Languages/German.nsh
r43129 r50401 4 4 5 5 ; 6 ; Copyright (C) 2006-201 2Oracle Corporation6 ; Copyright (C) 2006-2014 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 ; 16 16 17 LangString VBOX_TEST ${LANG_GERMAN} "Das ist eine Test-Nachricht von $(^Name)!"17 LangString VBOX_TEST ${LANG_GERMAN} "Das ist eine Test-Nachricht von $(^Name)!" 18 18 19 LangString VBOX_NOADMIN ${LANG_GERMAN} "Sie benötigen Administrations-Rechte zum (De-)Installieren der $(^Name)!$\r$\nDas Setup wird nun beendet."19 LangString VBOX_NOADMIN ${LANG_GERMAN} "Sie benötigen Administrations-Rechte zum (De-)Installieren der $(^Name)!$\r$\nDas Setup wird nun beendet." 20 20 21 LangString VBOX_NOTICE_ARCH_X86 ${LANG_GERMAN} "Diese Applikation läuft nur auf 32-bit Windows-Systemen. Bitte installieren Sie die 64-bit Version der $(^Name)!"22 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_GERMAN} "Diese Applikation läuft nur auf 64-bit Windows-Systemen. Bitte installieren Sie die 32-bit Version der $(^Name)!"23 LangString VBOX_NT4_NO_SP6 ${LANG_GERMAN} "Es ist kein Service Pack 6 für NT 4.0 installiert.$\r$\nEs wird empfohlen das Service-Pack vor dieser Installation zu installieren. Trotzdem jetzt ohne Service-Pack installieren?"21 LangString VBOX_NOTICE_ARCH_X86 ${LANG_GERMAN} "Diese Applikation läuft nur auf 32-bit Windows-Systemen. Bitte installieren Sie die 64-bit Version der $(^Name)!" 22 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_GERMAN} "Diese Applikation läuft nur auf 64-bit Windows-Systemen. Bitte installieren Sie die 32-bit Version der $(^Name)!" 23 LangString VBOX_NT4_NO_SP6 ${LANG_GERMAN} "Es ist kein Service Pack 6 für NT 4.0 installiert.$\r$\nEs wird empfohlen das Service-Pack vor dieser Installation zu installieren. Trotzdem jetzt ohne Service-Pack installieren?" 24 24 25 LangString VBOX_PLATFORM_UNSUPPORTED ${LANG_GERMAN} "Diese Plattform wird noch nicht durch diese Guest Additions unterstützt!"25 LangString VBOX_PLATFORM_UNSUPPORTED ${LANG_GERMAN} "Diese Plattform wird noch nicht durch diese Guest Additions unterstützt!" 26 26 27 LangString VBOX_SUN_FOUND ${LANG_GERMAN} "Eine veraltete Version der Sun Guest Additions ist auf diesem System bereits installiert. Diese muss erst deinstalliert werden bevor aktuelle Guest Additions installiert werden können.$\r$\n$\r$\nJetzt die alten Guest Additions deinstallieren?"28 LangString VBOX_SUN_ABORTED ${LANG_GERMAN} "Die Installation der Guest Additions kann nicht fortgesetzt werden.$\r$\nBitte deinstallieren Sie erst die alten Sun Guest Additions!"27 LangString VBOX_SUN_FOUND ${LANG_GERMAN} "Eine veraltete Version der Sun Guest Additions ist auf diesem System bereits installiert. Diese muss erst deinstalliert werden bevor aktuelle Guest Additions installiert werden können.$\r$\n$\r$\nJetzt die alten Guest Additions deinstallieren?" 28 LangString VBOX_SUN_ABORTED ${LANG_GERMAN} "Die Installation der Guest Additions kann nicht fortgesetzt werden.$\r$\nBitte deinstallieren Sie erst die alten Sun Guest Additions!" 29 29 30 LangString VBOX_INNOTEK_FOUND ${LANG_GERMAN} "Eine veraltete Version der innotek Guest Additions ist auf diesem System bereits installiert. Diese muss erst deinstalliert werden bevor aktuelle Guest Additions installiert werden können.$\r$\n$\r$\nJetzt die alten Guest Additions deinstallieren?"31 LangString VBOX_INNOTEK_ABORTED ${LANG_GERMAN} "Die Installation der Guest Additions kann nicht fortgesetzt werden.$\r$\nBitte deinstallieren Sie erst die alten innotek Guest Additions!"30 LangString VBOX_INNOTEK_FOUND ${LANG_GERMAN} "Eine veraltete Version der innotek Guest Additions ist auf diesem System bereits installiert. Diese muss erst deinstalliert werden bevor aktuelle Guest Additions installiert werden können.$\r$\n$\r$\nJetzt die alten Guest Additions deinstallieren?" 31 LangString VBOX_INNOTEK_ABORTED ${LANG_GERMAN} "Die Installation der Guest Additions kann nicht fortgesetzt werden.$\r$\nBitte deinstallieren Sie erst die alten innotek Guest Additions!" 32 32 33 LangString VBOX_UNINSTALL_START ${LANG_GERMAN} "Auf OK klicken um mit der Deinstallation zu beginnen.$\r$\nBitte warten Sie dann während die Deinstallation im Hintergrund ausgeführt wird ..."34 LangString VBOX_UNINSTALL_REBOOT ${LANG_GERMAN} "Es wird dringend empfohlen das System neu zu starten bevor die neuen Guest Additions installiert werden.$\r$\nBitte starten Sie die Installation nach dem Neustart erneut.$\r$\n$\r$\nJetzt neu starten?"33 LangString VBOX_UNINSTALL_START ${LANG_GERMAN} "Auf OK klicken um mit der Deinstallation zu beginnen.$\r$\nBitte warten Sie dann während die Deinstallation im Hintergrund ausgeführt wird ..." 34 LangString VBOX_UNINSTALL_REBOOT ${LANG_GERMAN} "Es wird dringend empfohlen das System neu zu starten bevor die neuen Guest Additions installiert werden.$\r$\nBitte starten Sie die Installation nach dem Neustart erneut.$\r$\n$\r$\nJetzt neu starten?" 35 35 36 36 LangString VBOX_COMPONENT_MAIN ${LANG_GERMAN} "VirtualBox Guest Additions" … … 48 48 LangString VBOX_COMPONENT_D3D_INVALID_MANUAL ${LANG_GERMAN} "Soll nun das VirtualBox-Handbuch angezeigt werden um nach einer Lösung zu suchen?" 49 49 50 LangString VBOX_WFP_WARN_REPLACE ${LANG_GERMAN} "Das Setup hat gerade Systemdateien ersetzt um die ${PRODUCT_NAME} korrekt installieren zu können.$\r$\nFalls nun ein Warn-Dialog des Windows-Dateischutzes erscheint, diesen bitte abbrechen und die Dateien nicht wiederherstellen lassen!"51 LangString VBOX_REBOOT_REQUIRED ${LANG_GERMAN} "Um alle Änderungen durchführen zu können, muss das System neu gestartet werden. Jetzt neu starten?"50 LangString VBOX_WFP_WARN_REPLACE ${LANG_GERMAN} "Das Setup hat gerade Systemdateien ersetzt um die ${PRODUCT_NAME} korrekt installieren zu können.$\r$\nFalls nun ein Warn-Dialog des Windows-Dateischutzes erscheint, diesen bitte abbrechen und die Dateien nicht wiederherstellen lassen!" 51 LangString VBOX_REBOOT_REQUIRED ${LANG_GERMAN} "Um alle Änderungen durchführen zu können, muss das System neu gestartet werden. Jetzt neu starten?" 52 52 53 LangString VBOX_EXTRACTION_COMPLETE ${LANG_GERMAN} "$(^Name): Die Dateien wurden erfolgreich nach $\"$INSTDIR$\" entpackt!"53 LangString VBOX_EXTRACTION_COMPLETE ${LANG_GERMAN} "$(^Name): Die Dateien wurden erfolgreich nach $\"$INSTDIR$\" entpackt!" 54 54 55 LangString VBOX_ERROR_INST_FAILED ${LANG_GERMAN} "Es trat ein Fehler während der Installation auf!$\r$\nBitte werfen Sie einen Blick in die Log-Datei unter '$INSTDIR\install_ui.log' für mehr Informationen."56 LangString VBOX_ERROR_OPEN_LINK ${LANG_GERMAN} "Link konnte nicht im Standard-Browser geöffnet werden."55 LangString VBOX_ERROR_INST_FAILED ${LANG_GERMAN} "Es trat ein Fehler während der Installation auf!$\r$\nBitte werfen Sie einen Blick in die Log-Datei unter '$INSTDIR\install_ui.log' für mehr Informationen." 56 LangString VBOX_ERROR_OPEN_LINK ${LANG_GERMAN} "Link konnte nicht im Standard-Browser geöffnet werden." 57 57 58 LangString VBOX_UNINST_CONFIRM ${LANG_GERMAN} "Wollen Sie wirklich die $(^Name) deinstallieren?"59 LangString VBOX_UNINST_SUCCESS ${LANG_GERMAN} "$(^Name) wurden erfolgreich deinstalliert."60 LangString VBOX_UNINST_INVALID_D3D ${LANG_GERMAN} "Unvollständige oder ungültige Installation der Direct3D-Unterstützung erkannt; Deinstallation wird übersprungen."61 58 LangString VBOX_UNINST_CONFIRM ${LANG_GERMAN} "Wollen Sie wirklich die $(^Name) deinstallieren?" 59 LangString VBOX_UNINST_SUCCESS ${LANG_GERMAN} "$(^Name) wurden erfolgreich deinstalliert." 60 LangString VBOX_UNINST_INVALID_D3D ${LANG_GERMAN} "Unvollständige oder ungültige Installation der Direct3D-Unterstützung erkannt; Deinstallation wird übersprungen." 61 LangString VBOX_UNINST_UNABLE_TO_RESTORE_D3D ${LANG_GERMAN} "Konnte Direct3D-Originaldateien nicht wiederherstellen. Bitte DirectX neu installieren." -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r46866 r50401 5 5 6 6 ; 7 ; Copyright (C) 2012-201 3Oracle Corporation7 ; Copyright (C) 2012-2014 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 827 827 !if $%VBOX_WITH_WDDM% == "1" 828 828 ${If} $g_bWithWDDM == "true" 829 ; All D3D components are installed with WDDM driver package, nothing to be done here 829 ; Do we need to restore the original d3d8.dll/d3d9.dll files because the guest 830 ; installation was upgraded from XPDM to WDDM driver? In a XPDM installation 831 ; those DLLs were replaced by our own stub files. 832 Call RestoreFilesDirect3D 830 833 Return 831 834 ${EndIf} … … 1250 1253 !insertmacro SelectSection ${SEC03} 1251 1254 ${EndIf} 1252 ; On Windows 8 / 8.1 / Windows Server 2012 R2 we always select the 3D 1255 ; On Windows 8 / 8.1 / Windows Server 2012 R2 we always select the 3D 1253 1256 ; section and disable it so that it cannot be deselected again 1254 1257 ${If} $g_strWinVersion == "8" -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
r46845 r50401 5 5 6 6 ; 7 ; Copyright (C) 2006-201 3Oracle Corporation7 ; Copyright (C) 2006-2014 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 1019 1019 !insertmacro ValidateFilesDirect3D "" 1020 1020 !insertmacro ValidateFilesDirect3D "un." 1021 1022 ; 1023 ; Restores formerly backed up Direct3D original files, which were replaced by 1024 ; a VBox XPDM driver installation before. This might be necessary for upgrading a 1025 ; XPDM installation to a WDDM one. 1026 ; @return Stack: "0" if files were restored successfully; otherwise "1". 1027 ; 1028 !macro RestoreFilesDirect3D un 1029 Function ${un}RestoreFilesDirect3D 1030 1031 Push $0 1032 1033 ; We need to switch to 64-bit app mode to handle the "real" 64-bit files in 1034 ; ""system32" on a 64-bit guest 1035 Call ${un}SetAppMode64 1036 1037 ; Note: Not finding a file (like *d3d8.dll) on Windows Vista/7 is fine; 1038 ; it simply is not present there. 1039 1040 ; Note 2: On 64-bit systems there are no 64-bit *d3d8 DLLs, only 32-bit ones 1041 ; in SysWOW64 (or in system32 on 32-bit systems). 1042 1043 !if $%BUILD_TARGET_ARCH% == "x86" 1044 ${CopyFileEx} "${un}" "$SYSDIR\msd3d8.dll" "$SYSDIR\d3d8.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1045 !endif 1046 ${CopyFileEx} "${un}" "$SYSDIR\msd3d9.dll" "$SYSDIR\d3d9.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1047 1048 ${If} $g_bCapDllCache == "true" 1049 !if $%BUILD_TARGET_ARCH% == "x86" 1050 ${CopyFileEx} "${un}" "$SYSDIR\dllcache\msd3d8.dll" "$SYSDIR\dllcache\d3d8.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1051 !endif 1052 ${CopyFileEx} "${un}" "$SYSDIR\dllcache\msd3d9.dll" "$SYSDIR\dllcache\d3d9.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1053 ${EndIf} 1054 1055 !if $%BUILD_TARGET_ARCH% == "amd64" 1056 ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d8.dll" "$g_strSysWow64\d3d8.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1057 ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d9.dll" "$g_strSysWow64\d3d9.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1058 1059 ${If} $g_bCapDllCache == "true" 1060 ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d8.dll" "$g_strSysWow64\dllcache\d3d8.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1061 ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d9.dll" "$g_strSysWow64\dllcache\d3d9.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1062 ${EndIf} 1063 !endif 1064 1065 ; Do a re-validation afterwards. 1066 Call ${un}ValidateD3DFiles 1067 Pop $0 1068 ${If} $0 == "1" ; D3D files are invalid 1069 ${LogVerbose} $(VBOX_UNINST_UNABLE_TO_RESTORE_D3D) 1070 MessageBox MB_ICONSTOP|MB_OK $(VBOX_UNINST_UNABLE_TO_RESTORE_D3D) /SD IDOK 1071 ${EndIf} 1072 1073 Exch $0 1074 1075 FunctionEnd 1076 !macroend 1077 !insertmacro RestoreFilesDirect3D "" 1078 !insertmacro RestoreFilesDirect3D "un."
Note:
See TracChangeset
for help on using the changeset viewer.