Re: [WiX-users] Own UI-File

2009-03-14 Thread Bob Arnson
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/



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Own UI-File

2009-03-13 Thread Bahn Thomas
I have the ErrorText Control as the first child of the Dialog.

  




  1


  1


  1


  1


  1


  1


  1

  
  

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 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/



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Own UI-File

2009-03-12 Thread Bob Arnson
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/



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Own UI-File

2009-03-12 Thread Bahn Thomas
Thanks, this helped.

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?

Von: Bob Arnson [...@joyofsetup.com]
Gesendet: Mittwoch, 11. März 2009 18:14
An: 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://joyofsetup.com/



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Own UI-File

2009-03-11 Thread Bob Arnson
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
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Own UI-File

2009-03-11 Thread Bahn Thomas
I have added actions to the PushButtons. But i am receicving following errors:

ICE17: ICE Internal Error 105. API Returned: 1615.
ICE17: Error 2228: C:\Dokumente und Einstellungen\Thomas Bahn\Lokale 
Einstellungen\Temp\v5eyv_-k\Cic.P04.WiXSetup.msi, ControlCondition, SELECT 
`Dialog_`,`Control_` FROM `ControlCondition` WHERE `Dialog_`=? AND `Control_`=? 
AND `Action`= 'Enable'
ICE20: Required PushButtons not found for the FilesInUseDialog.
ICE20: Specified ErrorDialog: 'ErrorDlg' not found in Dialog table (or its 
Control_First control is not 'ErrorText').

What PushButtons i need in FilesInUseDialog?

I have following PushButtons: Retry,  Ignore and Exit
The other errors i cant understand, so i hope you can help me.

In addition here the (rather long) Code for the errors, i have added Publish 
tags as suggested, or have i misunderstand your suggestion?


http://schemas.microsoft.com/wix/2006/wi";>
  


  
  



  
  1


  
  1

  

  
  





  
  1


  
  1


  
  
  






  1


  
  
  



1


  1


  1


  1


  1


  1


  1

  
  
  
  
  

  [ProductName] setup was interrupted. Your system has not been 
modified. 
  To install this program at a later time, please run the installation 
again. 
  Click the Finish button to exit the Setup Wizard.


  {\UIFontBigger}[ProductName] Setup Wizard was interrupted




  1




  

  
  








  1


  1


  1

  
  
  
  



  {\UIFontBigger}Welcome to the [ProductName] Setup Wizard



  The Setup Wizard will install [ProductName] on your computer.
  Click Next to continue or Cancel to exit the Setup Wizard.


  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

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/



--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Own UI-File

2009-03-10 Thread Bob Arnson
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/



--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Own UI-File

2009-03-10 Thread Bahn Thomas
This is not the only error i have seen:
ICE20: ICE Internal Error 102. API Returned: 1615.  C:\Dokumente und 
Einstellungen\Thomas Bahn\Lokale 
Einstellungen\Temp\4qt3fci1\Cic.P04.WiXSetup.msi
ICE20: Error 2228: C:\Dokumente und Einstellungen\Thomas Bahn\Lokale 
Einstellungen\Temp\-n39ut1b\Cic.P04.WiXSetup.msi, ControlEvent, SELECT 
`ControlEvent`.`Argument` FROM `ControlEvent`, `Control` WHERE 
`Control`.`Dialog_`='FilesInUse' AND `ControlEvent`.`Dialog_`='FilesInUse' AND 
`Type`='PushButton' AND `Control_`=`Control` AND 
`ControlEvent`.`Event`='EndDialog'   C:\Dokumente und Einstellungen\Thomas 
Bahn\Lokale Einstellungen\Temp\4qt3fci1\Cic.P04.WiXSetup.msi

There is an internal error?

Von: Bahn Thomas [thomas.b...@cic-group.eu]
Gesendet: Dienstag, 10. März 2009 16:16
An: General discussion 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.sourceforge.net
Betreff: Re: [WiX-users] Own UI-File

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 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:
>
> 
> http://schemas.microsoft.com/wix/2006/wi";>
>   
> 
>
>   
>  Height="40"
> Text="Click the Finish button to exit the Setup Wizard." />
>   Text="{\UIFontBigger}Completed the [ProductName] Setup 
> Wizard" />
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="17" Text="&Finish" />
>  Height="17" Text="&Back" />
>   
>
>   
>  Height="80"
>  Text="[ProductName] Setup Wizard ended prematurely because 
> of an error.
>  Your system has not been modified. To install this program 
> at a later time,
>  run Setup Wizard again. Click the Finish button to exit the 
> Setup Wizard." />
>   Text="{\UIFontBigger}[ProductName] Setup Wizard ended 
> prematurely" />
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="17" Text="&Finish" />
>  Height="17" Text="&Back" />
>   
>
>   
>  ErrorDialog="yes" NoMinimize="yes" >
>  Height="60" Text="Information text" />
>  Height="17" Text="&No" />
>  Height="17" Text="&Yes" />
>  Height="17" Text="Cancel" />
>  Height="17" Text="Cancel" />
>  Height="24" Text="UIIcoInfo" />
>  Height="17" Text="&Ingore" />
>  Height="17" Text="OK" />
>  Height="17" Text="&Retry" />
>   
>
>   
>   
>  Height="80">
>   [ProductName] setup was interrupted. Your system has not been 
> modified.
>   To install this program at a later time, please run the 
> installation again.
>   Click the Finish button to exit the Setup Wizard.
> 
>  Height="60">
>   {\UIFontBigger}[ProductName] Setup Wizard was 
> interrupted
> 
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="17" Text="&Finish" />
>  Height="0" />
>  Height="17" Text="&Back" />
>   
>
>   
>   
>  Height="20"
&g

