Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have made an application in .net 4. I want to publish it so it can be installed silently by an administrator to multiple users' computers. Should I include something as a code somewhere in the program or there should be something set in the options of the publishing ?
I have heard that it has something with .msi file type. Or maybe make a console application that executes some command line... I just have no clue at all how to approach this problem.
Posted
Comments
Mike Meinz 30-Apr-13 7:51am    
I would use the ClickOnce capability available through the Publish feature of Visual Studio.

See Installation and Update Management: A User Perspective
and
ClickOnce Installation

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900