06-27-2011 08:36 AM
hi,
since i am using Windows XP operating system with Labview, i made a executable file and i trying to install with Windows 7 or Vista OS installed PC.
when my device is detect it will gives the hardware information , that have to save in to the hard disk, where i am usually putting near to my Application
program exe file. using XP will not be any problem its creates and writes the information file.
for the Vista and windows 7 OS has a adminstrative writes it wont allow to create and write a new file where near to application exe file.
is there any method has to set these file for administrative rights on Windows 7 and vista OS?
i am using Labview 8.6 version
06-27-2011 09:24 AM
You would need to log into the computer with an account that has administrative rights. Or, you could configure the application to run under the administrator account. Both of these are Windows operations.
Or, you could fix your code so it doesn't do that.