Help - Search - Members - Calendar
Full Version: How To Silent Install Nvidia Firewall?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Sgt_Strider
Anyone here managed to silently install the nvidia firewall for the nforce 4 motherboards? Thanks.
chezy666
the setup is installshield based, so , copy paste from msfn unattended website,
CODE
InstallShield

To silently install a package that uses InstallShield, you will have to first create a setup.iss file on a working operating system. Use a test PC if you can.

1. Start the setup application using the -R (case-sensitive) switch from command prompt.

e.g:
Setup.exe -R

2. The setup screens will appear as they normally would, asking you questions as you go along, such as destination directory, etc. It's important that you do not choose the "Restart the computer now" option. If you do, you will terminate your batch when you run an unattended installation.

3. After installation has completed, go to your C:\Windows\ (or C:\WINNT\) directory and take out the setup.iss file. Put this setup.iss file in the same directory where your application setup.exe file resides in.

4. Start the Silent installation using:

start /wait %systemdrive%\install\Application\Application_name\Setup.exe -s

5. Repeat the steps for other setup applications that uses InstallShield.
» Installing Installshield Applications from RunOnceEx CD

Installshield applications will fail to install when executed from RunOnceEx on CD, unless a log file location is specified. An example of this is shown below, adapt this example for your InstallShield applications (shown in bold):

REG ADD %KEY%\045 /VE /D "Kerio Personal Firewall 2.1.5" /f
REG ADD %KEY%\045 /V 1 /D "%CDROM%\apps\KPF\Setup.exe -s -f2\"%systemdrive%\kerio.log\"" /f

You can then use a cleanup.cmd file to delete the kerio.log file afterwards.
» How do I identify an InstallShield package?

Most of them can be extracted. The Properties box of Setup.exe should show something like "InstallShield (R) Setup Launcher" or something similar. And lastly, if you see a setup.iss file in the directory, then its definitely InstallShield!
Sgt_Strider
How would you trigger the installation of the software when the ethernet drivers are installed?
chezy666
i never managed to get the nvidia ethernet drivers to be automatically installed by xp during install, but you could try integrating them with nLite, and then use the normal method given in the msfn unattended website.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.