Jump to content

geoil

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

About geoil

geoil's Achievements

0

Reputation

  1. 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.
  2. 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: 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: Put this saved file in your $OEM$\$$ and write in your RunOnceEx.cmd: 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:
  3. Sorry becouse I post first time incomplete, bad internet connection. If you have an nVidia graphic card, like me (NVIDIA GeForce 7300 GT ) 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: - modify the last 2 lines from the file with: Result=1 and BootOption=0 - your file looks like this now: - 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 - the setup file will read the parameters from the setup.iss file P.S. excuse my bad english.
  4. GPL Ghostscript 8.15 I use CutePDF Writer for printing documents in pdf format. This virtual printer need and use GPL Ghostscript 8.15. The package I create is switchless and is installed silent. link: GPL Ghostscript 8.15 silent installer size: 4,70 MB Extract installer from the zip file after download. Add to your RunOnceEX.cmd the lines: REG ADD %KEY%\100 /VE /D "GPL Ghostscript 8.15" /f REG ADD %KEY%\100 /V 1 /D "%SystemDrive%\Install\GS815.exe" /f Use this installer for creating an addon for SVCPACK.
×
×
  • Create New...