Bahn Thomas wrote:
> I have the ErrorText Control as the first child of the Dialog.
>
As WiX includes a functional error dialog, why don't you take a look at
it? src\src\ext\UIExtension\wixlib\ErrorDlg.wxs
--
sig://boB
http://joyofsetup.com/
---
But the first_Control is Y.
Have you an idea?
Von: Bob Arnson [...@joyofsetup.com]
Gesendet: Donnerstag, 12. März 2009 19:17
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Own UI-File
Bahn Thomas
Bahn Thomas wrote:
> The next problem i have, is to specify the ErrorText-Control to appear in
> Control_First field of the dialog table. Which Attribute let me set this in
> WiX?
>
Make it the first child element of the Dialog.
--
sig://boB
http://joyofsetup.com/
---
: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Own UI-File
Bahn Thomas wrote:
> What PushButtons i need in FilesInUseDialog?
>
See "ICE20" in the MSI SDK.
--
sig://boB
http:
Bahn Thomas wrote:
> What PushButtons i need in FilesInUseDialog?
>
See "ICE20" in the MSI SDK.
--
sig://boB
http://joyofsetup.com/
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powerin
1
1
Von: Bob Arnson [...@joyofsetup.com]
Gesendet: Dienstag, 10. März 2009 17:50
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Own UI-File
B
Bahn Thomas wrote:
> Einstellungen\Temp\-n39ut1b\Cic.P04.WiXSetup.msi, ControlEvent, SELECT
The problem is that your UI is just the controls with no actions; the
ErrorDialog dialog must have implementation behind it.
--
sig://boB
http://joyofsetup.com/
--
ussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Own UI-File
I moved the Property tag after the definition of ErrorDlg.
But the error still appears.
Von: Rob Hamflett [...@snsys.com]
Gesendet: Dienstag, 10. März 2009 15:51
An: wix-users@lists
I moved the Property tag after the definition of ErrorDlg.
But the error still appears.
Von: Rob Hamflett [...@snsys.com]
Gesendet: Dienstag, 10. März 2009 15:51
An: wix-users@lists.sourceforge.net
Betreff: Re: [WiX-users] Own UI-File
The ErrorDialog
The ErrorDialog property refers to ErrorDlg, but this appears before ErrorDlg
has been defined in
the file. Have you tried moving the property definition to after the Dialog
definition? I wouldn't
have thought it matters, but who knows.
Rob
Bahn Thomas wrote:
> Hello,
>
> I get an error fr
Hello,
I get an error from the compiler that I cant solve myself. I hope you can help
me to solve my fault.
The error message is:
ICE20: Specified ErrorDialog: 'ErrorDlg' not found in Dialog table (or its
Control_First control is not 'ErrorText'). in Line 32
Following the Source-Code of my UI:
11 matches
Mail list logo