> No changes that I know of but you show only the two property-setting 
> Publish elements -- how are you handling the NewDialog or other UI in 
> the button?

Thanks for the response Bob.  I was actually specifying the dialog contols
elsewhere:

<UI Id="UI_SelectDir">
...
    <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
Value="EulaDlg"/
...
</UI>


But even if I do this, I have the same issue (where the Next button is
enabled but doesn't advance to the next dialog):
...
                <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>
                    <Publish Event="NewDialog" Value="EulaDlg"/>
                </Control>
...

Steve




Bob Arnson-6 wrote:
> 
> Steve S wrote:
>> 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 :|
>>   
> 
> No changes that I know of but you show only the two property-setting 
> Publish elements -- how are you handling the NewDialog or other UI in 
> the button?
> 
> -- 
> sig://boB
> http://joyofsetup.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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Publish-Property-functionality-change-b-w-Wix-2-and-3--tf4244148.html#a12096286
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