...@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
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
-
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-
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
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:
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
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
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
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
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
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
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
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
[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
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
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:
, 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
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
> 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
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
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
21 matches
Mail list logo