SCCM | Intune | Windows 365 | Windows 11 Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members. Please post your questions in the correct category.

PENDING Nvidia app beta wont install with exe

eventkona12

New Member
Messages
3
Points
1
I'm trying to silently install Nvidia app beta. It is an exe, I have researched and searched and tried many different switches that seem to work for the other application installs but to no avail.
Tried
/S
/qn
/Quiet
/VERYSILENT

Am I missing something obvious?
 
Did you check with Nvidia support or tried to find out whether those silent switches actually are valid? Usually the app developer will have an idea about these switches.
 
Did you check with Nvidia support or tried to find out whether those silent switches actually are valid? Usually the app developer will have an idea about these switches.
I figured out the switches and now can install it by going to cmd. The setup file(setup.exe) is sitting on the sccm server and I'm trying to install it. So I thought I could use .bat file. So would I put the .bat file in the same folder as the setup.exe?

When I deploy the application, it fails. I think it is because of the detection. I have it look for Nvidia app.exe.

Would the .bat file just include below? Would that install the application without looking for the detection?

@echo off
"%~setup.exe"
timeout /t 90 /nobreak

Any help is greatly appreciated!
 
Last edited:
Back
Top