Replies: 1 comment 1 reply
-
Not thinking too deeply about it, you'd probably need to wrap wrap |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wanting to put together a WiX installer that installs INFs. The installer could be invoked from the command line or programmatically by another UI. Assuming use of pnputil within the installer to perform the actual INF installation, what is the recommended method for the installer itself to return 3010 (ERROR_SUCCESS_REBOOT_REQUIRED) without actually rebooting, if and only if, pnputil returns 3010?
Beta Was this translation helpful? Give feedback.
All reactions