Re: [WiX-users] About running "Any CPU" custom EXE from 32bit MSI on 64bit machine

2010-07-15 Thread Blair
@lists.sourceforge.net Subject: [WiX-users] About running "Any CPU" custom EXE from 32bit MSI on 64bit machine Hi everyone, We are running custom EXEs ( .NET 2.0 console application ) built with "Any CPU" platform from a 32bit MSI on 64bit machine. In the custom EXE, we use * Envir

Re: [WiX-users] About running "Any CPU" custom EXE from 32bit MSI on 64bit machine

2010-07-15 Thread Michael Urman
The issue is a combination of these things: * Win64="yes|no" does not apply across executable launch; it's only relevant for in-process actions (dll, script) * Your executable tries to guess where things are instead of being passed a value on the command-line * Your executable takes on the bit-n

[WiX-users] About running "Any CPU" custom EXE from 32bit MSI on 64bit machine

2010-07-15 Thread Chirag Goradia
Hi everyone, We are running custom EXEs ( .NET 2.0 console application ) built with "Any CPU" platform from a 32bit MSI on 64bit machine. In the custom EXE, we use * Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles)* to execute some custom logic on our files installed in the Progra