Roberto Almanza wrote:
> I tried passing in the INSTALLDIR as a parameter to the call, but it is
> being passed in as the empty string.
If INSTALLDIR is coming from the .msi package that consumes the .msm,
it's not going to work: Merge modules are supposed to be self-contained,
so their IDs are
I simplified my approach a bit and was able to get the exe to be copied over
(along with a few xml files) and run...
However, now I have a problem where I attempt to open the files when running
the exe, the current directory is set to c:\.
I tried passing in the INSTALLDIR as a parameter to the c
Hi.
I am trying to use a merge module to define an exe that I will then
reference from several wix projects. The merge module definition is below.
I then make the modificaitons to my wix project as specified below.
Ultimately I simply want to have the executable copied to the install
direction a
users@lists.sourceforge.net
Subject: Re: [WiX-users] Merge Module Custom Actions
Use . WiX generates ModuleInstallExecuteSequence
table entries if you're building a merge module.
--
Mike Dimmick
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Th
users] Merge Module Custom Actions
Hello,
I've got a few merge modules generated with Wix that have custom actions
included in them. I'd like to populate the ModuleInstallExecuteSequence
table to generically schedule them. Any ideas on accomplishing this? I
looked through all
Hello,
I've got a few merge modules generated with Wix that have custom actions
included in them. I'd like to populate the ModuleInstallExecuteSequence
table to generically schedule them. Any ideas on accomplishing this? I
looked through all the children of Module element and I'm not seeing
6 matches
Mail list logo