Tagged Questions

3
votes
1answer
20 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 …
1
vote
5answers
106 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 …
0
votes
3answers
21 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 …
0
votes
2answers
67 views

ui.datepicker.js calendar autoUpdate another calendar when date change.

Hi, 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 …
6
votes
7answers
522 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 …
0
votes
2answers
184 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 …
2
votes
2answers
165 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 …
0
votes
2answers
204 views

NSIS - Silent Autoupdate Application

Hello, 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 …
12
votes
7answers
782 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 …
4
votes
4answers
580 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 …
3
votes
5answers
730 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, …
2
votes
7answers
205 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 pathc is ready, you post it "somewhere", and …
1
vote
1answer
185 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 …
3
votes
3answers
205 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 respective directories.I looked at google chrome …
0
votes
2answers
53 views

File download resuming component for use in Auto Updating

Hi, It turns out install shield doesn't support file download resuming. Is there a .net component that provides this functionality?