I'm wondering if anyone's run into this before and has a "best practice"
solution.
 
The scenario is an automated deployment environment that attempts to run
a scheduled upgrade of minor revisions of a product.
Therefore the numbers of the currently installed and to be installed
versions only differ in the revision position.
The major/minor/build positions are identical. This leads msi to not
perform the install as it only looks as far as build to determine
difference.
 
The first reaction to get around this is to try uninstall/reinstall
instead of upgrade, however uninstall seems to require either the
original msi file (no longer present) or the ProductCode.
 
Being a good wix citizen I have set my <Product Id="*" .../> which means
new ProductCode for every build and makes it hard to script uninstall by
ProductCode.
Is there a way to achieve the unistall that I'm overlooking? Getting the
build portion of the version number changed is beyond my control and
even new minor revisions do need to be deployed for testing.
 
thanks
-john
 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to