Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Sir i completed develop window form application but i want create online setup and host on server in filezilla(FTP Server)it is possible
Posted

1 solution

Hello,

Have a look at ClickOnce deployment.
http://msdn.microsoft.com/en-us/library/t71a733d(v=vs.80).ASPX[^]

Basically in Visual studio, select your project, right click, select properties, go to the publish tab and fill up the necessary information.

It's quite straight forward.

Valery.
 
Share this answer
 
Comments
Nishant.Chauhan80 28-Aug-14 7:04am    
first step publish after that create setup using installsheild
Valery Possoz 28-Aug-14 7:06am    
You did not mention InstallShield in your question. Anyway ClickOnce does not require InstallShield...
Nishant.Chauhan80 28-Aug-14 7:15am    
sir i want share data online and install on multiple system it is possible clickonce
Valery Possoz 28-Aug-14 7:50am    
yes it's possible. It's actually the purpose of ClickOnce. Easy deployment, accessible from anywhere.
From MSDN: "ClickOnce deployment allows you to publish Windows-based applications to a Web server, it enables you to create self-updating Windows-based applications that can be installed and run with minimal user interaction."
Nishant.Chauhan80 28-Aug-14 14:30pm    
thanku sir

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