Click here to Skip to main content
15,895,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,Colleagues.

ClickOnce Deployment : System.Deployment API.

Help me.

As in class System.Deployment.Application, record path installation program.

C#
using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Text;

using System.Windows.Forms;

using System.Deployment.Application;



namespace ClickOnce_MSDN

{

    public partial class Form1 : Form

    {

        public Form1()

        {

            InitializeComponent();

        }
Posted

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