I have an MSI that I generate using a fairly recent Wix v3 weekly build.
Once I add in the following merge modules and add them to a feature I get
several new validation errors. Can anyone explain why I get these? Here is
what I added to my wxs files.
[this was added to a DirectoryRef element]
<Merge Id='HELPREG' Language='0' DiskId='1'
SourceFile='Binary\HTML_Help_Registration__RTL_X86_---.msm'/>
<Merge Id='VSIPREG' Language='0' DiskId='1'
SourceFile='Binary\VSIPCC_Collection_Files_RTL_---_---.msm'/>
[this was added to a docs component]
<MergeRef Id='HELPREG'/>
<MergeRef Id='VSIPREG'/>
It complains that RegisterComPlus is now PostExecution (6700),
InstallServices is post execution (6800) and that CA_CommitHelpTransaction
is a in-script custom action and to be between InstalInitialize and
InstallFinalize. It is currently at 6801.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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