[WiX-users] Trouble with ManagedBootStrapperApplication

2011-08-02 Thread Phil Podlevsky
ssembly via reflection and still no dice. Here is all the code I am using. Does anyone have any ideas? I love the burn concept and want to use it on my project at work but this error is making me want to pull my hair out. Is there any way to step through what burn is trying to when running my install

[WiX-users] 64-bit burn?

2011-09-07 Thread Phil Podlevsky
Hi Everyone, I need to call a unmanaged 64-bit .DLL method from my managed bootstrapper using P/Invoke. As such I am trying to get Wix to compile my setup.exe as a 64-bit executable. I tried editing the .wixproj file changing x86 to x64. This gets Visual Studio to allow me to select the setup proj