Thanks. I know where the problem is. 
 
<Property Id="WixUI_Mode" Value="InstallDir" /> is the prerequisite to line 7's 
success, but i miss it.
 
<Publish Event="NewDialog" Value="[WixUI_VerifyReadyDlg_BackInstallDir]">NOT 
Installed AND WixUI_Mode = "InstallDir"</Publish>
is defined in VerifyReadyDlg.wxs
 
of course, the version i use is V2.
Thanks.
 


Date: Sun, 30 Mar 2008 12:57:32 -0700From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: [EMAIL PROTECTED]: Re: [WiX-users] How to realize the Back button 
in VerifyReadyDlg?
Xu nanxuan wrote: 


5<Property Id="WixUI_VerifyReadyDlg_BackRepair" Value="MaintenanceTypeDlg" 
/>6<Property Id="WixUI_VerifyReadyDlg_BackRemove" Value="MaintenanceTypeDlg" 
/>7<Property Id="WixUI_VerifyReadyDlg_BackInstallDir" Value="myDlg" />There are 
a bunch of different properties for that button. Likely the one being triggered 
isn't WixUI_VerifyReadyDlg_BackInstallDir. Take a look at the different values 
in src\ui\wixui\VerifyReadyDlg.wxs.-- 
sig://boB
http://joyofsetup.com/
_________________________________________________________________
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