Hi Experts,
It was great day for me Yesterday.. Created my First Executable Project and the Application is in
live now. The application has been installed in the end users system and now facing some issues like
modifications to Applications.
And my requirement is, once the modifications to Application are made, How can I distribute the EXE changes
to the user ??
Is that I need to generate the EXE again ?
Is it Possible to maintain the EXE centrally or in Share ?
Thanks in Advance
Loading

Shankar MPosted Jan 9, 2013, 5:57 AM
Hi Jhignesh,
I am glad that the link was really helpful. But, I am held up now creating the desktop shortcut
for the .exe installed. I tried it but did not get it. Kindly help me.
I tried this links :
http://robindotnet.wordpress.com/2009/04/07/creating-a-desktop-shortcut-for-a-click-once-application/But, I did not get the Shortcut in the desktop.
My Version of C#
Microsoft Visual C# 2008
Version 3.5 SP1
Jignesh TrivediPosted Jan 7, 2013, 6:41 AM
"ClickOnce" deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation. The application can be distributed to install and to receive updates in the forms of URL, URI and CD media.
please refer
http://www.codeproject.com/Articles/38546/Click-Once-Deployment-Technique
http://msdn.microsoft.com/en-us/library/t71a733d%28v=vs.80%29.aspx
hope this will help you.