Questions tagged [netsparkle]

NetSparkle is an easy-to-use software update framework for .NET developers on Windows, MAC or Linux. It was inspired by the Sparkle project for Cocoa developers and the WinSparkle project (a Win32 port).

This framework contains a lot of features, please check them out:

  • True self-updating, no work required from user based on Windows Installer packages Uses appcasts for release information
  • Displays release news to the user via Internet Explorer Control
  • Displays a detailed progress window to the user
  • NetSparkle requires no code in your app, so it's trivial to upgrade or remove the module
  • Seamless integration—there's no mention of NetSparkle; your icons and app name are used
  • Supports DSA signatures for ultra-secure updates
  • UpdateChecker-Helper for start menu integration
  • i18n support see localization section

In the future we are planning to realize all the other well know Sparkle features as well: Optionally sends user demographic information to the server when checking for updates NetSparkle can install .exe files for wider installer support Support for custom consumer logic when a update was detected

3 questions
3
votes
0 answers

Adding arguments to installer using NETSparkle appcast.xml

I'm using NETSparkle for auto updating my .NET app. I have the following in my appcast.xml for my new version: Version 2.0 http://blah/1.2.0.html
akevan
  • 691
  • 1
  • 9
  • 21
1
vote
0 answers

Sparkle Updater: How could I use sparkle to install an already downloaded update?

I have developed a Mac OS X app, and I have also written the update logic for this app. Basically, my app can detect if an update exists and it downloads the update to the User's local download directory. Now, I want Sparkle to install this…
prasha6
  • 153
  • 2
  • 10
0
votes
1 answer

What permission or access to set on appcast xml.signature files

I am in the process of using netsparkle for updates in my Avalonia app and I have everything working in test. I'm just wondering about what permissions I should set on the appcast.xml.signature. I know this file needs to be there or the signature…
Ryan H
  • 105
  • 8