Hello,

I'm using WiX to install some merge modules by doing:
<Merge Id="Microsoft_VC90_CRT_x86" Language="1033" 
SourceFile="Microsoft_VC90_CRT_x86.msm" DiskId="1"/>
                <Merge Id="policy_9_0_Microsoft_VC90_CRT_x86" Language="1033" 
SourceFile="policy_9_0_Microsoft_VC90_CRT_x86.msm" DiskId="1"/>
And then in my feature:
<MergeRef Id="Microsoft_VC90_CRT_x86"/>
<MergeRef Id="policy_9_0_Microsoft_VC90_CRT_x86"/>

They install fine with the product.  However I would now like to leave the 
merge modules installed when my feature is removed.  The Permanent option on 
Component sounds like what I want, but I can't see a way of applying it to the 
merge modules.

How should I go about doing this?

Thanks

Simon

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to