Re: [WiX-users] WixDifxAppExtension examples?

2012-06-01 Thread Wesley Manning
Hi, I was looking at this earlier. Found this link which gives an example: http://kobyk.wordpress.com/2008/10/21/installing-filter-drivers-with-difxapp-and-a-wix-v3-msi/ Never got around to using it yet, though. Wes From: Bill Miller [billmil...@tness.co

Re: [WiX-users] WixDifxAppExtension

2011-08-17 Thread Tobias S
a) Did you get the drivers installed manually. Think it should work with context menu on inf driver + install. But to be honest I didn't do it for a long time ;-) b) Check out my configuration sample e.g. here: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Single-Wix-setup-for-Win7-

Re: [WiX-users] WixDifxAppExtension

2011-08-17 Thread Rob Mensching
The real question is how do you make that happen with DIFX. We, unfortunately, do not own the DifxApp CustomAction which means we don't control how it works. We just read their documentation and exposed it via the WiX toolset... I'm also not an expert on DIFX but there are some people on this lis

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-10 Thread Bob Arnson
Moradi, Ari wrote: > I understand your point. However, I think that the DIFx merge module > dependency is a good way to go, because right now, it is not possible to > build two different merge modules using DIFxAppExtension and then include > them both in the same MSI. Any good solution to tha

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-10 Thread Rob Mensching
toolset. Subject: Re: [WiX-users] WixDIFxAppExtension and MergeModules ... but that's one of the issues that I'm dealing with -- I can't guarantee everyone is using WiX :) And I kindof think that if WiX is building a merge module, it wouldn't be unreasonable to assume that who

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-10 Thread Moradi, Ari
10:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixDIFxAppExtension and MergeModules Moradi, Ari wrote: > There isn't a DIFxApp merge module in WiX, but there is one in the WDK. WiX > can certainly add a dependency on a merge module that

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-09 Thread Bob Arnson
Moradi, Ari wrote: > There isn't a DIFxApp merge module in WiX, but there is one in the WDK. WiX > can certainly add a dependency on a merge module that isn't shipped with WiX. You're suggesting WixDifxAppExtension should use the WDK merge modules? Interesting, assuming the merge modules are we

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-09 Thread Moradi, Ari
n for Windows Installer XML toolset. Subject: Re: [WiX-users] WixDIFxAppExtension and MergeModules There actually are differences in the rows, since the binary table entries that get added to the merge module get the merge module ID appended to them. As a test, I manually modified the Binary table en

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-09 Thread Moradi, Ari
components directly to your own merge module, right? -Ari -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 5:18 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixDIFxAppExtension and MergeModules Mo

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-09 Thread Bob Arnson
Moradi, Ari wrote: > I still think that the solution of creating a dependency on the DIFxApp merge > module instead of including the DIFxApp wixlib in the merge module is a > better solution... What do you think? > There is no DifxApp merge module in WiX. WixDifxAppExtension always creates

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-09 Thread Rob Mensching
For redisting to other... probably. Unless everyone is using the WiX toolset. -Original Message- From: Moradi, Ari [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 15:05 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixDIFxAppExtension

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-09 Thread Moradi, Ari
[mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 5:53 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixDIFxAppExtension and MergeModules Hmm, that really surprises me. I thought that mergemod.dll was smarter than that. There are no differences

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-12-01 Thread Rob Mensching
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WixDIFxAppExtension and MergeModules Mergemod.dll doesn't like trying to merge rows with identical primary keys (even if they are really supposed to be the same thing. Here's some log output since you asked for it :) I crea

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-11-06 Thread Moradi, Ari
icts: 7 Closed Merge Module. > Warning: Changes were not saved to MSI Database. Closed MSI Database. -Ari -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2008 1:32 PM To: General discussion for Windows Installer XML toolset. Subject: Re:

Re: [WiX-users] WixDIFxAppExtension and MergeModules

2008-11-06 Thread Rob Mensching
If the rows are duplicate, I thought mergemod.dll would let them through. Is it more accurate to say that the DIFxApp actions Id's have been modularized and that is colliding? Can you maybe share out a merge.log that shows the merge problems? -Original Message- From: Moradi, Ari [mailt

Re: [WiX-users] WixDifxAppExtension Build

2007-08-20 Thread John Hall
> Ben Greenberg wrote: > > I recall there being a bug in WiX 3.0 regarding this > extension. Am I doing something wrong, is there a work > around, or do the latest nightlies fix this? > > > > There's no workaround at present. The DiFX library ships as a > .wixlib for WiX v2. WiX v3 can't re

Re: [WiX-users] WixDifxAppExtension Build

2007-08-18 Thread Bob Arnson
Ben Greenberg wrote: > I recall there being a bug in WiX 3.0 regarding this extension. Am I doing > something wrong, is there a work around, or do the latest nightlies fix this? > There's no workaround at present. The DiFX library ships as a .wixlib for WiX v2. WiX v3 can't read them. Either