|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Users/All Users/NVIDIA Corporation/Downloader/latest/NVI2/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<forms>
<!--
German - Germany install forms
-->
<!--
Initial form for install, displays install splash screen, and then
performs an automatic 'next' after 2 seconds
-->
<form
name="Install"
base="!SplashTemplate"
locale="0x0407" />
<!-- Form displayed after splash -->
<form
name="InstallChecking"
base="!InstallCheckingPlaceholderTemplate"
locale="0x0407" />
<!-- Form displayed after checking, to accept EULA -->
<form
name="EULA"
base="!EULAPlaceholderTemplate"
locale="0x0407" >
<control name="eulalinkButton" width="175pt" />
<control name="privacyPolicyLinkButton" width="157pt" />
<control name="next" x="380pt" width="210pt" />
<control name="cancel" x="235pt" width="140pt" />
</form>
<if filter="!SelfUpdate">
<form name="InstallFinishedNoSummaryOptions" base="!InstallFinishedOptionsNoSummaryPlaceholderTemplate" locale="0x0407"/>
</if>
<form name="PreRebootInstall" base="!PreRebootInstallPlaceholderTemplate" locale="0x0407"/>
<form name="PreUninstallCheck" base="!PreUninstallCheckTemplate" locale="0x0407"/>
<form name="InstallRebootNoSummaryOptions" base="!InstallRebootNoSummaryOptionsTemplate" locale="0x0407"/>
<!-- Bug 3478669 : System restarts as InstallRebootOptions form is not present.
Used InstallRebootNoSummaryOptionsTemplate as base, as no other components are installed with standalone GFE -->
<form
name="InstallRebootOptions"
base="!InstallRebootNoSummaryOptionsTemplate"
locale="0x0407" />
<!-- Form appears just prior to install progress for pre-flight -->
<form
name="PreInstallCheck"
base="!PreInstallCheckPlaceholderTemplate"
locale="0x0407" />
<!-- Form displayed when retry constraint failed during pre-install checking phase (before packages install) -->
<form
name="PreInstallCheckRetry"
base="!PreInstallCheckRetryTemplate"
locale="0x0407" />
<!-- Form displayed when wait constraint failed during pre-install check -->
<form
name="PreInstallCheckWait"
base="!PreInstallCheckWaitTemplate"
locale="0x0407"/>
<!-- Form appears to show install progress when removing components prior to install -->
<form
name="InstallRemoveProgress"
base="!InstallRemoveProgressPlaceholderTemplate"
locale="0x0407" />
<!-- Form appears after pre-flight checks during installation -->
<form
name="InstallProgress"
base="!InstallProgressPlaceholderTemplate"
locale="0x0407" />
<!--Form displayed when download is in progress -->
<form
name="PackageDownloadProgress"
base="PackageDownloadProgressPlaceholderTemplate"
locale="0x0407"/>
<!--Form displayed when processing downloaded package -->
<form
name="ProcessDownloadedPackage"
base="ProcessDownloadedPackagePlaceholderTemplate"
locale="0x0407"/>
<!--Form displayed when download is failed -->
<form
name="PackageDownloadFailed"
base="PackageDownloadFailedTemplate"
locale="0x0407">
<control name="next" width="60pt"/>
</form>
<!-- Form appears if install removed components, and a reboot is required -->
<form
name="InstallRemoveReboot"
base="!InstallRemoveRebootTemplate"
locale="0x0407" />
<!-- Form displayed when warning constraint is shown -->
<form
name="InstallCheckWarnings"
base="!InstallCheckWarningTemplate"
locale="0x0407" />
<!-- Form displayed when installation failed during it's checking phase -->
<form
name="InstallCheckFailed"
base="!InstallCheckFailedTemplate"
locale="0x0407">
<control name="secondary" x="508pt" width="80pt"/>
</form>
<!-- Form displayed when installation failed after checking phase (usually during install) -->
<form
name="InstallFailed"
base="!InstallFailedTemplate"
locale="0x0407">
<control name="LatestNvAppLink" width="230pt" />
<control name="installerFaqLink" width="220pt" />
<control name="secondary" x="505pt" width="80pt" />
</form>
<!-- Form displayed when installation is complete and reboot is required -->
<form
name="InstallReboot"
base="!InstallRebootTemplate"
locale="0x0407" />
<!-- Uninstall forms -->
<!--
Initial form for uninstall, displays install splash screen, and then
performs an automatic 'next' after 2 seconds
-->
<form
name="Uninstall"
base="!SplashTemplate"
locale="0x0407" />
<form
name="UninstallChecking"
base="!UninstallCheckingTemplate"
locale="0x0407" />
<!-- Form displayed if checking cannot complete (e.g. PnP install active) -->
<form
name="UninstallCheckWait"
base="!UninstallCheckWaitTemplate"
locale="0x0407" />
<!-- Form displayed after checking, to confirm uninstall -->
<form
name="UninstallConfirm"
base="!UninstallConfirmTemplate"
locale="0x0407">
<control name="next" x="470pt" width="105pt" />
<control name="cancel" x="380pt" width="75pt"/>
</form>
<!-- Form displayed if pre-uninstall checking paused uninstall -->
<form
name="PreUninstallCheckWait"
base="!PreUninstallCheckWaitTemplate"
locale="0x0407" />
<!-- Form appears to show uninstall progress -->
<form
name="UninstallProgress"
base="!UninstallProgressTemplate"
locale="0x0407" />
<!-- Form appears to show uninstall completed and no reboot required -->
<form
name="UninstallFinished"
base="!UninstallFinishedTemplate"
locale="0x0407">
<control name="next" x="494pt" width="100pt" />
</form>
<!-- Form appears if uninstall cannot occur due to constraints -->
<form
name="UninstallCheckFailed"
base="!UninstallCheckFailedTemplate"
locale="0x0407" />
<!-- Form appears if uninstall cannot occur due to constraints -->
<form
name="UninstallFailed"
base="!UninstallFailedTemplate"
locale="0x0407" />
<!-- Form appears if uninstall requires a reboot -->
<form
name="UninstallReboot"
base="!UninstallRebootTemplate"
locale="0x0407" />
</forms>