Re: [WiX-users] Errors Building Custom Action on Vista x64

2008-10-20 Thread Jason Ginchereau
Sent: Tuesday, October 14, 2008 4:20 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Errors Building Custom Action on Vista x64 Hi Jason, I was building from within VS 2008, the CA project threw the build error. I then looked at the csproj file that the Votive C# CA Template cr

Re: [WiX-users] Errors Building Custom Action on Vista x64

2008-10-14 Thread Nic Barden
ied paths (same process as above) and received the same error. So it appears that there are 2 different issues? The path to the SDK is hard coded in the csproj file incorrectly, and the dependent assembly? Thanks for your help -------------- Re: [WiX-users] Errors Building Custom Action

Re: [WiX-users] Errors Building Custom Action on Vista x64

2008-10-14 Thread Jason Ginchereau
Vista x64 is my primary development environment for DTF and WiX, and that works for me. Are you building from a 64bit command-prompt / 64bit MSBuild? If so, make sure you have installed the 64bit WiX MSI. (Also, that configuration is not very well-tested, so it's possible there are issues.) --