Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Unable to create NVIDIA setup.iss file properly, why ?

Featured Replies

Hi,

I try to make an answer file for my NVIDIA drivers, i launch the package with the following argument :

setup -r -f1c:\setup.iss /noreboot

But during the setup process, he ask me to reboot the computer and doesn't provide any iss file... what is the good command please ?

Thanks.


Well it looks like nVidia has this packaged into a 7Zip installer. So after extracting the actual files out, you "should" be able to use switches on the actual setup.exe. I can't fully test it because I don't have the correct video card to install it. Here is how to record:

setup.exe -r -f2"c:\temp\silent.iss" -noreboot

Alternatively, here is another method without using the iss file:

c:\temp\setup.exe -s -i -noreboot -noeula

Here is your full list of switches on the setup.exe contained within the 7Zip exe (also in setup.cfg)

		<bool name="prestage" property="PrestageInstall"/>
<bool name="validate" property="ValidationInstall"/>
<string name="validationFile" property="ValidationFile"/>
<bool name="i" property="ReducedUI"/>
<bool name="forcereboot" property="RebootRequired"/>
<bool name="noreboot" property="IgnoreReboot"/>
<bool name="k" property="RebootRequired"/>
<bool name="n" property="IgnoreReboot"/>
<bool name="passive" property="ProgressOnly"/>
<bool name="noeula" property="SkipEula"/>
<bool name="nofinish" property="SkipFinish"/>

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.