11-17-2008 01:53 PM
Hi Everyone,
I've discovered the hard way the differences between Vista and XP... I've got a compiled LabVIEW program that needs administrative privledges to run. However, when a user launches the program without proper rights under Vista, it doesn't prompt for administrative rights, it just runs and produces strange errors. Is there a way to make the program prompt the user for administrative rights so that they don't always have to right-click and select "Run as administrator"? I heard mention of a "manifest" file that can do this, but I haven't found any details.
Thanks!
11-17-2008 03:03 PM
I have no solution, but do you know why have to be an Admin to run your program? Do you write data to c:\program files? or any other 'forbidden' location?
Maybe rewriting your app is the best option?
Ton
11-17-2008 03:09 PM
11-17-2008 03:14 PM
Why do you need to copy these .Net dlls?
Aren't they properly installed on the computer?
The GAC (I forgot where that stands for) has a list of all installed .Net interfaces if I'm correct.
Ton
11-17-2008 03:29 PM