Publishing Windows Form Application On Desktop

STEP 1

Open Visual Studio and create a Windows Forms application. Save it as you do normally.

STEP 2

In the Windows Forms application, we have already created an application.

STEP 3

To publish your Windows Form app, follow the given below steps,

  • Right click on Project menu and click on "Project name Properties".
  • Click the sign in option and select the checkbox (Sign the Click Once manifests).
  • Go to Security >> select Check Box (Enable Click Once Security Settings).
  • Go to Publish >> select Publishing folder location path and Save.
  • Click "Publish Now" button.
Windows Forms Application

Windows Forms Application

Windows Forms Application

STEP 4

As a result, the Windows Forms application is published, as shown in the image below.

 Windows Forms Application