Replies: 1 comment 1 reply
-
I remember it took me awhile to make configurable merge module. You need to pass a property without value so that Windows 10 driver will be installed. Here is the sample which works for me:
But I don't get |
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
-
Hey,
I've stuck a little bit with DCO driver installation to WIndows 10 using merged module (*.msm).
I've checked how it configured in example WiX project:
Here we can see that the installer checks if file exists and pass the NETADAPTERCX21 property to merged module configuration. Sadly I can't reuse the code, cause I use another installer project. In the module configuration I can pass string variable to the module, but it is not clear what value should be passed to activate Windows 10 driver installation.
I've tried "false", "0" and empty values and they didn't worked for me.
My question: what value I should pass to the merge module to install Windows 10 drivers?
Beta Was this translation helpful? Give feedback.
All reactions