07-28-2011 04:12 PM
I would like to build my (LCVI 2009) application so that no one can run it unless they have administrator priveleges. Can this be done?
If it's any help, I've attached a document that tells how to do this in Visual Studio.
Thanks.
Solved! Go to Solution.
07-29-2011 02:11 AM
Build >> Target Settings
enable the "Enable manifest file" option and browse to the manifest file you need.
PS: I can't remember if CVI 2009 has this option because I use CVI 2010
07-29-2011 08:18 AM
Thank you!