The linker can’t see the contents of MSM files because those are added during
binding. If you melt your MSM and include it as a WIXLIB, you should be able to
access it.
Blair
From: Alexander op de Weegh
Sent: Thursday, November 07, 2013 5:20 AM
To: General discussion for Windows Installer XML toolset.
Hi all,
I have this reusable library for which I am creating a merge module, so that
installation of the library can be easily integrated in installations for
applications. When using the library, the user should be able to change some
configuration settings. For this, a few dialogs will be available. I included
the dialogs in the merge module as such:
<Module Id='...'>
(...snip...)
<UI>
<Dialog Id='TestDlg'>
(...snip...)
</Dialog>
</UI>
</Module>
Then, in the wxs file for the application setup, I tried to use the dialog as
follows:
<Product>
<UI>
<UIRef Id='WixUI_FeatureTree'/>
<UIRef Id='TestDlg'/>
<Publish Dialog='CustomizeDlg' Control='Next' Event='NewDialog'
Value='TestDlg'>1</Publish>
(...snip...)
</UI>
</Product>
Unfortunately, I receive unresolved reference errors from link. I also tried to
replace the Id of the dialog with the Id including the Guid of the module
(thus: UIRef Id='TestDlg.xxxxxxxx_xxxx_xxxx_xxxx_xxxxxxxxxxxx'), but that
didn't help either.
How do I solve my issue?
Kind regards,
Alexander op de Weegh
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users