Jump to content

Hotfix KB832483 (MDAC) in RunOnceEx


Recommended Posts

I'm using the RunOnceEx method to install all of the "Type 2" Hotfixes, all of them installs correctly except for KB832483 which pops the reboot requester at the end even though I used the correct command line parameters (/C:"dahotfix /q /n" /q) which should disable this. Because it's running from RunOnceEx I also added the backslashes to the command line. Here's the line in question, what am I missing here?

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Q832483.EXE /C:\"dahotfix.exe /q /n\" /q" /f

TIA :huh:

Link to comment
Share on other sites


Don't know if it works, but the line from one of the other posts is:

REG ADD %KEY%\105 /V 1 /D "%systemdrive%\install\hotfixes\Q832483.EXE /T:%systemdrive%\install\tmp2 /C:\"%systemdrive%\install\tmp2\dahotfix.exe /q

Looks like you have the following extra stuff - is it needed?

/n\" /q" /f

For more info. see:

The Forum Post

Let me know if it helps

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...