I have a WPF application which uses an external library, PDFNet. The whole project uses Wix to create MSI for x86 or x64 builds (Not AnyCpu). These MSI's are later combined with some external resources to create a single exe installer by means of InnoSetup.
The problem is that I need to include the correct version of PDFNet in the correct build, and visual studio always uses 32-bits.
Could someone please point me in the right direction on how to set it up correctly?
Thank you.