Thanks for the response, the issue was in my KeyPath file set.  I had put my
'MainDrv64.sys'  file as the key path in the component, changing it to the
INF allowed the installation to go through even though the hardware is not
present.

Here is my full component in case anyone has the same issue.

<Component Id='MainDrv64'   Guid='f02c999a-8699-4499-9d99-999999999999'
Win64="yes">
    <File Id='MainDrv64.sys'  Name='MainDrv64.sys' DiskId='1'
Source='MainDrv64.sys' KeyPath='no' />
    <File Id='OtherDrv64.sys' Name='OtherDrv64.sys'  DiskId='1'
Source='OtherDrv64.sys'  KeyPath='no' />
    <File Id='MainDrv64.inf'  Name='MainDrv64.inf' DiskId='1'
Source='MainDrv64.inf' KeyPath='yes'/>
    <File Id='MainDrv64.cat'  Name='MainDrv64.cat' DiskId='1'
Source='MainDrv64.cat' KeyPath='no'/>
    <difx:Driver AddRemovePrograms="no" Legacy="yes" PlugAndPlayPrompt="no"
Sequence='1' />
</Component>

-----Original Message-----
From: Phill Hogland [mailto:phogl...@rimage.com] 
Sent: July-22-2015 12:59 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [wix-users] (deprecated) Difxapp Component Installation
condition

I use the WixDifxAppExtension to install multiple drivers in configurations
where in most cases the hardware will not exist, because they are different
types of printer drivers and no hardware, or one model of printer is
expected.  Maybe the difference is related to the DifxApp flags.  In my
Component which includes the INF file as the keypath, I also have:
<difx:Driver AddRemovePrograms="no" PlugAndPlayPrompt="no" />



--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Difxapp-Compon
ent-Installation-condition-tp7600921p7600924.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to