Re: [WiX-users] WixDifxAppExtension examples?

2012-06-01 Thread Wesley Manning
...@tness.com] Sent: May 31, 2012 10:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WixDifxAppExtension examples? Hello, I'm trying to install a WHQL Certified "USB to Serial" driver during my install. I'm not having any luck finding examples for the WixDifxAppExtension

[WiX-users] WixDifxAppExtension examples?

2012-05-31 Thread Bill Miller
Hello, I'm trying to install a WHQL Certified "USB to Serial" driver during my install. I'm not having any luck finding examples for the WixDifxAppExtension driver element. Any help would be GREATLY appreciated! Thank you, Bill -

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

[WiX-users] WixDifxAppExtension

2011-08-16 Thread Parkes, Kevin
I am using WixDifxAppExtension to install a printer driver as part of an application installer. The WiX source is as follows: The corresponding custom actions apparently complete successfully. However, the install log file includes the lines:

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
, Ari [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2008 11:16 To: wix-users@lists.sourceforge.net Subject: [WiX-users] WixDIFxAppExtension and MergeModules Hi folks, I'm having a problem with the WixDIFxAppExtension when I'm using it in merge modules, and I'm wondering if so

[WiX-users] WixDIFxAppExtension and MergeModules

2008-11-06 Thread Moradi, Ari
Hi folks, I'm having a problem with the WixDIFxAppExtension when I'm using it in merge modules, and I'm wondering if someone can offer me a simpler workaround than what I'm currently planning on doing :) The problem is caused when we try to build two different merge modules using WIX (v3.0.462

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

[WiX-users] WixDifxAppExtension Build

2007-08-17 Thread Ben Greenberg
Hello, I am trying to make a WiX MSI that uses WixDifxAppExtension. I have the fragment containing the element compiling fine in a .wixlib. However, when I link the wixlib to an MSI project, I get this error from light: Error LGHT0094: Unresolved reference to symbol 'CustomAction:MsiProcessDri