@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
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
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
3 matches
Mail list logo