Tagged Questions
The autoupdate tag has no wiki summary.
29
votes
11answers
11k views
Auto-update library for .NET?
On the Mac there's a really nice library called Sparkle that programs can use to implement the checking/install functionality for auto-updates.
Is there anything similar out there for .NET? Or just ...
23
votes
4answers
1k views
Free solution for automatic updates with a .NET/C# app?
From searching I can see this has been asked time and time again, but not adequately enough, so here goes. I'm a hobbyist developer with no budget. A program I've been developing has been in need of ...
11
votes
6answers
744 views
How can I write a Java application that can update itself at runtime?
I would like to implement a java application (server application) that can download a new version (.jar file) from a given url, and then update itself at runtime.
What is the best way to do this and ...
11
votes
7answers
1k views
Auto update: Is this secure?
Dot Net Auto Update
I felt like .net was lacking a simple secure automatic update library so I've implemented something and put it up here. Before anyone considers using the library I was keen for ...
7
votes
2answers
814 views
Auto Patcher (Efficient Auto Updater)
I want an auto updater that detect modified files (by comparing files on the client-side and a server) and only download modified files. I also want it to give me its status lively (To show it on a ...
7
votes
6answers
7k views
Auto update .NET applications
We are in a process of developing a really complex system consisting of several WCF services, ASP.NET MVC applications, administration tools (Windows Forms apps)... Some of those, will have instances ...
6
votes
3answers
966 views
Autoupdaters for .NET and Alternatives to wyBuild/wyUpdate?
I am searching for alternatives to autoupdate our software. Not ClickOnce and in the line of wyBuild/wyUpdate.
6
votes
1answer
2k views
Autoupdate feature in a Java Swing desktop App
I've developed a desktop Swing app and I'm thinking about the best way to provide the autoupdate feature.
I know that JavaWebStart provides this but I think that It doesn't suit my needs because I ...
5
votes
4answers
486 views
How do I keep .NET applications pinned to the Task Bar during AutoUpdate?
When an application deployed by ClickOnce AutoUpdate is automatically updated on Windows 7, the application becomes unpinnned from the taskbar. Is there a way to stop it from becoming unpinned?
5
votes
2answers
2k views
clickonce - what is a good open source alternative to clickonce? (DDay.Update)?
What is a good open source alternative to clickonce? One that is most popular and under active development I guess?
DDay.Update perhaps? Is this the main one?
thanks
PS. I've come up with a few ...
5
votes
10answers
855 views
My Application's Auto-update utility is triggering Anti-Virus
I've created an auto-updating application which is distributed to 100s of users.
The auto-update utility is being flagged by 55% of antiviruses on virustotal ( link ).
My application was created in ...
5
votes
6answers
3k views
Best auto-update component(s) for Delphi
I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule initializer, etc) -- Basically, ...
5
votes
3answers
873 views
Best practice for autoupdates
For desktop based applications, what are best practices to perform auto updates? Currently, we download all files, then copy and register (if com dll) to their respective directories.
I looked at ...
4
votes
2answers
109 views
Is there a framework for allowing apps published on Codeplex to auto-update directly from Codeplex?
Endowing utility applications with "auto-update" capability seems like basic good manners these days.
I'm thinking of apps like Reflector or Paint.NET, that proactively tell you "hey, there's a ...
4
votes
6answers
3k views
Restarting a self-updating python script
I have written a script that will keep itself up to date by downloading the latest version from a website and overwriting the running script.
I am not sure what the best way to restart the script ...
4
votes
3answers
2k views
NSIS - Silent Autoupdate Application
I have an NSIS install kit for my .net c# application.
Is there a way to silently autoupdate my application, considering that I already downloaded the new update (new NSIS app version) to local ...
3
votes
1answer
485 views
Using AJAX for an auto-updating page containing values from a database?
Can someone explain how to create a .php page which auto-updates with values from a database? Would using AJAX be best for something like this? I want this PHP code, but I want the page to be updated ...
3
votes
3answers
145 views
.net (winforms, not asp) multi-server deployment
I have a small .NET WinForms application, and couple of linux servers, DEV and CL1,CL2..CLN (DEV is development server and CL* are servers which belons to our clients, they are in private networks and ...
2
votes
2answers
1k views
WPF - Auto refresh combobox content
I got a sample mvvm app. The UI has a textbox, a button and a combobox. when I enter something in the textbox and hit the button, the text I enter gets added to an observablecollection. The Combobox ...
2
votes
2answers
163 views
How to create autoupdates software feature like firefox “check for updates” in C#
How to create autoupdates software feature like firefox "check for updates" in C#?
So user doesn't need to uninstall older version program and reinstall the latest version.
Please advise.
Thank you.
2
votes
1answer
5k views
Android: How do I make a ListView update itself periodically?
I never got this working in a straightforward manner. Sorry if I'm being a little vague. I'll try to elaborate on what I'm trying to do. I am trying to build a listview that grabs its data from a ...
2
votes
7answers
576 views
Auto update your applications through Windows Update
Here is a scenario: User installs .NET application that you have made. After some time, you find a security issue in it and create a patch for it. When patch is ready, you post it "somewhere", and ...
1
vote
6answers
85 views
Auto update time in SQL Server
I would like to have two columns in my table to store the add-time and update-time. As the name suggests, the add-time is the time when a row was first added; the update-time is the last time a row ...
1
vote
0answers
37 views
Auto Updater Examples
Well i've been looking how to do an auto updater on google, however no success.
What i would plan is to create an updater (ANother exe called by QProcess though the principal exe) but here ihave ...
1
vote
1answer
51 views
Strategies For Replacing Program Executable in Windows
I have a Windows program that needs to update itself from a server automatically.
It is already able to transfer files from the server and update + validate things like DLL plugin files before ...
1
vote
1answer
135 views
JNLP Autoupdate when saved to desktop location
I have a JNLP file that has the following set:
<shortcut online="false">
<menu submenu="Startup"/>
<menu submenu="AnotherFolder"/>
</shortcut>
This ...
1
vote
1answer
155 views
Whats the best way to create a auto update solution for my WPF C# App?
Im creating a simple alarm application which uses PNRP to send and recive alarms over the local network.
Now Im planning och implementing some auto update for this application and have looked at a few ...
1
vote
4answers
475 views
Automatic update win application
how to develop my win application as a result it will auto update in client machine like firefox, skype etc. is there any simple approach or any open source library which help me to do it just ...
1
vote
1answer
786 views
MEF container auto-update using a directory-catalog
This is possible if we manually create a FileSystemWatcher and watch the 'parts' directory (here some dlls inside the folder) and track any changes, then we reflect the changes into a container which ...
1
vote
3answers
503 views
Can a Winforms app unlock/replace its own exe file for auto-update?
I'm trying to create an auto-updating app using Winforms. I can't use click-once or the updater block because the app needs to run on Mono also.
Once I download the new exe file from a webservice, ...
1
vote
2answers
545 views
Mercurial auto update problem
We are starting to use Mercurial for source control. We have configured the HGRC configuration file to do an auto update after we push to the "central" repository.
With some PCs we get this error msg:
...
1
vote
1answer
229 views
Why is “My” namespace unavailable?
Our Winform app consists of a Main.exe and a Launcher.exe. The purpose of the Launcher app is to check for updated versions of the Main.exe.
If it finds no updates it launches Main.exe using ...
1
vote
2answers
185 views
stack overflow on XMLListCollection collectionEvent
I'm working on a Flex 3 project, and I'm using a pair of XMLListCollection(s) to manage a combobox and a data grid.
The combobox piece is working perfectly. The XMLListCollection for this is ...
1
vote
1answer
712 views
Questions about using the Background Intelligent Transfer Service
I have a few questions in regards to using the Background Intelligent Transfer Service (BITS) as a scheme to add auto-updating capabilities to a windows application.
1 - If a user disables the ...
0
votes
1answer
100 views
NetSparkle vs SparkleDotNET
I want to add an autoupdate feature to my application and I discovered NetSparkle and SparkleDotNET.
Anyone know one of these libraries?
What are their pros and cons?
Thanks.
0
votes
0answers
21 views
Like Box doesn't update streams on real time
i set a Facebook Likebox on my webpage but don't update the streams I had to refresh the webpage to get that.
There are some parameter to setup a refresh of the widged every X seconds, like twitter ...
0
votes
1answer
60 views
VB.net XMLTextReader IO Exception: “File in use by another process”
I'm hoping you can help me out. I'm trying to build a program updater based around downloading XML files from a server.
The idea being that the servers XML file contains the current version number ...
0
votes
0answers
39 views
Clickonce - Deploy on DVD, update online
I have a WPF application and want to distribute it on CD/DVD via clickonce installer. I want to target also users without internet connection. So I included an offline .NET framework installer. But I ...
0
votes
1answer
99 views
Air 3.0 + bundle + autoupdate + Error# 16828
I've got the following error while updating my Air 3.0 application packaged with the bunlde option :
An unexpected error occurred. Error# 16828
Here is my update.xml file :
<?xml version="1.0" ...
0
votes
1answer
37 views
Chrome extension autoupdate
I created an extension for chrome and I would like to update themselves. However, I am unable to do so. Someone could tell me my mistake?
manifiest.json:
"update_url":"http://myhost.com/update.xml",
...
0
votes
2answers
69 views
Ajax auto update view
I came across the site Polyvore and gave it a try.
When using one of its "Create a set" feature, the site shows u a view of your items or items from somewhere else. Let's say if I open two tabs in ...
0
votes
1answer
323 views
jQuery ajax auto update without affecting session timeout
I'm building an igoogle-like dashboard. The purpose of this dashboard is to show the user different key performance indicators. All data is retrieved by a jQuery ajax call. The problem is that these ...
0
votes
2answers
57 views
How to write an updateable application on mac
I have simple application for Mac, how can I implement autoupdate feature? May be there is default solutions?
0
votes
0answers
106 views
update database automatically with trigger from days
How can I update the database, Total cost automatically when the value of Stayed for Increased. Without submit it.
Anyone can help me...
thanks before
0
votes
1answer
217 views
WCF/RIA: automatically updating a WCF/RIA Service from itself
I need to be able to update a wcf/RIA service thats installed on IIS.
Is this at all possible?
I need to do it automatically, pretty much like the auto update of a program works.
I suppose i could ...
0
votes
2answers
258 views
flex3 autoupdater error
Dear all, I am working on flex3 and want to update my application by flex3 autoupdate. When my installed application runs, my checkUpdate function calls the autoUpdater code. It starts but when it ...
0
votes
2answers
416 views
Auto update dialog / Notification for WPF Application
I want a automatic update notification in my application. A message box should appear which tells that an update is available, if user wants then it can download the latest version in downloads folder ...
0
votes
2answers
265 views
Best way to update products
Some background:
We provide a complex system consisting of a large database and several programs - most written in C#, however some legacy applications are still running on MFC.
Most of the stuff ...
0
votes
2answers
716 views
ui.datepicker.js calendar autoUpdate another calendar when date change
I'm using ui.datepicker.js
In my edit form I have 2 calendars that have their own function.
Calendar A : is the date that the invoiced is created
Calendar B : is the date for next billing
Bill_freq ...
0
votes
2answers
1k views
Excel-like auto-updating table cells using jQuery
I have an HTML table structure that looks something along the lines of:
PRICE QUANTITY TOTAL
[5____] [2____] 10 (TOTAL1=PRICE1*QUANTITY1)
The values in the price and quantity ...