MSFN Forum: [Release] Nvidia ForceWare Graphics Drivers - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[Release] Nvidia ForceWare Graphics Drivers Rate Topic: -----

#1 User is offline   geoil 

  • Group: Members
  • Posts: 8
  • Joined: 12-January 07

Posted 08 January 2008 - 07:58 PM

Sorry becouse I post first time incomplete, bad internet connection.

If you have an nVidia graphic card, like me (NVIDIA GeForce 7300 GT :blushing:) and you like to install the Nvidia Forceware Graphics Drivers (93.71 or 169.21 ForceWare) silent, from your RunOnceEx.cmd, then you must do the steps:

- run the installer (witch is an InstallShield Web Archive with setup.exe inside) and choose an directory where he will be unpacked;
- click Next button and after the files are unpacked, the setup will ask you if you want to install the driver;
- click Cancel button becouse is not need to install the driver ( the files from the package will stay in the choosen directory);
- in this directory you will find a file named setup.iss - open this file with notepad or any other text editor;
- in this file you will see something like this:

Quote

[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]
Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0
Count=2
Dlg1={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]
Result=1
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0]
Result=6
BootOption=3

- modify the last 2 lines from the file with: Result=1 and BootOption=0
- your file looks like this now:

Quote

[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]
Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0
Count=2
Dlg1={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]
Result=1
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0]
Result=1
BootOption=0

- save the file.
- the directory who keep the file moveit to $OEM$\$1\Drivers for exemple.
- now you can add to your RunOnceEx.cmd the following lines

Quote

REG ADD %KEY%\003 /VE /D "NVidia ForceWare Graphics Drivers" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\Drivers\[Your_Directory_Name]\setup.exe /s /a /s /sms /f1 \"%systemdrive%\Drivers\[Your_Directory_Name]\setup.iss\"" /f

- the setup file will read the parameters from the setup.iss file


P.S. excuse my bad english.

This post has been edited by geoil: 08 January 2008 - 08:01 PM



#2 User is offline   zmin 

  • Group: Members
  • Posts: 8
  • Joined: 11-January 08

  Posted 11 January 2008 - 09:05 PM

Thanks. I'd rather use older version like 77 with nvidia coolbits regkey because i don't like the new versions' control panel.
But i prefer installing it manually. If i check the "delete files after install (plug and play only)" box when integrating nvidia drivers i'm not sure it would work. I also need the extra space. :)

#3 User is offline   biatche 

  • Member
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 23-November 05

Posted 11 January 2008 - 09:52 PM

/f1 \"%systemdrive%\Drivers\[Your_Directory_Name]\setup.iss\

is the above precisely correct?

#4 User is offline   geoil 

  • Group: Members
  • Posts: 8
  • Joined: 12-January 07

Posted 12 January 2008 - 08:12 AM

Yes, it is corect.

In the compressed package of ForceWare exist this file named setup.iss. This file is the file where are the silent install values. When you install manualy the driver, setup.iss is copied in yor windows directory, and he will contain the values of your install. Same mode of silent install of the driver are used by the others producer (Asus for example). Asus have the simillar ways to install the drivers, the difference is setup.iss contain the real silent install value. Comand for new Asus drivers for mainboards is:

Quote

setup.exe -s -f2c:\audio.log

for installing audio drivers.

If can do like this: put in your $OEM$\$1\Drivers\Video the package driver 93.71_forceware_winxp2k_english_whql.exe, then create with notepad or any other text editor a file named setup.iss (or any name you want for her but he must have the extension iss - I name this file 93.71_forceware.iss) and write in this:

Quote

[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]
Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0
Count=2
Dlg1={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]
Result=1
[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdFinishReboot-0]
Result=1
BootOption=0


Put this saved file in your $OEM$\$$ and write in your RunOnceEx.cmd:

Quote

REG ADD %KEY%\003 /VE /D "Nvidia ForceWare Graphic Driver 93.17" /f
REG ADD %KEY%\003 /V 1 /D "%cdrom%\$OEM$\$1\Drivers\Graphic\93.71_forceware.exe /s /a /s /sms /f1"c:\windows\93.71_forceware.iss" /f2"c:\93.71_forceware.log"" /f


I assume you will install your windows on drive C. Insted the C:\ put your path. When you instll WinXP the file 93.71_forceware.iss is copied in your windows directory. The log file is necessary for viewing your installing errors (if any). If you don't specify the log you will not have one.

Another way for installing the driver directly from the CD/DVD is unnpack the driver package and replace the setup.iss with the one modified. In this case you can write in your RunOnceEx.cmd:

Quote

cmdow @ /HID
@Echo Off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\WIN51IP.SP2 SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Drivers" /f

REG ADD %KEY%\003 /VE /D "Nvidia ForceWare Graphic Driver 93.17" /f
REG ADD %KEY%\003 /V 1 /D "%cdrom%\$OEM$\$1\Drivers\Graphic\setup /s /a /s /sms /f1"%cdrom%\$OEM$\$1\Drivers\Graphic\93.71_forceware.iss" /f2"c:\93.71_forceware.log"" /f

This post has been edited by geoil: 12 January 2008 - 08:14 AM


#5 User is offline   reuphong 

  • Group: Members
  • Posts: 7
  • Joined: 09-March 06

Posted 12 January 2008 - 10:30 AM

If you put setup.iss in the same folder with setup.exe you don't need to use switch [/f] just run setup.exe /s

#6 User is offline   biatche 

  • Member
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 23-November 05

Posted 12 January 2008 - 02:49 PM

im not too sure why its not working for me, maybe i made some careless mistakes, but care to explain the switches please?

/s im sure its silent
what's
/a
/s (huh, repetition!?)
/sms
/sms
/f1 or f2 and so on?

#7 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 12 January 2008 - 05:38 PM

View Postbiatche, on Jan 12 2008, 10:49 PM, said:

but care to explain the switches please?

/s im sure its silent
what's
/a
/s (huh, repetition!?)
/sms
/sms
/f1 or f2 and so on?

http://www.appdeploy...etail.asp?id=18

#8 User is offline   geoil 

  • Group: Members
  • Posts: 8
  • Joined: 12-January 07

Posted 13 January 2008 - 02:35 PM

Quote

If you put setup.iss in the same folder with setup.exe you don't need to use switch [/f] just run setup.exe /s

Yes reuphong, you right. I omit to say that.

The switch are:

/a --> Add following parameters to the archived setup.exe.
/s --> Silent install *.exe.
/sms --> Wait command, if second process is spawned.
/f1 --> Recorded file location.
/f2 --> Log file location.

I am not sure what is the reson for witch you must put the switch /s twice, and I don't want to say something stupid.

#9 User is offline   biatche 

  • Member
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 23-November 05

Posted 14 January 2008 - 02:04 AM

Where did you get all that information from? I googled, can't find the switch parameters for it. I wanna look for all possible commands

#10 User is offline   reuphong 

  • Group: Members
  • Posts: 7
  • Joined: 09-March 06

Posted 14 January 2008 - 12:54 PM

View Postbiatche, on Jan 14 2008, 12:04 AM, said:

Where did you get all that information from? I googled, can't find the switch parameters for it. I wanna look for all possible commands


This site might help http://unattended.so.../installers.php

#11 User is offline   biatche 

  • Member
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 23-November 05

Posted 15 January 2008 - 04:12 PM

what does result=6 changed to result=1
and boot=1 to boot=0 really do behind the scene?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy