[wix-users] Installing Drivers using Wix

Wesley Manning wmanning at dynagen.ca
Thu Feb 7 06:18:23 PST 2019


Put that element in the component that contains your inf file.

Like this:

<Component Id="CMP_example" Guid="{guid-here}">
        <difx:Driver AddRemovePrograms="yes" DeleteFiles="no" PlugAndPlayPrompt="no" ForceInstall="no" Legacy="no" />
        <File Id='id-here " Source="some-path\example.inf" Vital="yes" KeyPath="yes"/>
      </Component>

Wes

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Jayaprakash, Bs via wix-users
Sent: February 7, 2019 1:42 AM
To: Blair Murri <osito at live.com>; WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Jayaprakash, Bs <bs.jayaprakash at intel.com>
Subject: Re: [wix-users] Installing Drivers using Wix

Hi Murri.
I did see this link. Do you have any examples?

Regards,
Jayaprakash
-------------------------------------------------
Advanced System Tools Wiki<https://wiki.ith.intel.com/display/ccb/Advanced+System+Tools+Wiki>,  Download<https://sharepoint.amr.ith.intel.com/sites/PCCGUtil/SitePages/Home.aspx>
-------------------------------------------------

From: Blair Murri [mailto:osito at live.com]
Sent: Thursday, February 7, 2019 11:11 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Jayaprakash, Bs <bs.jayaprakash at intel.com>
Subject: Re: Installing Drivers using Wix

http://wixtoolset.org/documentation/manual/v3/xsd/difxapp/driver.html
Get Outlook for Android<https://aka.ms/ghei36>

________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org<mailto:wix-users-bounces at lists.wixtoolset.org>> on behalf of Jayaprakash, Bs via wix-users <wix-users at lists.wixtoolset.org<mailto:wix-users at lists.wixtoolset.org>>
Sent: Wednesday, February 6, 2019 6:33:56 PM
To: WiX Toolset Users Mailing List
Cc: Jayaprakash, Bs
Subject: [wix-users] Installing Drivers using Wix

Hi,
Can we install drivers using WIx? I have inf files. Can I install my driver using inf file?

Regards,
Jayaprakash
-------------------------------------------------
Advanced System Tools Wiki<https://wiki.ith.intel.com/display/ccb/Advanced+System+Tools+Wiki>,  Download<https://sharepoint.amr.ith.intel.com/sites/PCCGUtil/SitePages/Home.aspx>
-------------------------------------------------


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list