Property-RegistrySearch during uninstall

5 messages Options
Embed this post
Permalink
Tony-16

Property-RegistrySearch during uninstall

Reply Threaded More More options
Print post
Permalink
Is Property-->RegistrySearch evaluated during uninstall as well?  I'd
like to set a property's value to a registry value during uninstall.
IOW, I need to use a value found in the registry during uninstall.

--
Tony

------------------------------------------------------------------------------
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Blair-2

Re: Property-RegistrySearch during uninstall

Reply Threaded More More options
Print post
Permalink
Yes, it is.

-----Original Message-----
From: Tony [mailto:[hidden email]]
Sent: Friday, October 23, 2009 11:10 AM
To: WiX Users
Subject: [WiX-users] Property-RegistrySearch during uninstall

Is Property-->RegistrySearch evaluated during uninstall as well?  I'd
like to set a property's value to a registry value during uninstall.
IOW, I need to use a value found in the registry during uninstall.

--
Tony

----------------------------------------------------------------------------
--
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
[hidden email]
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Tony-16

Re: Property-RegistrySearch during uninstall

Reply Threaded More More options
Print post
Permalink
When during the uninstall are the RegistrySearch values evaluated?

Are they evaluated during by uninstall package that is invoked during
a major upgrade as well?  If so, when?

On Fri, Oct 23, 2009 at 8:17 PM, Blair <[hidden email]> wrote:

> Yes, it is.
>
> -----Original Message-----
> From: Tony [mailto:[hidden email]]
> Sent: Friday, October 23, 2009 11:10 AM
> To: WiX Users
> Subject: [WiX-users] Property-RegistrySearch during uninstall
>
> Is Property-->RegistrySearch evaluated during uninstall as well?  I'd
> like to set a property's value to a registry value during uninstall.
> IOW, I need to use a value found in the registry during uninstall.
>
> --
> Tony
>
> ----------------------------------------------------------------------------
> --
> 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
> [hidden email]
> 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
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



--
Tony

------------------------------------------------------------------------------
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Alexander Shevchuk (Volt)

Re: Property-RegistrySearch during uninstall

Reply Threaded More More options
Print post
Permalink
> When during the uninstall are the RegistrySearch values evaluated?

RegistrySearch is evaluated during AppSearch action.

>Are they evaluated during by uninstall package that is invoked during
>a major upgrade as well?  If so, when?

Uninstall during major upgrade is done by RemoveExistingProducts action.



------------------------------------------------------------------------------
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Blair-2

Re: Property-RegistrySearch during uninstall

Reply Threaded More More options
Print post
Permalink
Realize that uninstall during major upgrade involves two different packages
being transacted (the only nested transaction still supported). The
upgrading package runs, and during its RemoveExistingProducts action the
InstallExecuteSequence of the package(s) being removed are run with the
REMOVE and UPGRADINGPRODUCTCODE properties being set.

-----Original Message-----
From: Alexander Shevchuk (Volt) [mailto:[hidden email]]
Sent: Thursday, October 29, 2009 1:09 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Property-RegistrySearch during uninstall

> When during the uninstall are the RegistrySearch values evaluated?

RegistrySearch is evaluated during AppSearch action.

>Are they evaluated during by uninstall package that is invoked during
>a major upgrade as well?  If so, when?

Uninstall during major upgrade is done by RemoveExistingProducts action.



----------------------------------------------------------------------------
--
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
[hidden email]
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users