05-30-2008 10:03 AM
05-31-2008 10:01 AM
06-02-2008 12:23 PM
06-02-2008 02:34 PM
06-03-2008 04:28 PM
06-12-2008 10:41 AM
Now that I'm doing a TestStand Deployment, I've come back around to this problem, and I'm trying to decide the best place to install the UserInterface.xml file. It seems like (at runtime) the HMI expects this file to NOT be readonly (I saw an Error writing to ...UserInterface.xml Error Code: -17205, Access Denied). Once I unchecked the Readonly property, the settings I had in the xml file seem to be applied in the HMI.
My other question is, what Logical Drive name do I use if I want to point to C:\Documents and Settings\All Users\Documents\National Instruments\TestStand40? I saw the PersonalFolder, but it appears that that points to the current user, not ALL users. Even if I do get the deployment to point to the All Users area, will this file be accessible by the HMI, or do I still have to manually set the Readonly property?
06-16-2008 10:39 AM
04-26-2010 03:39 AM
Hi Ppl,
I'm also trying to deploy the userinterface.xml file. The operator interface is actually looking for the file in the TestStand Local Application Data which is
C:\Documents and Settings\<User name>\Local Settings\Application Data\National Instruments\TestStand 4.2.1
However in the deployment utility ->Distributed Files Tab->Installation Destination directory selection combox box this TestStand Local Application Data directory option is not vailable. The closest to this that I could find is the Personal Directory which is C:\Documents and Settings\<User name>\Documents.
So is there any way to deploy the userinterface.xml directly.
04-30-2010 08:53 AM
Hi Lorsathish,
You are correct, that option is not included in the combobox. Your best option is to install the file to the Personal Directory and then use a batch file to move/copy the file to the appropriate location using the ..\ notation.