Hi David, Yes you are correct, if i hadn't be so hasty to start coding the setup i would have noticed that an example is shipped with wix [examples\wixui\custom]
a quick check out of the source, and extending mondo seems a pretty simple task! Works perfectly! Thanks for the push in the right direction :-) Mark ----- Original Message ----- From: "david adams" <[EMAIL PROTECTED]> To: <wix-users@lists.sourceforge.net> Sent: Monday, July 30, 2007 4:15 PM Subject: Re: [WiX-users] extending Mondo > Mark: > > Assuming you have already created your new dialog WXS file. You should be > able to simply edit the WixUI_Mondo.WXS file to insert your new dialog in > the progression. > > Or, you could create another WixUI_Mark.WXS file that contains the > definition for a completely new UI in addition to the provided ones. > > David Adams > MSN MessengerID: [EMAIL PROTECTED] > > > > > >>From: "Mark Line" <[EMAIL PROTECTED]> >>To: <wix-users@lists.sourceforge.net> >>Subject: [WiX-users] extending Mondo >>Date: Mon, 30 Jul 2007 15:24:11 +0100 >>MIME-Version: 1.0 >>Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by >>bay0-mc10-f11.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, >>30 Jul 2007 07:25:24 -0700 >>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 5DD56E62D; Mon, 30 Jul >>2007 07:25:23 -0700 (PDT) >>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 1IFWBV-0001cR-0Vfor >>wix-users@lists.sourceforge.net; Mon, 30 Jul 2007 07:25:21 -0700 >>Received: from el-out-1112.google.com ([209.85.162.181])by >>mail.sourceforge.net with esmtp (Exim 4.44) id 1IFWBR-0006yf-4cfor >>wix-users@lists.sourceforge.net; Mon, 30 Jul 2007 07:25:20 -0700 >>Received: by el-out-1112.google.com with SMTP id r27so213743elefor >><wix-users@lists.sourceforge.net>;Mon, 30 Jul 2007 07:25:16 -0700 (PDT) >>Received: by 10.100.108.11 with SMTP id g11mr4604128anc.1185805514183;Mon, >>30 Jul 2007 07:25:14 -0700 (PDT) >>Received: from mlinexppro ( [81.149.26.230])by mx.google.com with ESMTPS >>id >>c1sm3490970ana.2007.07.30.07.25.12(version=SSLv3 cipher=RC4-MD5); Mon, 30 >>Jul 2007 07:25:13 -0700 (PDT) >>X-Message-Info: >>oG9qAjD2BNFoO3jifkMdhLvdzGhWf7BgWOX2/UL0822vuvvLHMNU1TtgmaZiR/S9 >>X-MSMail-Priority: Normal >>X-Mailer: Microsoft Outlook Express 6.00.2900.3138 >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 >>X-Spam-Score: 1.9 (+) >>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=2000010.0 RCVD_BY_IP >> Received by mail server with no name1.8 RCVD_IN_BL_SPAMCOP_NET >> RBL: >>Received via a relay in bl.spamcop.net[Blocked - see >><http://www.spamcop.net/bl.shtml?81.149.26.230>] >>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_name=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: 30 Jul 2007 14:25:24.0314 (UTC) >>FILETIME=[77BD0BA0:01C7D2B5] >> >>Hi everyone, >> >>Just so everyone knows, I'm currently using Wix 2, and I'm coding under >>Sharp Develop. >> >>Basically is there an easy way to add a extra dialog to Mondo? >> >>I thought a work around would be to build my project using Mondo then use >>'dark' to extract the XML, this works fine, however the XML that is >>recovered wont actually compile? >> >>I get the follows errors: >> >> >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\ErrorDlg.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\ExitDialog.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\FatalError.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\MaintenanceWelcomeDlg.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\MaintenanceWelcomeDlg.wxs:21 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\PrepareDlg.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\ProgressDlg.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\ResumeDlg.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\ResumeDlg.wxs:25 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\UserExit.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\WelcomeDlg.wxs:5 >>Location of symbol related to previous error. (LGHT0110) - >>C:\delivery\Dev\wix20\src\ui\wixui\WelcomeDlg.wxs:20 >>Duplicate symbol 'Dialog:ErrorDlg' found. (LGHT0109) - C:\Documents and >>Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\ErrorDlg.wxs:5 >>Duplicate symbol 'Dialog:ExitDialog' found. (LGHT0109) - C:\Documents and >>Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\ExitDialog.wxs:5 >>Duplicate symbol 'Dialog:FatalError' found. (LGHT0109) - C:\Documents and >>Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\FatalError.wxs:5 >>Duplicate symbol 'Dialog:MaintenanceWelcomeDlg' found. (LGHT0109) - >>C:\Documents and Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\MaintenanceWelcomeDlg.wxs:5 >>Duplicate symbol 'Dialog:PrepareDlg' found. (LGHT0109) - C:\Documents and >>Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\PrepareDlg.wxs:5 >>Duplicate symbol 'Dialog:ProgressDlg' found. (LGHT0109) - C:\Documents and >>Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\ProgressDlg.wxs:5 >>Duplicate symbol 'Dialog:ResumeDlg' found. (LGHT0109) - C:\Documents and >>Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\ResumeDlg.wxs:5 >>Duplicate symbol 'Dialog:UserExit' found. (LGHT0109) - C:\Documents and >>Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\UserExit.wxs:5 >>Duplicate symbol 'Actions:InstallUISequence/MaintenanceWelcomeDlg' found. >>(LGHT0109) - C:\Documents and Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\UserInterface.wxs:75 >>Duplicate symbol 'Actions:InstallUISequence/ResumeDlg' found. (LGHT0109) - >>C:\Documents and Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\UserInterface.wxs:76 >>Duplicate symbol 'Actions:InstallUISequence/WelcomeDlg' found. >>(LGHT0109) - >>C:\Documents and Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\UserInterface.wxs:80 >>Duplicate symbol 'Dialog:WelcomeDlg' found. (LGHT0109) - C:\Documents and >>Settings\Mark Line\My Documents\SharpDevelop >>Projects\mtmAgent\WelcomeDlg.wxs:5 >> >> >>Has any seen anything similar? link to source >>http://www.indecentmonkey.com/mtmAgent.zip >> >> >>Thanks in advance >> >> >> >>Mark >> >> >>------------------------------------------------------------------------- >>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 > > _________________________________________________________________ > Need a brain boost? Recharge with a stimulating game. Play now! > http://club.live.com/home.aspx?icid=club_hotmailtextlink1 > > > -------------------------------------------------------------------------------- > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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