I have a solution and have built an installer for it using the WixUI_Minimal library. Everything is OK. Now I want to develop a more advanced installer using WixUI_Advanced. Simply changing WixUI_Minimal to WixUI_Advanced results in two unresolved references:
Property:WixAppFolder and Property:ApplicationFolderName.
Adding the extension WixTasks.dll resolves these references, but now I get the error:
"Either 'Microsoft.Tools.WindowsInstallerXml.AssemblyDefaultWixExtensionAttribute' was not defined in the assembly or the type defined in extension c:\Program Files (x86)\Wix Toolset v3.8\bin\WixTasks.dll' could not be loaded. (CNDL0307)"
What do I need to do now?