I've never needed to feed anything back to the UI sequence from the
Execute sequence so I'm not sure of the limitations, if any.

However If you enable logging you'll be able to see when and where
properties are changed/modified, just search for "PROPERTY CHANGE:" in
the log.

Sascha




On Thu, Feb 11, 2010 at 10:12 AM, Harvey, John Ctr USAF Warfighter's
Edge <john.har...@wedge.hpc.mil> wrote:
> I have a property
>
>                                <Property Id="THISISMYPROP" Secure="yes" 
> Value="NOT SET"/>
>
> Which is set at the top of my WXS file. In the InstallExecuteSequence I 
> change it inside a custom action. Just to see the new value, I put the 
> property in a Text in the Exit dialog.
>                <Control Id="ExitText" Type="Text" TabSkip="no" 
> Text="Value='[THISISMYPROP]' " X="44" Y="261" Width="322" Height="18" />
>
>
> The value shows the original value 'NOT SET'. I checked the logs and the 
> value does get changed to my new value.
>
> Does the property change not get reflected back in the InstallUISequence?
>
> BTW, I don't think this is really a problem since I only need the value 
> within the execute sequence; however, I am trying to understand what is going 
> on.
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to