ARPNOREPAIR affects the Add/Remove Programs (or Programs and Features as it
is called in Vista) in suppressing the Repair option. It has no other effect
on the operation of the MSI at all.

When building your patch, remove or change the "REINSTALL = ALL" condition
mentioned below or simply remove the type 19 action altogether in your
"upgrade" MSI, then build the patch. The patch application should then
succeed (or at least not fail because repairs were disabled).

-----Original Message-----
From: Andy2k8 [mailto:appr...@gmail.com] 
Sent: Wednesday, October 21, 2009 12:57 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Patching after disabling "Repair"


OK. In that case using a custom action that sets the ARPNOREPAIR value to
"0"
before the <launch conditions/> would do the trick??


Blair-2 wrote:
> 
> The thought that followed right after I pushed "Send" is that in your
> patch
> you can change/remove that condition. The (updated) condition will be
> evaluated AFTER you transform it.
> 
> -----Original Message-----
> From: Blair [mailto:os...@live.com] 
> Sent: Wednesday, October 21, 2009 12:10 AM
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: RE: [WiX-users] Patching after disabling "Repair"
> 
> If you can bootstrap your patch, you might be able to set REINSTALL to the
> list of installed features instead of "ALL". Otherwise you may be forced
> to
> use a Major Upgrade.
> 
> -----Original Message-----
> From: Andy2k8 [mailto:appr...@gmail.com] 
> Sent: Tuesday, October 20, 2009 11:50 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Patching after disabling "Repair"
> 
> 
> 
> Hello
> 
> How do i apply a patch to a product that does not support "Repair"
> ("Repair"
> disabled when it was shipped)
> 
> Running the patch silently from the command line does not seems to work
> because I have a type19 custom action that is conditioned as REINSTALL =
> ALL
> 
> Any ideas??
> 
> 
> 
> -----
> Andy
> MSI Developer
> Schneider Electric:working:
> -- 
> View this message in context:
>
http://n2.nabble.com/Patching-after-disabling-Repair-tp3863467p3863467.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
>
----------------------------------------------------------------------------
> --
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> 
> 
>
----------------------------------------------------------------------------
--
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 


-----
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context:
http://n2.nabble.com/Patching-after-disabling-Repair-tp3863467p3863743.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to