If using VS, there should be a 'Reference' to that extension.  Typically the
extension DLL is located in the wix toolset 'bin' folder (on my Win7 x64
that would be c:\program files (x86)\Wix Toolset v3.8\bin).  Yours may vary
but the environment variable '%WIX%bin' should be set to the path to the bin
folder.  You probably need to get the AddInExpress.DLL and put it in that
folder.  Then make sure the 'Reference' in your project is pointing at the
AddInExpress.DLL file.  If not using VS, but calling the wix tools on a
command line then use the -ext <path to AddInExpress.DLL> (or whatever it is
named).




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-t-get-Wix-to-build-XSLTLoader-threw-an-exception-tp7595611p7595619.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to