Jump to content

10-2_legacy_vista32-64_dd_ccc


RBCC

Recommended Posts


I expand the program and I create a folder "ATI Driver" where I set all the expanded files, inside the distribution folder. And I use the silent switch: Setup.exe -INSTALL

1) Using RunOnceEx method :

REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx

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

REG ADD %KEY%\001 /VE /D "ATI Display Driver" /f

REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\ATIDriver\Setup.exe -INSTALL" /f

2) Using WPI (Windows Post Install Wizard):

Same switch : Setup.exe -INSTALL

3) You can also create an SFX file:

http://www.msfn.org/board/topic/101552-7z-sfx-modified-module-and-tools/

Edited by myselfidem
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...