0

I am making an installer in visual basic. Basicly, it is a windows form application that installs another program. Well.. I want when the user runs the installer it will show a UAC reqest.Is it possible? Thank's for help.

Technologuy
  • 131
  • 3
  • 16
  • 2
    Yes, add a reqwuest in your app manifest: http://stackoverflow.com/questions/14800089/forcing-an-application-to-admin-from-config-file – Gusman Aug 29 '15 at 08:55

1 Answers1

0

For everyone who wants to add uac in his/her application check this : Forcing an application to Admin from config file

Community
  • 1
  • 1
Technologuy
  • 131
  • 3
  • 16