It depends on how you are making the patch. You will need to create an
updated MSI which is the same as the previous one but with a new product
version number. Keep the product code unchanged.
If you are using wholly wix patching with wixpdbs, just create your patch as
normal and it will pick up the product version change automatically.
If you are using the admin install method and explicitly listing the changes
in the PatchFamily element, then create the updated MSI as above and include
a propertyref to the productversion property in the patch family:

<PropertyRef Id="ProductVersion" />


-----Original Message-----
From: Farrukhw [mailto:farru...@gmail.com] 
Sent: 17 July 2012 11:55
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Patch to update version of installed product?

Hi
I need to make a patch for an already installed product, to just update its
version information i.e. 9.4.5.10 to 9.4.5.11.

I read different articles/posts, but not getting any proper way to do this.

Any help would be really appreciated.

Thanks a bunch
Farrukh


--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Patch-to-update
-version-of-installed-product-tp7579458.html
Sent from the wix-users mailing list archive at Nabble.com.

-----------------------------------------------------------------------------
-
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to