http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html


Palbinder Sandher 
Software Platform Engineer 
T:+44 (0) 141 945 8500
F:+44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the <Virtual Environment>** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 


-----Original Message-----
From: Morten Lemvigh [mailto:morten.lemv...@novasoftware.se] 
Sent: 16 February 2012 10:43
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Omitting the license agreement in standard UIs

Hi,

I'm trying the omit the license agreement in one of the standard UIs 
(WixUI_FeatureTree). I succeed in skipping the license agreement, when I press 
'Next' in the WelcomeDlg, but when I press 'Back' on the CustomizeDlg, it 
always goes to the license agreement instead of the WelcomeDlg. What I have is 
the following:
<UI Id="UI_NoLicense">
  <UIRef Id="WixUI_FeatureTree" />
  <UIRef Id="WixUI_ErrorProgressText" />

  <Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" 
Value="WelcomeDlg" Order="1">1</Publish>
  <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" 
Value="CustomizeDlg">1</Publish>
</UI>

I've tried various versions of the Publish on the CustomizeDlg.Back but without 
success, any help would be greatly appreciated!

Thanks,
Morten
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to