Re: [WiX-users] Own UI-File

2009-03-10 Thread Bahn Thomas
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 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 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:
>
> 
> http://schemas.microsoft.com/wix/2006/wi";>
>   
> 
>
>   
>  Height="40"
> Text="Click the Finish button to exit the Setup Wizard." />
>   Text="{\UIFontBigger}Completed the [ProductName] Setup 
> Wizard" />
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="17" Text="&Finish" />
>  Height="17" Text="&Back" />
>   
>
>   
>  Height="80"
>  Text="[ProductName] Setup Wizard ended prematurely because 
> of an error.
>  Your system has not been modified. To install this program 
> at a later time,
>  run Setup Wizard again. Click the Finish button to exit the 
> Setup Wizard." />
>   Text="{\UIFontBigger}[ProductName] Setup Wizard ended 
> prematurely" />
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="17" Text="&Finish" />
>  Height="17" Text="&Back" />
>   
>
>   
>  ErrorDialog="yes" NoMinimize="yes" >
>  Height="60" Text="Information text" />
>  Height="17" Text="&No" />
>  Height="17" Text="&Yes" />
>  Height="17" Text="Cancel" />
>  Height="17" Text="Cancel" />
>  Height="24" Text="UIIcoInfo" />
>  Height="17" Text="&Ingore" />
>  Height="17" Text="OK" />
>  Height="17" Text="&Retry" />
>   
>
>   
>   
>  Height="80">
>   [ProductName] setup was interrupted. Your system has not been 
> modified.
>   To install this program at a later time, please run the 
> installation again.
>   Click the Finish button to exit the Setup Wizard.
> 
>  Height="60">
>   {\UIFontBigger}[ProductName] Setup Wizard was 
> interrupted
> 
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="17" Text="&Finish" />
>  Height="0" />
>  Height="17" Text="&Back" />
>   
>
>   
>   
>  Height="20"
>  Text="Some files that need to be updated are currently in 
> use." />
>   Text="The following applications are using files that need 
> to be updated by this setup.
>  Close these applications and then click &Retry to 
> continue the installation or Exit to exit it." />
>  Text="{\UIFontTitle}Files in Use" />
>  Height="0" />
>  Height="17" Text="&Retry" />
>  Height="17" Text="&Ingore" />
>  Height="17" Text="E&xit" />
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="130" Property="FileInUseProcess" /&

Re: [WiX-users] Own UI-File

2009-03-10 Thread Rob Hamflett
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 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:
> 
> 
> http://schemas.microsoft.com/wix/2006/wi";>
>   
> 
> 
>   
>  Height="40"
> Text="Click the Finish button to exit the Setup Wizard." />
>   Text="{\UIFontBigger}Completed the [ProductName] Setup 
> Wizard" />
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="17" Text="&Finish" />
>  Height="17" Text="&Back" />
>   
>   
>   
>  Height="80"
>  Text="[ProductName] Setup Wizard ended prematurely because 
> of an error. 
>  Your system has not been modified. To install this program 
> at a later time,
>  run Setup Wizard again. Click the Finish button to exit the 
> Setup Wizard." />
>   Text="{\UIFontBigger}[ProductName] Setup Wizard ended 
> prematurely" />
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="17" Text="&Finish" />
>  Height="17" Text="&Back" />
>   
>   
>   
>  ErrorDialog="yes" NoMinimize="yes" >
>  Height="60" Text="Information text" />
>  Height="17" Text="&No" />
>  Height="17" Text="&Yes" />
>  Height="17" Text="Cancel" />
>  Height="17" Text="Cancel" />
>  Height="24" Text="UIIcoInfo" />
>  Height="17" Text="&Ingore" />
>  Height="17" Text="OK" />
>  Height="17" Text="&Retry" />
>   
>   
>   
>   
>  Height="80">
>   [ProductName] setup was interrupted. Your system has not been 
> modified. 
>   To install this program at a later time, please run the 
> installation again. 
>   Click the Finish button to exit the Setup Wizard.
> 
>  Height="60">
>   {\UIFontBigger}[ProductName] Setup Wizard was 
> interrupted
> 
>  Height="17" Text="Cancel" />
>  Height="44" Text="UIBannerBmp" />
>  Height="17" Text="&Finish" />
>  Height="0" />
>  Height="17" Text="&Back" />
>   
> 
>   
>   
>  Height="20"
>  Text="Some files that need to be updated are currently in 
> use." />
>   Text="The following applications are using files that need 
> to be updated by this setup.
>  Close these applications and then click &Retry to 
> continue the installation or Exit to exit it." />
>  Text="{\UIFontTitle}Files in Use" />
>  Height="0" />
>  Height="17" Text="&Retry" />
>  Height="17" Text="&Ingore" />
>  Height="17" Text="E&xit" />
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="130" Property="FileInUseProcess" />
>   
>   
>   
>   
>  Height="44" Text="UIBannerBmp" />
>  Height="0" />
>  Height="15">
>   {\UIFontBigger}Welcome to the [ProductName] Setup 
> Wizard
> 
>  Height="0" />
>  Height="17" Text="&Install" />
>  Height="80">
>   The Setup Wizard will install [ProductName] on your computer.
>   Click Next to continue or Cancel to exit the Setup Wizard.
> 
>   
> 
>   
>   
>   
>   
>   
> 
> 
> 
>   
>   
>   
>   
>   
>   
>   
> 
> 
> 
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
>   
> 
> 
>   
> 
> 
> Where I have my fault in the Source?
> Since I am not so familiar with WiX-UI, I ask you whether this source is 
> properly written.
> 
> Thank you!
> 
> Thomas Bahn
> --


--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users