Hey guys, I was searching the archives but couldn’t find the answer, and I am sure this was talked about before.
I have a filter driver being installed through an MSI, where I run:
$WINDIR$\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 $TARGETDIR$\i386\driver.inf
It works great. On Windows 2000 after that part installs, the MSI does some last minute clean up, and then prompts for a reboot.
On XP however, when I run the INF it immediately prompts for a reboot, and then the MSI prompts again. In some cases, the installer fails to finish cleaning up as the system starts a shutdown.
Now I know this is more an installer issue, but I was wondering if there is a way around this that you guys may have found. Suppressing the reboot prompt on the INF install portion would work best, allowing the MSI to do its cleanup and then prompt for a reboot.
Anyone know how I should approach this?
–
Regards,
Dana Epp
[Blog: http://silverstr.ufies.org/blog/]