|
-
March 11th, 2011, 05:58 AM
#1
autoo updater help
I have a confusion related to ClickOnce application development.
I have a windows forms applications. what if I only replace the MyApp.exe and related DLL files in the program directory instead of building the project with ClickOnce? will it work. what is the advantage of ClickOnce.
-
March 12th, 2011, 01:10 AM
#2
Re: autoo updater help
 Originally Posted by nabeelisnabeel
I have a confusion related to ClickOnce application development.
I have a windows forms applications. what if I only replace the MyApp.exe and related DLL files in the program directory instead of building the project with ClickOnce? will it work. what is the advantage of ClickOnce.
You can do this, providing the user has permissions to write to this location. If you use ClickOnce, once the application has been initially installed a user doesn't need to have elevated permissions for an upgrade.
-
March 12th, 2011, 03:21 AM
#3
Re: autoo updater help
I concur. If it is a program used by a very limited amount of users, yes, this would be the better option. But, with any major enterprise application, you would need to use ClickOnce
-
March 15th, 2011, 08:11 AM
#4
Re: autoo updater help
Arjay and Hannes, thanks for your replies.
Can I make an installer with ClickOnce which updates my software to newer version without uninstalling the older version.
Limitation: assume my machine where the software will be installer has not internet access from where to download the assemblies.
-
March 15th, 2011, 08:23 AM
#5
Re: autoo updater help
Have you read the documentation on ClickOnce deployment?
-
March 18th, 2011, 07:39 AM
#6
Re: autoo updater help
 Originally Posted by Arjay
Have you read the documentation on ClickOnce deployment?
Yes, according to Microsoft,
With ClickOnce deployment, you publish the application to a centralized location and the user installs or runs the application from that location.
Links:
http://msdn.microsoft.com/en-us/libr...=VS.90%29.aspx
and
http://msdn.microsoft.com/en-us/libr...=VS.90%29.aspx
I don't have a centralized location and the client machine also don't have internet access so the question of implementing Automatic Updates does not arise here. I can only work with windows installers here.
Can a windows installer be modified in such a way that it doesn't ask to uninstall the previous application and installs the latest version on it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|