Replies: 2 comments 3 replies
-
Do you have a InstallExecuteSequence element? Are you following this example in the WixToolset docs?: |
Beta Was this translation helpful? Give feedback.
1 reply
-
I do have the install execute sequence (For some reason it's not showing in my original post
|
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to install a driver using pnputil and running into issues. Here's a snippet of my WIX code
When I try to install the MSI, I get the following in the log
Action 11:07:52: UsbCAInstall.
MSI (s) (78:B4) [11:07:52:188]: Executing op: CustomActionSchedule(Action=UsbCAInstall,ActionType=3137,Source=BinaryData,Target=WixQuietExec,CustomActionData="pnputil.exe /add-driver C:\Program Files\X_Drivers\usb_driver.inf /install")
MSI (s) (78:84) [11:07:52:188]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI956A.tmp, Entrypoint: WixQuietExec
MSI (s) (78:14) [11:07:52:188]: Generating random cookie.
MSI (s) (78:14) [11:07:52:204]: Created Custom Action Server with PID 31816 (0x7C48).
MSI (s) (78:18) [11:07:52:282]: Running as a service.
MSI (s) (78:18) [11:07:52:282]: Hello, I'm your 64bit Elevated Non-remapped custom action server.
WixQuietExec: Error 0x80070002: Command failed to execute.
WixQuietExec: Error 0x80070002: QuietExec Failed
WixQuietExec: Error 0x80070002: Failed in ExecCommon method
CustomAction UsbCAInstall returned actual error code 1603 but will be translated to success due to continue marking
If anyone can point me to what I'm doing wrong, I would greatly appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions