03-22-2011 04:14 PM
I have some VIs I want to deploy for both 32-bit and 64-bit windows. I did the developement on 64-bit Vista. I have two installers (installer_32 and installer_64) using the same source VIs but installing the 32-bit and 64-bit runtime engines, respectively. When I try the installer_32 on 32-bit XP, it complains that it must be used on a 64-bit system. Any clues?
03-22-2011 06:21 PM
To create an installer that will install into 32 bit Windows, you have to use the 32 Bit version of LabVIEW. The 64 Bit version of LabVIEW is considered just as much a different platform to the 32 Bit version, as is the Linux version to either the 32 Bit or 64 Bit Windows version. Each LabVIEW platform can only create executables for the same platform.