Jump to content
Ketarin forum

Official Nvidia.com site Drivers Template


Omniferum
 Share

Recommended Posts

Not sure why I felt like doing it but hey, I did so meh.

 

The below template will basically ask you for What Operating system you are using (from windows xp 32 to win7 x64) and whether or not it is a desktop/laptop/notebook. That's all ya need to do. The rest is maaaagic. Any troubles let me know, or general feedback is fine too.

 

FOR REFERENCE THIS IS ONLY FOR GEFORCE DRIVERS, which would account for 99% of people that I know/meet so enjoy.

 

<?xml version='1.0' encoding='utf-8'?>
<Jobs>
 <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <SourceTemplate><![CDATA[]]></SourceTemplate>
   <WebsiteUrl />
   <UserAgent />
   <UserNotes />
   <LastFileDate xsi:nil="true" />
   <IgnoreFileInformation>false</IgnoreFileInformation>
   <DownloadBeta>Default</DownloadBeta>
   <DownloadDate xsi:nil="true" />
   <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
   <VariableChangeIndicator />
   <CanBeShared>true</CanBeShared>
   <ShareApplication>false</ShareApplication>
   <ExclusiveDownload>false</ExclusiveDownload>
   <HttpReferer />
   <SetupInstructions />
   <Variables>
     <item>
       <key>
         <string>download</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>http://[^'"]+exe</Regex>
           <Url>http://us.download.nvidia.com{refer2}</Url>
           <TextualContent />
           <Name>download</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>refer1</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>http://[^'"]+[^'"]+\.html</Regex>
           <Url>http://www.nvidia.com/Download/processDriver.aspx?{psid}&{pfid}&{osid}〈=en-us</Url>
           <Name>refer1</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>refer2</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>url=([^'"]+exe)</Regex>
           <Url>{refer1}</Url>
           <Name>refer2</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>psid</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>Textual</VariableType>
           <Regex />
           <TextualContent>psid=52</TextualContent>
           <Name>psid</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>pfid</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>Textual</VariableType>
           <Regex />
           <TextualContent>pfid=<placeholder name="Desktop is 299
           Laptop is 500
           Please select one of the above"
           options="299|500"/></TextualContent>
           <Name>pfid</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>osid</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>Textual</VariableType>
           <Regex />
           <TextualContent>osid=<placeholder name="
           Windows XP x86 is 6
           Windows XP x64 is 7
           Windows Vista/7 x86 is 18
           Windows Vista/7 x64 is 19
           Please select one of the above"
           options="6|7|18|19" /></TextualContent>
           <Name>osid</Name>
         </UrlVariable>
       </value>
     </item>
   </Variables>
   <ExecuteCommand>/*This is a comment line, the line below is the C# script. It will run the instructions found in the Setup Tab*/
app.Install(null);</ExecuteCommand>
   <ExecutePreCommand />
   <ExecuteCommandType>CS</ExecuteCommandType>
   <ExecutePreCommandType>Batch</ExecutePreCommandType>
   <Category>Driver</Category>
   <SourceType>FixedUrl</SourceType>
   <PreviousLocation />
   <DeletePreviousFile>true</DeletePreviousFile>
   <Enabled>true</Enabled>
   <FileHippoId />
   <LastUpdated xsi:nil="true" />
   <TargetPath></TargetPath>
   <FixedDownloadUrl>{download}</FixedDownloadUrl>
   <Name>Nvidia Driver</Name>
 </ApplicationJob>
</Jobs>

 

EDIT: Updated template as Nvidia recently made some changes to their site.

Edited by Omniferum
Link to comment
Share on other sites

Hey, Omni...I modified your template to make it a bit kinder for the end-user. Have a look:

 

<?xml version='1.0' encoding='utf-8'?>
<Jobs>
 <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <SourceTemplate>
     <![CDATA[]]></SourceTemplate>
     <WebsiteUrl />
     <UserAgent />
     <UserNotes />
     <LastFileDate xsi:nil="true" />
     <IgnoreFileInformation>false</IgnoreFileInformation>
     <DownloadBeta>Default</DownloadBeta>
     <DownloadDate xsi:nil="true" />
     <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
     <VariableChangeIndicator />
     <CanBeShared>true</CanBeShared>
     <ShareApplication>false</ShareApplication>
     <ExclusiveDownload>false</ExclusiveDownload>
     <HttpReferer />
     <SetupInstructions />
     <Variables>
       <item>
         <key>
           <string>download</string>
         </key>
         <value>
           <UrlVariable>
             <RegexRightToLeft>false</RegexRightToLeft>
             <VariableType>RegularExpression</VariableType>
             <Regex>http://[^'"]+[^'"]+\.exe</Regex>
             <Url>{refer2}</Url>
             <Name>download</Name>
           </UrlVariable>
         </value>
       </item>
       <item>
         <key>
           <string>refer1</string>
         </key>
         <value>
           <UrlVariable>
             <RegexRightToLeft>false</RegexRightToLeft>
             <VariableType>RegularExpression</VariableType>
             <Regex>http://[^'"]+[^'"]+\.html</Regex>
             <Url>http://www.nvidia.com/Download/processDriver.aspx?psid={psid}&pfid={pfid}&osid={osid}〈=en-us</Url>
             <Name>refer1</Name>
           </UrlVariable>
         </value>
       </item>
       <item>
         <key>
           <string>refer2</string>
         </key>
         <value>
           <UrlVariable>
             <RegexRightToLeft>false</RegexRightToLeft>
             <VariableType>RegularExpression</VariableType>
             <Regex>http://[^'"]+windows[^'"]+</Regex>
             <Url>{refer1}</Url>
             <Name>refer2</Name>
           </UrlVariable>
         </value>
       </item>
       <item>
         <key>
           <string>psid</string>
         </key>
         <value>
           <UrlVariable>
             <RegexRightToLeft>false</RegexRightToLeft>
             <VariableType>Textual</VariableType>
             <Regex />
             <TextualContent>52</TextualContent>
             <Name>psid</Name>
           </UrlVariable>
         </value>
       </item>
       <item>
         <key>
           <string>pfidgui</string>
         </key>
         <value>
           <UrlVariable>
             <RegexRightToLeft>false</RegexRightToLeft>
             <VariableType>Textual</VariableType>
             <Regex />
             <TextualContent>
               <placeholder name="Is this driver for a desktop or laptop?" options="|Desktop|Laptop"/>
             </TextualContent>
             <Name>pfidgui</Name>
           </UrlVariable>
         </value>
       </item>
       <item>
         <key>
           <string>pfid</string>
         </key>
         <value>
           <UrlVariable>
             <RegexRightToLeft>false</RegexRightToLeft>
             <VariableType>Textual</VariableType>
             <Regex />
             <TextualContent>{pfidgui:multireplace:|:Desktop|Laptop:299|500}</TextualContent>
             <Name>pfid</Name>
           </UrlVariable>
         </value>
       </item>
       <item>
         <key>
           <string>osidgui</string>
         </key>
         <value>
           <UrlVariable>
             <RegexRightToLeft>false</RegexRightToLeft>
             <VariableType>Textual</VariableType>
             <Regex />
             <TextualContent>
               <placeholder name="What OS is this driver for?" options="|Windows XP x86|Windows XP x64|Windows Vista/7|Windows Vista/7 x64" />
             </TextualContent>
             <Name>osidgui</Name>
           </UrlVariable>
         </value>
       </item>
       <item>
         <key>
           <string>osid</string>
         </key>
         <value>
           <UrlVariable>
             <RegexRightToLeft>false</RegexRightToLeft>
             <VariableType>Textual</VariableType>
             <Regex />
             <TextualContent>{osidgui:multireplace:|:Windows XP x86|Windows XP x64|Windows Vista/7|Windows Vista/7 x64:6|7|18|19}</TextualContent>
             <Name>osid</Name>
           </UrlVariable>
         </value>
       </item>
     </Variables>
     <ExecuteCommand>/*This is a comment line, the line below is the C# script. It will run the instructions found in the Setup Tab*/ app.Install(null);</ExecuteCommand>
     <ExecutePreCommand />
     <ExecuteCommandType>CS</ExecuteCommandType>
     <ExecutePreCommandType>Batch</ExecutePreCommandType>
     <Category>Driver</Category>
     <SourceType>FixedUrl</SourceType>
     <PreviousLocation />
     <DeletePreviousFile>true</DeletePreviousFile>
     <Enabled>true</Enabled>
     <FileHippoId />
     <LastUpdated xsi:nil="true" />
     <TargetPath></TargetPath>
     <FixedDownloadUrl>{download}</FixedDownloadUrl>
     <Name>Nvidia Driver</Name>
   </ApplicationJob>
 </Jobs>

Link to comment
Share on other sites

  • 2 months later...
No, I haven't updated to b4 yet. Still on b3, floele said he did a quick fix for b4 and it has been released twice so perhaps?

Hey-hey :D.Updated to the fixed b4 and it's working now :D

Intially i updated to the fixed b4 right away but i didn't test the import after that.Now that i did it seems to be working.Atleast importing the prototype template works.Im unable to import the one in online database tho(same error - problably brackets messed up there).As for the local ones - i can now import these too with no problem.

 

EDIT: You could use {refer1} in the website field as default in the template.It takes nicely to download page of the latest version.

Edited by Tomorrow
Link to comment
Share on other sites

  • 3 months later...

Maybe this will help those who have older adapter, or who need a driver for other operating systems.

I apologize for the translation of Google.

 

Request Format:

http://www.nvidia.ru/Download/processDriver.aspx?psid=[value]&pfid=[value]&osid=[value]&lid=[value]〈=ru

psid - Index Series
pfid - index of the family
osid - index OS
lid - the index language

Steps:

Find the ID type of products from xml-specification at:
http://www.nvidia.ru/Download/API/lookupValueSearch.aspx?TypeID=1

Substitute the value found in the "ParentID" query on xml-specification product line at:
http://www.nvidia.ru/Download/API/lookupValueSearch.aspx?TypeID=2&ParentID=[value]
Obtain "psid".

Substitute the value "psid" in "ParentID" query on xml-specification product family at:
http://www.nvidia.ru/Download/API/lookupValueSearch.aspx?TypeID=3&ParentID=[value]
Obtain "pfid"

Find the ID of the operating system from the xml-spec at:
http://www.nvidia.ru/Download/API/lookupValueSearch.aspx?TypeID=4
Obtain "osid".

Find a language identifier of the xml-spec at:
http://www.nvidia.ru/Download/API/lookupValueSearch.aspx?TypeID=5
Obtain the "lid".

 

 

Example:

The answer to this query:
http://www.nvidia.ru/Download/processDriver.aspx?psid=1&pfid=5&osid=19&lid=16〈=ru

will link:
http://www.nvidia.ru/object/win7-winvista-64bit-270.61-whql-driver-ru.html

Treating it with a regex-expression was a link to download the necessary files installed graphics driver
Type GeForce 8 series, a family of 8600 Windows 7 x64 Russian version.

http://ru.download.nvidia.com/Windows/270.61/270.61-desktop-win7-winvista-64bit-international-whql.exe

Edited by latzkes
Link to comment
Share on other sites

  • 2 months later...

Omniferum could you add the Beta option next version?

I found out that it's possible to get the latest beta with a slightly modified template.

 

Existing users can add a new textual variable named whql with value:

whql=0

(0 means beta;1 means whql)

 

And you need to modify the refer1 variable website address to:

http://www.nvidia.com/Download/processFind.aspx?{whql}&{psid}&{pfid}&{osid}〈=en-us

 

And you're done.Now it always matches the latest Beta version.

 

Also perhaps add the option for the user to select Product Version (psid) like ION,nForce etc?

And obviously the whql/beta option.

 

EDIT:

Infact i made a modified template myself.Try it out now:

<?xml version='1.0' encoding='utf-8'?>
<Jobs>
 <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <SourceTemplate><![CDATA[]]></SourceTemplate>
   <WebsiteUrl />
   <UserAgent />
   <UserNotes />
   <LastFileDate xsi:nil="true" />
   <IgnoreFileInformation>false</IgnoreFileInformation>
   <DownloadBeta>Default</DownloadBeta>
   <DownloadDate xsi:nil="true" />
   <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
   <VariableChangeIndicator />
   <CanBeShared>true</CanBeShared>
   <ShareApplication>false</ShareApplication>
   <ExclusiveDownload>false</ExclusiveDownload>
   <HttpReferer />
   <SetupInstructions />
   <Variables>
     <item>
       <key>
         <string>download</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>http://[^'"]+exe</Regex>
           <Url>http://us.download.nvidia.com{refer2}</Url>
           <TextualContent />
           <Name>download</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>refer1</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>http://[^'"]+[^'"]+\.html</Regex>
           <Url>http://www.nvidia.com/Download/processFind.aspx?{whql}&{psid}&{pfid}&{osid}〈=en-us</Url>
           <Name>refer1</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>refer2</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>url=([^'"]+exe)</Regex>
           <Url>{refer1}</Url>
           <Name>refer2</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>psid</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>Textual</VariableType>
           <Regex />
           <TextualContent>psid=52</TextualContent>
           <Name>psid</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>pfid</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>Textual</VariableType>
           <Regex />
           <TextualContent>pfid=<placeholder name="Desktop is 299
           Laptop is 500
           Please select one of the above"
           options="299|500"/></TextualContent>
           <Name>pfid</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>whql</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>Textual</VariableType>
           <Regex />
           <TextualContent>whql=<placeholder name="WHQL is 1
           BETA is 0
           Please select one of the above"
           options="1|0"/></TextualContent>
           <Name>whql</Name>
         </UrlVariable>
       </value>
     </item>
     <item>
       <key>
         <string>osid</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>Textual</VariableType>
           <Regex />
           <TextualContent>osid=<placeholder name="
           Windows XP x86 is 6
           Windows XP x64 is 7
           Windows Vista/7 x86 is 18
           Windows Vista/7 x64 is 19
           Please select one of the above"
           options="6|7|18|19" /></TextualContent>
           <Name>osid</Name>
         </UrlVariable>
       </value>
     </item>
   </Variables>
   <ExecuteCommand></ExecuteCommand>
   <ExecutePreCommand />
   <ExecuteCommandType>CS</ExecuteCommandType>
   <ExecutePreCommandType>Batch</ExecutePreCommandType>
   <Category>Driver</Category>
   <SourceType>FixedUrl</SourceType>
   <PreviousLocation />
   <DeletePreviousFile>true</DeletePreviousFile>
   <Enabled>true</Enabled>
   <FileHippoId />
   <LastUpdated xsi:nil="true" />
   <TargetPath></TargetPath>
   <FixedDownloadUrl>{download}</FixedDownloadUrl>
   <Name>Nvidia Driver</Name>
 </ApplicationJob>
</Jobs>

 

modnvtemplate.jpg

Edited by Tomorrow
Link to comment
Share on other sites

  • 9 years later...
  • 1 month later...
On 3/2/2021 at 12:14 PM, Marc said:

i know i am late to the party... but is there any actual version for this?

If you're just looking for an Nvidia app profile, here's mine. Be aware that they no longer provide 32-bit drivers, so this is for the latest US-English 64-bit WHQL GeForce driver. It would only take a couple variable changes to modify the language/location, and other details. They're all stuffed into URL parameters so it's pretty easy to fix.

<?xml version='1.0' encoding='utf-8'?>
<Jobs>
  <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="db7445b0-3205-40e7-9c43-3502db1382f1">
    <Category>Drivers</Category>
    <WebsiteUrl>https://www.nvidia.com/Download/index.aspx?lang=en-us</WebsiteUrl>
    <UserAgent />
    <UserNotes>The Nvidia driver package is designed for Nvidia video cards.</UserNotes>
    <LastFileSize>600971672</LastFileSize>
    <LastFileDate>2021-04-14T21:38:24.0492945</LastFileDate>
    <IgnoreFileInformation>false</IgnoreFileInformation>
    <DownloadBeta>Default</DownloadBeta>
    <DownloadDate xsi:nil="true" />
    <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
    <VariableChangeIndicator>version</VariableChangeIndicator>
    <HashVariable />
    <HashType>None</HashType>
    <CanBeShared>true</CanBeShared>
    <ShareApplication>false</ShareApplication>
    <ExclusiveDownload>false</ExclusiveDownload>
    <HttpReferer />
    <SetupInstructions />
    <Variables>
      <item>
        <key>
          <string>version</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>gridItem"&gt;([\d\.]+)&lt;/td&gt;</Regex>
            <Url>https://www.nvidia.com/Download/processFind.aspx?osid=19&amp;whql=1&amp;lang=en-us&amp;ptid=1&amp;psid=101</Url>
            <Name>version</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>dl1</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>['"]([^'']*//[^'']*/en-us)['"]&gt;.*?[^&gt;]*&gt;{version}</Regex>
            <Url>https://www.nvidia.com/Download/processFind.aspx?osid=19&amp;whql=1&amp;lang=en-us&amp;ptid=1&amp;psid=101</Url>
            <Name>dl1</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>dl2</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>url=([^&amp;"']+)</Regex>
            <Url>{dl1}</Url>
            <Name>dl2</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>snotes</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex />
            <TextualContent />
            <Name>snotes</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>swebsite</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex />
            <TextualContent>https://www.nvidia.com/Download/index.aspx?lang=en-us</TextualContent>
            <Name>swebsite</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>schangelog</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex>"([^"]+\.pdf)"&gt;Release Notes</Regex>
            <Url>{dl1}</Url>
            <TextualContent>{dl1}</TextualContent>
            <Name>schangelog</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>spc</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex />
            <TextualContent>nvidia</TextualContent>
            <Name>spc</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>sdownload</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex />
            <TextualContent>https://us.download.nvidia.com{dl2}</TextualContent>
            <Name>sdownload</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>splatform</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex />
            <TextualContent>windows</TextualContent>
            <Name>splatform</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>sbits</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex />
            <TextualContent>64</TextualContent>
            <Name>sbits</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>LastUpdate</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex />
            <TextualContent>20210414T2138</TextualContent>
            <Name>LastUpdate</Name>
          </UrlVariable>
        </value>
      </item>
    </Variables>
    <ExecuteCommand />
    <ExecutePreCommand />
    <ExecuteCommandType>Batch</ExecuteCommandType>
    <ExecutePreCommandType>Batch</ExecutePreCommandType>
    <SourceType>FixedUrl</SourceType>
    <PreviousLocation>K:\_Ketarin\Ketarin\..\Drivers\nVidia_(x64)-466.11.exe</PreviousLocation>
    <DeletePreviousFile>true</DeletePreviousFile>
    <Enabled>true</Enabled>
    <FileHippoId />
    <LastUpdated>2021-04-14T21:38:24.0492945</LastUpdated>
    <TargetPath>..\{category}\{appname:regexreplace:([\s\t\r\n\-\&amp;]+):_}-{version}.{url:ext}</TargetPath>
    <FixedDownloadUrl>{sdownload}</FixedDownloadUrl>
    <Name>Nvidia</Name>
  </ApplicationJob>
</Jobs>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.