I'm running into an error when trying to create a deployment of TestStand (process model, UI, etc). Specifically, I want to install the UI and process model into an absolute path, and that's where I'm running into the issue. When I install to program files, the deployment works without a problem, however, I run into issues when trying to find files in things like Property Loader and the like.
To duplicate the problem:
In the Installer Options tab, "Default Installation Base Directory:" is set to Absolute Path. And the Default Installation Directory is basically set to anything (I've tried my desired directory, just C:\, and everything in between, but doesn't seem to make a difference)
When building, the Build Status tab shows the error number -19049 with message "Destination not supported under the current bitness" and the message "Default Installation Base Directory: using the following destination System WOW64 Directory"
I'm using TestStand 2014 32-bit with Labview 2015 32-bit on a Windows 7 64-bit OS. I can't change the bitness of TS or LV because of DLLs I'm referencing that can't be changed.
Can anyone help?