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

Reply via email to