Re: [WiX-users] an issue about building custom action dll via command line cl.exe

2012-12-21 Thread tom
Check dll dependencies with dependency walker Tom -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/an-issue-about-building-custom-action-dll-via-command-line-cl-exe-tp7582518p7582524.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] an issue about building custom action dll via command line cl.exe

2012-12-20 Thread Kun Shi (ofox)
Hi, I built a CustomAction.dll via the following command and then built it into the installer. cl.exe /LD /I PATH_TO_WIX_SDK_INC customAction.cpp /link AdvAPI32.Lib Version.Lib User32.Lib Msi.Lib wcautil_2008.lib dutil_2008.lib while, when running the installer, the error dialog poped up