Hey guys,

I'm probably gonna have my rating nicked for this post as there are similar
topics about this but I'm struggling with a property publishing issue on a
control.

The example here is kinda silly because it's not really dependent upon the
Next here, but anyways... I upgraded from Wix 2.x to Wix 3.x and am having
an issue with the Publish Property that I used in my Wix 2.0 source.

<Control Id="Next" Type="PushButton" X="238" Y="243" Width="58" Height="17"
Default="yes" Text="!(loc.WixUINext)">
    <Publish Property="WIXUI_INSTALLPRIVILEGES"
Value="LocalMachine"><![CDATA[Privileged]]></Publish>
    <Publish Property="WIXUI_INSTALLPRIVILEGES"
Value="CurrentUser"><![CDATA[NOT Privileged]]></Publish>
</Control>

The behavior I expect (and had before) is that the WIXUI_INSTALLPRIVILEGES
gets set for the next screen to LocalMachine or CurrentUser based on
Privileged.  The behavior I now get is that the Next button doesn't do
anything, as if it's disabled entirely :|

Appreciate the quick "Of course not dummy, here's why" answer here :)...
it's driving me nuts and I must not be looking at the right docs or
something :|

Steve
-- 
View this message in context: 
http://www.nabble.com/Publish-Property-functionality-change-b-w-Wix-2-and-3--tf4244148.html#a12077439
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to