Updated WiX. Ran WiXCop against all my WXS source files. They look good.
I can compile, but when I go to link it is saying this for nearly ever
file.

[exec] C:\Installation\Packages\E3_3_0\Components\comFlowMan.wxs(21) :
erro
r LGHT0215 : The merge module 'merge_policy_VC80_MFC' is not assigned to
a feature.  All merge modules must be assigned to at least one feature.


<Feature Id="FrameworkRole" Title="Framework Role" Description="Installs
those components required for the framework role." AllowAdvertise="no"
Absent="allow" Display="collapse" InstallDefault="local" Level="1">


                <!-- Merge Modules -->
                <MergeRef Id="merge_atl71"/>
                <MergeRef Id="merge_mfc71"/>
                <MergeRef Id="merge_mfc71_loc"/>
                <MergeRef Id="merge_msvcp71"/>
                <MergeRef Id="merge_msvcr71"/>
                <MergeRef Id="merge_msxml4sxs"/>
                <MergeRef Id="merge_msxml4sys"/>
          <MergeRef Id="merge_VC80_ATL"/>
          <MergeRef Id="merge_policy_VC80_ATL"/>
          <MergeRef Id="merge_VC80_CRT"/>
          <MergeRef Id="merge_policy_VC80_CRT"/>
          <MergeRef Id="merge_VC80_MFC"/>
          <MergeRef Id="merge_policy_VC80_MFC"/>
          <MergeRef Id="merge_VC80_MFCLOC"/>
          <MergeRef Id="merge_policy_VC80_MFCLOC"/>
          <MergeRef Id="merge_VC80_OpenMP"/>
          <MergeRef Id="merge_policy_VC80_OpenMP"/>



I removed all the old <FragmentRef Id=""/> entries because they didn't
seem to be allowed any longer. Not sure what else I'm missing. Any
ideas?

Thanks
Chad


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to