installationwindows-installerdevice-driverumdf

How to write a custom action to install a UMDF driver?


I want to install a UMDF software, the only driver from our MSI, I understand that to do it, I need to create a root-enumerated device and then install the driver to driver store. I have never written a custom action before.

Has anyone done it before and can get some code?


Solution

  • Read this topics in the WiX Tutorial:

    You may also want to read MSDN documentation on Custom Actions.