Couple of things to try:

One:

Is there a reason that you have the text [WixUI_WelcomeDlg_Next] orphaned in 
the middle of your wxs file?

Two:

Have you used Orca Tools | Validate on the MSI?  It runs the ICE validators 
and will help you find / troubleshoot a number of errors.  (Beware, you can 
get a good number of warnings and "errors" that aren't bad errors.  However, 
I find it a good tool to use in support of my efforts.)

Three:

Candle each file separately & Link them together on the same command line.  
I am not sure if it is required or not, but I do it when I create my UI 
wixlib.

"d:\program files\windows installer xml\bin\candle" -out bd.wixobj 
BrowseDlg.wxs
"d:\program files\windows installer xml\bin\candle" -out cd.wixobj 
CancelDlg.wxs
"d:\program files\windows installer xml\bin\candle" -out c.wixobj Common.wxs
"d:\program files\windows installer xml\bin\candle" -out cud.wixobj 
CustomizeDlg.wxs
...
"d:\program files\windows installer xml\bin\lit" -out "d:\program 
files\windows installer xml\bin\wixui.wixlib" *.wixobj

Four:

You may need to take a look at your navigation as it is defined in your new 
XWixUI_Mondo.wxs file.

..
<Property Id="WixUI_VerifyReadyDlg_BackTypical" Value="BOServerDlg" />
<Property Id="WixUI_VerifyReadyDlg_BackComplete" Value="BOServerDlg" />
..

Should Verify Ready dialog [Back] navigate to your BO Server dialog or the 
Customize dialog from whence it came?  That may not be the cause of this 
error, but I noticed it.

Hope some of this helps.

David Adams
MSN MessengerID: [EMAIL PROTECTED]





>From: dave_c <[EMAIL PROTECTED]>
>To: wix-users@lists.sourceforge.net
>Subject: Re: [WiX-users] Error 2803 being displayed when hitting Next
>Date: Thu, 8 Feb 2007 06:56:20 -0800 (PST)
>MIME-Version: 1.0
>Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by 
>bay0-mc5-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu, 8 
>Feb 2007 06:56:26 -0800
>Received: from sc8-sf-list1-new.sourceforge.net 
>(sc8-sf-list1-new-b.sourceforge.net [10.3.1.93])by 
>sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 14F82EE83; Thu,  8 Feb 
>2007 06:56:26 -0800 (PST)
>Received: from sc8-sf-mx2-b.sourceforge.net 
>([10.3.1.92]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net 
>with esmtp (Exim 4.43)id 1HFAhE-0007ui-Hgfor 
>wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 06:56:24 -0800
>Received: from www.nabble.com ([72.21.53.35] helo=talk.nabble.com)by 
>mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256)(Exim 4.44) id 
>1HFAhB-0006DL-6xfor wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 
>06:56:21 -0800
>Received: from [72.21.53.38] (helo=jubjub.nabble.com)by talk.nabble.com 
>with esmtp (Exim 4.50) id 1HFAhA-0004eh-21for 
>wix-users@lists.sourceforge.net; Thu, 08 Feb 2007 06:56:20 -0800
>X-Message-Info: LsUYwwHHNt2ePJLL+qa/iwHGUyld0GLESmZMDOrvtuQ=
>X-Nabble-From: [EMAIL PROTECTED]
>References: 
><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]>
>X-Spam-Score: -0.6 (/)
>X-Spam-Report: Spam Filtering performed by sourceforge.net.See 
>http://spamassassin.org/tag/ for more details.Report problems 
>tohttp://sf.net/tracker/?func=add&group_id=1&atid=200001-2.8 ALL_TRUSTED    
>         Did not pass through any untrusted hosts2.2 FORGED_YAHOO_RCVD 
>'From' yahoo.com does not match 'Received'headers
>X-BeenThere: wix-users@lists.sourceforge.net
>X-Mailman-Version: 2.1.8
>Precedence: list
>List-Id: "General discussion for Windows Installer XML 
>toolset."<wix-users.lists.sourceforge.net>
>List-Unsubscribe: 
><https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:[EMAIL 
>PROTECTED]>
>List-Archive: 
><http://sourceforge.net/mailarchive/forum.php?forum=wix-users>
>List-Post: <mailto:wix-users@lists.sourceforge.net>
>List-Help: <mailto:[EMAIL PROTECTED]>
>List-Subscribe: 
><https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:[EMAIL 
>PROTECTED]>
>Errors-To: [EMAIL PROTECTED]
>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 08 Feb 2007 14:56:26.0801 (UTC) 
>FILETIME=[4ED10210:01C74B91]
>
>
>File attached this time
>
>dave_cory wrote:
> >
> > Due to the size of the zip file I'm enclosing the wsx files and the msi
> > file.
> >
> > If you look in the zip file you will see a dash_broken.bat, this is how 
>I
> > built the release.
> >
> > Checking in the wixui directory you will see BOServerDlg (this is the 
>new
> > dialog) and AgilentWixUIO_Mondo.wxs (This is my modified navigation)
> >
> > I hope it makes sense and that you are able to help
> >
> > 
>-------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, 
>security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier.
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache 
>Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>http://www.nabble.com/file/6314/DashboardBuild.zip DashboardBuild.zip
>--
>View this message in context: 
>http://www.nabble.com/Error-2803-being-displayed-when-hitting-Next-tf3192612.html#a8866865
>Sent from the wix-users mailing list archive at Nabble.com.
>
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job 
>easier.
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users

_________________________________________________________________
Laugh, share and connect with Windows Live Messenger 
http://clk.atdmt.com/MSN/go/msnnkwme0020000001msn/direct/01/?href=http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=hmtagline


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to