I'm looking to be able to write a windows registry key when installing a TestStand sequence. I was thinking I could do it within the Deployment Utility, but it seems that all I can do is run a custom command, which would require a custom LabVIEW vi. Is there a better way (or more built in to LabVIEW/TestStand) to handle this?
Specifically, this registry key would store the MD5 sum for the sequence + it's dependent files. I want to store it in the registry because only an admin to the computer can change that (which is part of our IT policy), and it can be stored in a structure without affecting the folder for the teststand sequence.