April 21, 200422 yr 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" /fTIA
April 21, 200422 yr 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 /qLooks like you have the following extra stuff - is it needed?/n\" /q" /fFor more info. see:The Forum PostLet me know if it helps
April 21, 200422 yr While I am not using it during the windows setup, I am deploying this hotfix unattended on our network.Here is the commandline I am using: "\\<server>\<share>\Q832483.EXE /C:"dahotfix.exe /q /n" /q"
Create an account or sign in to comment