|
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:/ProgramData/NVIDIA Corporation/Downloader/latest/NvDLISR/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<nvi name="NvDLISR" title="${{title}}" version="${{version}}" versionText="${{version}}" timestamp="2023-03-15T10:18:30" disposition="demand" hidden="true" installerMin="2.1002.215.1898">
<strings>
<string name="title" value="NVIDIA NvDLISR"/>
<string name="version" value="1.0" />
<string name="NvDLISRPath" value="${{NvidiaProgramFiles}}\NVIDIA app\NvDLISR"/>
<string name="crashDumpKey" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps"/>
<string name="nvdlisBinaryName" value="nvdlisrwrapper.exe"/>
</strings>
<dependencies>
</dependencies>
<properties>
<bool name="IsNvAppComponent" value="true"/>
</properties>
<manifest>
<file name="GfeXCode64.dll"/>
<file name="nvdlisrwrapper.exe"/>
<file name="nvngx_dlisr.dll"/>
</manifest>
<phases>
<standard phase="createCrashDumpGenerationKeys">
<addRegistry keyName="${{crashDumpKey}}\${{nvdlisBinaryName}}"/>
<addRegistry keyName="${{crashDumpKey}}\${{nvdlisBinaryName}}" valueName="DumpFolder" type="REG_EXPAND_SZ" value="%PROGRAMDATA%\NVIDIA Corporation\CrashDumps"/>
<addRegistry keyName="${{crashDumpKey}}\${{nvdlisBinaryName}}" valueName="DumpCount" type="REG_DWORD" value="15"/>
<addRegistry keyName="${{crashDumpKey}}\${{nvdlisBinaryName}}" valueName="DumpType" type="REG_DWORD" value="1"/>
</standard>
<exe phase="killNVdlisrwrapper" name="${{SystemDirectory}}\taskkill.exe" when="install" onError="ignore">
<arg value="/f /t /im nvdlisrwrapper.exe" quote="none"/>
</exe>
<standard phase="copyNGXFiles">
<createDirectory target="${{NvDLISRPath}}"/>
<copyFile source="GfeXCode64.dll" target="${{NvDLISRPath}}\GfeXCode64.dll"/>
<copyFile source="nvdlisrwrapper.exe" target="${{NvDLISRPath}}\nvdlisrwrapper.exe"/>
<copyFile source="nvngx_dlisr.dll" target="${{NvDLISRPath}}\nvngx_dlisr.dll"/>
</standard>
<standard phase="AddEnvSettingsForNGX" when="install">
<addPath position="last" target="${{NvDLISRPath}}" />
</standard>
<standard phase="RemoveEnvSettingsForNGX" when="uninstall">
<deletePath broadcastTimeout="100" target="${{NvDLISRPath}}" />
</standard>
<exe phase="killNVdlisrwrapper" name="${{SystemDirectory}}\taskkill.exe" when="uninstall" onError="ignore">
<arg value="/f /t /im nvdlisrwrapper.exe" quote="none"/>
</exe>
</phases>
</nvi>