Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a setup for windows form application Without Administrator password while install

I have developed a windows form application in visual studio. Now, I would like to install that windows application on my PC without administrator privilege. How can I create a setup. (I already installed Photo Pad image editor application on my PC without administrator privilege).

like image 903
Ram Avatar asked Dec 12 '25 17:12

Ram


1 Answers

Your best bet is to use ClickOnce. It doesn’t require admin rights to install typical apps. One of the reasons is because ClickOnce apps install for the current user and not for everyone on the local machine.

You can do so from the Publish tab of your project’s settings. The best part is no programming is required.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!