Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

NVIDIA Driver Package

Hello,

I am trying to create an installation package for the NVIDIA Quadro drivers. But I would like to distribute the original EXE file on the computers, unpack by command first and then run the setup.exe with prameters from it. How could I get the EXE unpacked on the machine? Is there an command line parameter?

Thanks.

1

Comments

6 comments
Date Votes
  • Try running the .EXE locally with a -?, /? or /h parameter and see if it will tell you what the available command line options are.

    1
  • I tried that before I posted here, of course, but there are no options....

    1
  • Why don't you unpack the Nvidia driver folder and then use the unpack folder to copy it locally to where you want the driver installed.

     

    1
  • Because the unpacked archive is of course much larger and the transfer in the network takes longer than that of the EXE due to the many files.

    1
  • Maybe try extracting the EXE locally, then ZIP it up, transfer to target and unzip there?

    1
  • 1