Created Unassigned: File does not get overwritten [1889]
After the update has finished downloading, the old file does not get overwritten.
View ArticleNew Comment on "Documentation"
Hi. I just want to ask if it is possible to apply this on an C# MVC project. If I call the AutoUpdater.Start, it returns this error: An asynchronous operation cannot be started at this time....
View ArticleNew Post: Stack over flow throw if file not found 404
hi if file link to download have incorrect address ,the stack over flow throw has been fire
View ArticleNew Post: Assembly version
Hello you can manually put the dell'assemby version? example AutoUpdater.Start ("http://rbsoft.org/updates/right-click-enhancer.xml", "1.0.2.3") This would allow me to also update the plugin. Thank you
View ArticleNew Post: Assembly version
You can't do this right now. Why you need this kind of feature?
View ArticleNew Post: Doesn't close running app after download
Hi I can't get it to actually overwrite the running executable on windows 10. I can see it downloading to %TEMP% and the app closes, but doesn't get copied over. Is there anything special I need to do?...
View ArticleNew Post: Disable / remove the Skip button
I think this button can be easily pushed by error. And it seems that there is no recovering from it - the application will notify you only for the next update. So is it possible to disable / remove...
View ArticleNew Post: Reminder Time settings
Is there any way to define the reminder time settings? For me the setting 30 minutes is followed by 12 hours. I would like to add 1 hour and 6 hours in between.
View ArticleNew Post: Disable / remove the Skip button
Just download the source code from below and remove the skip button and all its reference from the UpdateForm. https://autoupdaterdotnet.codeplex.com/SourceControl/latest
View ArticleNew Post: Reminder Time settings
Just Download the source code from below link and add desired values in ComboBox.https://autoupdaterdotnet.codeplex.com/SourceControl/latest
View ArticleNew Post: Doesn't close running app after download
Download the source from here,https://autoupdaterdotnet.codeplex.com/SourceControl/latest If you want to work it without and installer and just want to copy file from temp folder to current location...
View ArticleNew Post: Reminder Time settings
Hi Ravi, I have done just that - thank you. I have a question regarding the general concept (very much new to all this....). Can your control be considered as completed? Or will there be further...
View ArticleNew Post: Reminder Time settings
Current version is very stable. But there will be new features in the future. You can continue using this version without any problems.
View ArticleNew Post: FTP Issues
Is this intended to work with files on FTP servers? I have tried this: AutoUpdater.Start("ftp://username:pass@myfileserver.com/My App/MyAppCast.xml") But it doesn't work (doesn't do anything, my app...
View ArticleNew Post: Made an event to know if an update is needed and version number
I am failing miserably to find the correct positions to insert above piece of code in AutoUpdater.cs. Would somebody please point me to it? Many thanks!! Martin
View ArticleNew Post: Made an event to know if an update is needed and version number
I have found it. the first part goes at the end into BackgroundWorkerDoWork, the next part directly below that. Thanks Martin
View ArticleNew Post: Made an event to know if an update is needed and version number
Since I have added this part the AutoUpdate.NET dialog appears twice when the update check is made. What have I done wrong?
View ArticleNew Post: Made an event to know if an update is needed and version number
Again I could answer my own question. You have to remove this part in AutoUpdater.cs: if (CurrentVersion > InstalledVersion) { args.IsUpdateAvailable = true; if (CheckForUpdateEvent == null) { var...
View ArticleProject License Changed
Copyright (c) 2012-2017 RBSoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software...
View Article