Thanks. In fact, the "Property" does work, Things are like the following:
if i want to the following sequence: myDlg->VerifyReadyDlg, the following 
things work:
 
<Dialog Id="myDlg"...>
  <Control Id="nextButton" Type="PushButton"...>
    <Publish event="NewDialog", value="[myValue]">
 
<Property Id = "myValue" Value="VerifyReadyDlg">
 
but i don't know why i can't make the back button of VerifyReadyDlg run through 
the same method.> Date: Thu, 27 Mar 2008 05:32:29 -0700> From: [EMAIL 
PROTECTED]> To: wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] How 
to realize the Back button in VerifyReadyDlg?> > > > > Xu nanxuan wrote:> > > > 
> > For example, I need the following sequence: WelcomeDlg --> VerifyReadyDlg.> 
> But i've no idea how to realize the Back button in the latter dlg so that> > 
i can move back from VerifyReadyDlg during installation. I've tried the> > 
following methods but none work:> > > > <Property 
Id="WixUI_VerifyReadyDlg_BackCustom" Value="WelcomeDlg" />> > <Property 
Id="WixUI_VerifyReadyDlg_BackChange" Value="WelcomeDlg" />> > <Property 
Id="WixUI_VerifyReadyDlg_BackInstallDir" Value="WelcomeDlg" />> > > > > > Hi 
Xu,> > I'm not sure if <Property Id=...> is working> If you are using one of 
Wix stock dialog sets like WixUI_FeatureTree you can> overwrite the <Publish> 
element as stated in CHM (
 Advanced WiX Topics ->> Using the WixUI Dialog Library -> on the very end): > 
e.g. <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog"> 
Value="WelcomeDlg">1</Publish>> > The Publish sequences are defined in WixUI_* 
files in> wix3-sources\src\ext\UIExtension\wixlib > > hth> > Dominik> -- > View 
this message in context: 
http://www.nabble.com/How-to-realize-the-Back-button-in-VerifyReadyDlg--tp16323218p16324613.html>
 Sent from the wix-users mailing list archive at Nabble.com.> > > 
-------------------------------------------------------------------------> 
Check out the new SourceForge.net Marketplace.> It's the best place to buy or 
sell services for> just about anything Open Source.> 
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace> 
_______________________________________________> WiX-users mailing list> 
WiX-users@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wix-users
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to