LEMIRE, JOHN wrote:
> Does anyone know off the top of their head how to get the installed
> version. I'm trying to do an upgrade and I've got the upgrade code but
> I'd like the version number of what's already installed to put into some
> dialog text.
>   

There's no direct way to get it. (MSI doesn't have a "ProductLocator" 
type of functionality.) Indirectly, you can use UpgradeVersion's 
attributes to pick out particular product versions. That's feasible if 
you have only a few released versions you're upgrading from.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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