[WiX-users] How to remove REINSTALL=ALL property in Wix

2013-05-05 Thread Yongxiu Cui
Hi,

Could you help me on this issue? My team are building a project, which need a 
major upgrade.
But the original update service will append the REINSTALL=ALL 
REINSTALLMODE=vomus to the msiexec command line.

I found that the major upgrade would fail if it has these properties, so is 
there any method to remove/ignore these properties in the wix?
I've tried using a custom action MsiSetProperty(hInstall, LREINSTALL, L); 
but it failed too.

Best Regards,
Yongxiu

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How to remove REINSTALL=ALL property in Wix

2013-05-05 Thread Laika42
Hi,
Did you change productcode and increased setup Version?
Can you doublecheck this and if is still not working provide more information?
Regards,
Markus

Am 05.05.2013 um 10:44 schrieb Yongxiu Cui yo...@microsoft.com:

 Hi,
 
 Could you help me on this issue? My team are building a project, which need a 
 major upgrade.
 But the original update service will append the REINSTALL=ALL 
 REINSTALLMODE=vomus to the msiexec command line.
 
 I found that the major upgrade would fail if it has these properties, so is 
 there any method to remove/ignore these properties in the wix?
 I've tried using a custom action MsiSetProperty(hInstall, LREINSTALL, L); 
 but it failed too.
 
 Best Regards,
 Yongxiu
 
 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users