We are trying to use LabVIEW & TestStand in a Continuous Integration scenario.
This involves the system being able to run from any specified file system location.
Whats the best method to achieve this?
Is it using the subst command to map a viurtual file system, using totally relative TestStand paths or using the deployment method.
Currenlty the system uses a single top-level path with all sequences set with relative paths from that.
It seems that moving to another file location requires adjustment of several ini files and writing to the registry to relocate the config file directory.
I think this also mandates that LabVIEW recompiles the VI's before running.
We are not restriced to a deploment only TestStand license.
Regards, Torpedotown