LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows XP - Elevate Permissions For LabVIEW Setup Files

How can you elevate permissions for LabVIEW applications builder created installers in Windows XP?
0 Kudos
Message 1 of 5
(3,120 Views)
Run as administrator
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 5
(3,117 Views)
Yes, I know that, but I need to install the program on computers that the shared user account does not have adminstrator permissions. So, I looking for something that packages the Application Builder installer that can elevate the permissions to install the application.
0 Kudos
Message 3 of 5
(3,115 Views)
Hi JordanJ,

I am not aware of any method to change permissions on a target system that can be integrated into an installer package. The only method I know is to run as administrator. There may be some sort of a scripting solution that will change permissions given that you have access to an administrator account, but there is nothing native in Application Builder to do this.
Asa Kirby
CompactRIO Product Marketing Manager
________________
Sail Fast!
0 Kudos
Message 4 of 5
(3,083 Views)
Hi JordanJ,

Unlike Windows Vista, Windows XP doesn't have User Account Control to handle this automatically, but it does have the command runas.exe, which allows you to run a process as another user, including Administrator. With both UAC and runas.exe, the standard user must be able to enter the appropriate credentials when prompted.

Brad
---
Brad Keryan
NI R&D
0 Kudos
Message 5 of 5
(3,067 Views)