I have a project in Visual studio which is now targeting x86. I have been using advanced installer for a while until I added CefSharp.Wpf. I have noticed that the bin\x86\Release where the release is being compiled there is this folder locales and several other .dll, xml and extension files.
The problem when I "Add Project Output" in the Installer.aip file it adds the files but relative to the installer folder and not the bin\x86\Release and never copies the files there. And then I get errors like this when I try to build;
Severity Code Description Project File Line Suppression State
Error [ADV_INST] "\CefSharp.BrowserSubprocess.Core.dll" does not exist. AuctionAIInstaller C:\Program Files (x86)\MSBuild\Caphyon\Advanced Installer\AdvInstExtTasks.Targets 182
Severity Code Description Project File Line Suppression State
Error [ADV_INST] "\locales\zh-CN.pak" does not exist. AuctionAISetup C:\Program Files (x86)\MSBuild\Caphyon\Advanced Installer\AdvInstExtTasks.Targets 182
Severity Code Description Project File Line Suppression State
Error [ADV_INST] "\widevinecdmadapter.dll" does not exist. AuctionAIInstaller C:\Program Files (x86)\MSBuild\Caphyon\Advanced Installer\AdvInstExtTasks.Targets 182