I was able to fix this by, basically copying the ErrorDialog from this page:

http://svn.mysql.com/svnpublic/mysql-server-setup/source/wix/mysql_common_ui.xml

Now I'm good to go.

On Fri, Jun 6, 2008 at 8:20 PM, Justin Chase <[EMAIL PROTECTED]>
wrote:

> Ok actually I think I figured it out by adding the following line above my
> <InstallUISequence> node:
>
> <Property Id="ErrorDialog">FatalError</Property>
>
> Where fatal error was the name of my dialog. But now I get the following
> error:
>
> Error 8 ICE20: Specified ErrorDialog: 'FatalError' not found in Dialog
> table (or its Control_First control is not
> 'ErrorText'). K:\Projects\boo\boolangstudio\Install\WiX\UserInterface.wxs 28 
> 1 Install
> Here is my error dialog so far:
>
> <?
> xml version="1.0" encoding="UTF-8"?>
>
> <
> Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>
> <
> Fragment>
>
> <
> UI>
>
> <
> Dialog Id="FatalError" Width="370" Height="270" Title="[ProductName]"
> NoMinimize="yes" ErrorDialog="yes">
>
> <
> Control Id="ErrorText" Type="Text" X="135" Y="70" Width="220" Height="40"
> Transparent="yes" NoPrefix="yes">
>
> <
> Text>[ProductName] setup ended prematurely because of an error. Your
> system has not been modified. To install this program at a later time,
> please run the installation again.</Text>
>
> </
> Control>
>
> <
> Control Id="Finish" Type="PushButton" X="236" Y="243" Width="56" Height="
> 17" Default="yes" Cancel="yes" Text="[Button_Finish]">
>
> <
> Publish Event="EndDialog" Value="Exit">1</Publish>
>
> </
> Control>
>
> <
> Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="
> 17" Disabled="yes" Text="[Button_Cancel]" />
>
> <
> Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="560" Height="100"
> FixedSize="yes" TabSkip="no" Text="boo_banner.png" />
>
> <
> Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17"
> Disabled="yes" Text="[Button_Back]" />
>
> <
> Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0"/>
>
> <
> Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60"
> Transparent="yes" NoPrefix="yes">
>
> <
> Text>[BigFont][ProductName] ended prematurely</Text>
>
> </
> Control>
>
> <
> Control Id="Description2" Type="Text" X="135" Y="115" Width="220" Height="
> 20" Transparent="yes" NoPrefix="yes">
>
> <
> Text>Click the Finish button to exit the.</Text>
>
> </
> Control>
>
> </
> Dialog>
>
> </
> UI>
>
> </
> Fragment>
>
> </
> Wix>
>
> Any ideas?
>
>
>
> On Fri, Jun 6, 2008 at 7:53 PM, Justin Chase <[EMAIL PROTECTED]>
> wrote:
>
>> Where is this ErrorDialog property? There was one on the dialog itself but
>> that was just a yes/no value. What object has the ErrorDialog property that
>> wants the ID?
>>
>>
>>
>> On Fri, Jun 6, 2008 at 11:12 AM, Bob Arnson <[EMAIL PROTECTED]> wrote:
>>
>>> Justin Chase wrote:
>>> > I am getting one last error about an ErrorDialog property not being set
>>> and
>>> > I can't for the life of me figure it out. I have created a Dialog with
>>> > ErrorDialog="yes" and I have added a DialogRef pointing to it in my
>>> main
>>> > UI... what am I missing?
>>> >
>>>
>>> You need to set the ErrorDialog property to the name of the dialog.
>>>
>>> --
>>> sig://boB
>>> http://joyofsetup.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://sourceforge.net/services/buy/index.php
>>> _______________________________________________
>>> WiX-users mailing list
>>> WiX-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>>
>>
>>
>>
>>  --
>> Justin Chase
>> http://www.justnbusiness.com
>>
>
>
>
> --
> Justin Chase
> http://www.justnbusiness.com
>



-- 
Justin Chase
http://www.justnbusiness.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://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to