From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Preventing TestStand Deployment Utility from Modifying Sequence Files?

TestStand 3.1

Is there any way to prevent the TestStand Deployment Utility from modifying TestStand Sequence files before creating the installer?  We have a routine that calculates checksums on various files that we distribute.  This small text file of filenames and checksums is also part of the deployment.  However, the checksum for the TestStand sequence files get invalidated since the Deployment Utility itself modifies them.

Thanks,
Peter

0 Kudos
Message 1 of 2
(2,646 Views)
Peter,
 
The Deployment Utility modifies a sequence file in order to update the paths to the different modules.
If you use absolute paths in order to reference your modules the deployment utility will convert this paths to be relative.
If you Change the location directory of one of your modules the deployment utility has to modify the sequence file in order to redirect the steps accessing this module, otherwise it wont be able to find it.
If you want to prevent the deployment utility to modify your sequence files you will have to use relative paths all the time and keep the same directory structure.
It means that you will have to create the desired directory structure in your development system before generating the installer.
 
Hope it helps.
0 Kudos
Message 2 of 2
(2,635 Views)