Hi,

I am using WiX v3.0.4102.0 now.

I am having problem to reference a file in a merge module (say ModuleA) from 
another merge module. (say ModuleB). I am referencing the file in ModuleA from 
a custom action of ModuleB. The problem is that when actual merge module is 
generated, the name is modularized to include ModuleB's ID.

    <CustomAction Id='ModifyAppConfig.SetProperty' Property='ModifyAppConfig' 
Value='[#MyService.exe.config.87654321_4321_4321_4321_210987654321]'/>

So [#MyService.exe.config.87654321_4321_4321_4321_210987654321] becomes 
something like below in the actual merge module.
[#MyService.exe.config.87654321_4321_4321_4321_210987654321.403D71D6_50FA_40D2_8FB7_E33B0A9BCC5C]

Is there any way to let WiX know that it shouldn't modularize this file 
reference?

Thanks,
Sunghwa
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to