Jump to content

Recommended Posts


Posted (edited)

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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