Re: [WiX-users] Installer for x86 and x64

2015-01-26 Thread Phill Hogland
When I get a 'strange' error, I use Notepad++ to search the wix source. In this case I did not fince that string. I think that LGHT0001 is a catch-all error message and the actual message is bubbling up from .Net, but I could be wrong. However the problem is probably related to the following cod

Re: [WiX-users] Installer for x86 and x64

2015-01-21 Thread Phill Hogland
The statements are pre-compile statements so you would need to build your project twice to get a x64 MSI and a x86 MSI. You can then chain those platform specific packages in a Bundle.exe. I recommend that you look at the following example: http://alekdavis.blogspot.com/2011/05/build-32-and-64-b