Re: [WiX-users] Fwd: Updating a msi installed by bootstrapper .

2014-11-05 Thread Farrukhw
As mentioned by Jeremiahf, you need to managed your Upgrade scenarios using Upgrade element in your Wix for your msi. In your case, you may need to do a major upgrade. Also, please check if you are not changing Product GUID in your next upgraded wix. -- View this message in context:

[WiX-users] Fwd: Updating a msi installed by bootstrapper .

2013-05-17 Thread Rizwan Zahid
Hi, I created following bootstrapper ,it install perfectly. now I am looking to upgrade the msi installed by my boostrapper . if I give same upgrade and greater version , it does n't update my msi instead create two entries in control panel . please advise . ?xml version=1.0 encoding=UTF-8? Wix

Re: [WiX-users] Fwd: Updating a msi installed by bootstrapper .

2013-05-17 Thread Jeremiahf
Here is the configuration I use in product.wxs !--UPGRADE CONFIGURATION SECTION-- Upgrade Id=$(var.UpgradeCode) UpgradeVersion Minimum=$(var.InstallerProductVersion) OnlyDetect=no Property=NEWERVERSIONDETECTED/ !-- The next one will become useful if we apply conditional logic to