Re: [WiX-users] ICE20: ErrorDialog?

2008-06-07 Thread Justin Chase
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

Re: [WiX-users] ICE20: ErrorDialog?

2008-06-07 Thread Bob Arnson
Justin Chase wrote: I was able to fix this by, basically copying the ErrorDialog from this page: Error dialogs have to follow a certain pattern. See Error Dialog in the MSI SDK for details, or just use the one that ships in WiX. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] ICE20: ErrorDialog?

2008-06-06 Thread Bob Arnson
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

Re: [WiX-users] ICE20: ErrorDialog?

2008-06-06 Thread Justin Chase
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

Re: [WiX-users] ICE20: ErrorDialog?

2008-06-06 Thread Justin Chase
Ok actually I think I figured it out by adding the following line above my InstallUISequence node: Property Id=ErrorDialogFatalError/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