08-11-2011 09:45 AM
Under the customize tools menu I do not have the Deployment Utility. When I open up Customize Tools I see in Hidden expression: !(RunState.IsEditor && FindFile("Deployment Utility.seq", False, Str(0), 3)), in Enable Expression I see: CurrentUserHasPrivilege("*"). In the User manager my rights are set to administrator and under Privileges I have GrantAll set to True. Where is my deployment utility?
08-11-2011 12:28 PM
Do you have the Deployment Utility installed? Does the path show up in Customize Tools Menu? If not then you most likely don't have it installed. I've seen this exact thing before.
You can look in: C:\Program Files\National Instruments\TestStand XX\Components\Tools\Deployment Utility and see if the executable is there.
08-11-2011 04:19 PM
set a breakpoint in an empty sequence and run it. In the watch view enter the expressions:
RunState.IsEditor
and
FindFile("Deployment Utility.seq", False, Str(0), 3))
See which one isn't true so you'll know which way to investigate further.