checking admin permissions to deploy on targer machine

ram123

Member
Joined
Mar 25, 2008
Messages
5
Programming Experience
1-3
Hi
I’m developing windows application which should work in winxp and win2k.
I prepared setup for the application and tried to test on winxp.By default the setup is checking admin permissions before deploying the application on winxp. But in win2k it is directly attempting to deploy the application without checking for admin privileges, which is must for my application. (To register ocx files should have admin rights)

my question is: how to check for admin permissions while deploying the application on win2k using vs.net setup and deployment project.
 
Back
Top