Victor Sergienko wrote:
> What I wish is to have client-side .NET API that would check for
> updated MSI/MSP and notify if a new version is available, and surely
> be able to download (probably via BITS) and install it as MSI and/or
> MSP.
> Maybe this can be done calling update.exe? But I see only interface to
> get AppId, not to check for updates and not to schedule download.
>   

Update.exe gets the URL of the RSS feed from the URLUpdateInfo property 
in the MSI and handles the download if the feed has a greater version 
than the MSI product version. It's all native code, though, not designed 
to be called from an app. The idea is that your shortcut runs update.exe 
to check for a newer version, downloads it, and installs it, and avoids 
all the problems of in-use files.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to