Tagged Questions

5
votes
5answers
93 views

Downloading JAR files at runtime in Java

I am wondering if it is possible to have a Java desktop application, on startup, look to some URL, to see if it needs an update, and if so download necessary JAR files, and add the …
3
votes
1answer
21 views

In App Purchase for updates?

I need some advice on which path to go down to add some self-update capability to my app. I've got an app in the App Store that uses a database full of information that needs to …
0
votes
2answers
52 views

WPF Refresh Model on binding

Hey, I was wondering if there was a way of calling a method or updating a property on my ViewModel object when WPF binds to the object ? The reason I want to do this is that when …
0
votes
5answers
155 views

How can I redirect all shortcuts to a given executable? Is there any equivalent to a symlink on Windows?

I am working on a program which includes a general purpose engine, some program specific content, and a custom automatic updater to handle updating the many gigabytes worth of medi …
1
vote
2answers
228 views

What’s the best way for a .NET windows forms application to update itself?

I use a home-grown system where the application updates itself from a web service. However, I seem to remember something in the original .NET sales pitch about auto-updating of co …
5
votes
5answers
915 views

Is there an auto-update framework for C++/Win32/MFC (like Sparkle)?

I've decided to add auto-update functionality to one of my applications and was looking for any existing solutions that compare the current running version with the latest version …
2
votes
4answers
135 views

Safe and Secure way to Update over Internet in C#

What would be the Most secure and Safe way to allow software to auto-update without opening too many holes to enable a hacker easy access to a system?
1
vote
1answer
57 views

How to keep application shortcuts current/in sync ?

I have an application auto updater which checks for new updates, moves the existing files including the app.exe into a new folder and copies the new version .exe + .dll's into the …
0
votes
4answers
104 views

Whats happened to the package explorer in eclipse?

Hi all. I have recently been setting up SVN in eclipse using the subversive plugin (still a bit lost but that's another issue). Been using this guide (http://soledadpenades.com/200 …
1
vote
7answers
123 views

What language would you use to implement auto-update/sync functionality on a memory stick?

We need to distribute documents to our partners on a USB key. I've been asked to develop a piece of software that will check if some documents have been updated on the server and p …
9
votes
9answers
2k views

Delphi: How do you auto-update your applications?

Hi gents, I've been thinking of rolling my own code for enabling my Delphi application to update seamlessly as I'll be going for "release often, release early" mentality furthermor …
1
vote
2answers
51 views

What is an easy deployment approach for Windows Form app that facilitates online updates and entry into StartUpMenu?

Hello: I'm developing a Windows Form application that will typically minimize to the system tray. Being new to .net, what would the easiest approach be for packaging/deplopyment …
1
vote
5answers
151 views

AutoUpdater: 56K dialup connection, what normally is the upload speed?

Hi, I'm building a auto updater and I need to know what kind of upload speeds people get on a 56K modem?
15
votes
10answers
958 views

Writing my own Auto Updater

When writing my own auto updater, is there a general framework that I should be following? A while ago I was reading up on how one should create a 'boot strapper' that will load f …
7
votes
8answers
378 views

Do you leave Windows Automatic Updates enabled on your production IIS server?

If you were running a 24/7 website on Windows Server 2003 (IIS6). Would you leave the Windows automatic update feature enabled or would you turn it off? When enabled, you always g …

1 2 3 next
15 30 50 per page