Shawn Zhou wrote: > When I tried to add a VSTO dll to wix, I got the following error: > Error 1 Either > 'Microsoft.Tools.WindowsInstallerXml.AssemblyDefaultWixExtensionAttribute' > was not defined in the assembly or the type defined in extension > '..\AtlantaPowerPointAddIn\bin\Debug\AtlantaPowerPointAddIn.dll' could not be > loaded. candle.exe 0 1 AtlantaSetup > > What is the problem? >
You're adding a reference to a DLL that doesn't have a WiX extension. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

