[izpack-devel] split installation sequence

Bartz, Klaus Klaus.Bartz at coi.de
Fri Oct 13 09:46:29 CEST 2006


Hi Reinhardt,
see context related.

Cheers

Klaus

>-----Original Message-----
>From: izpack-devel-bounces at lists.berlios.de
>[mailto:izpack-devel-bounces at lists.berlios.de]On Behalf Of Herzog
>Reinhart
>Sent: Friday, October 13, 2006 7:50 AM
>To: izpack-devel at lists.berlios.de
>Subject: Re: [izpack-devel] split installation sequence
>
>
>Thanks, Klaus!
>
>Is there anything news concerning the new manual?

If you mean 3.9 versus 3.8: yes, an the product self, of course. 
e.g. there is now an own layout manager which should be used for
custom panels. Most standard panels are changed to the new one,
HelloPanel contains some comments for it.

>
>Further information:
>Each way to go has its own panels and can finish the installation.
>
>Is that possible?

May be not in the manner you would. Last we have spoken about a tree
               |
            ----------------
            |              |
      --------        ---------------
      |      |        |             |
finish1 finish2      finish3    finish4

In the moment this is not possible (or may be with some hack's)

What I do is

                 | set IVar X or Y
        ---------------------------------------------
        | if ! IVar Y skip                         | if ! IVar X skip
        | set IVar A or B                          |
--------------------------                         |
| if ! ( Y && A) skip    | if ! ( Y && B ) skip    | if ! X skip
|                        |                         |
-----------------------------------------------------
        |
     finish 

No tree, else a river with side beds.


>
>Please, give me another advice for how to implement that. 

I have greped my local email archiv with "skipPanel".
See threads of following emails:
https://lists.berlios.de/pipermail/izpack-users/2005-October/001684.html
https://lists.berlios.de/pipermail/izpack-users/2005-September/001583.html
https://lists.berlios.de/pipermail/izpack-users/2005-August/001454.html
https://lists.berlios.de/pipermail/izpack-users/2005-May/001222.html
https://lists.berlios.de/pipermail/izpack-users/2004-July/000400.html
https://lists.berlios.de/pipermail/izpack-devel/2004-December/000617.html

>
>Regards,
>
>Reinhart Herzog
>
>INFONIQA Informationstechnik GmbH
>Traunufer Arkade 1
>A-4600 Thalheim/Wels
>
>Tel.: +43 7242 9396 3337
>Fax.: +43 7242 9396 3312
>mailto:reinhart.herzog at infoniqa.com
>http://www.infoniqa.com
>
>-----Ursprüngliche Nachricht-----
>Von: izpack-devel-bounces at lists.berlios.de 
>[mailto:izpack-devel-bounces at lists.berlios.de] Im Auftrag von 
>Bartz, Klaus
>Gesendet: Donnerstag, 12. Oktober 2006 14:01
>An: izpack-devel at lists.berlios.de
>Betreff: Re: [izpack-devel] split installation sequence
>
>Hi Reinhart,
>it is like radio Erivan - possible, but...
>See context related.
>
>Cheers
>
>Klaus
>
>>-----Original Message-----
>>From: izpack-devel-bounces at lists.berlios.de
>>[mailto:izpack-devel-bounces at lists.berlios.de]On Behalf Of rherzog
>>Sent: Thursday, October 12, 2006 12:45 PM
>>To: izpack-devel at lists.berlios.de
>>Subject: [izpack-devel] split installation sequence
>>
>>
>>
>>Hi all!
>>
>>Does IzPack support multiple installation sequences?
>
>No, not in this manner.
>
>>
>>By now I specify the panels I'd like to have displayed during 
>>installation
>>one by one in the designated order.
>>
>>But we'd like to give the user the option to chose which way 
>>to go and have
>>all that available using only one installer file (instead of 
>>different ones
>>for each purpose).:
>> - Installation
>> - Update
>> - Add Demo-Data
>> - Remove Demo-Data
>>
>
>IzPack is current not able to support real maintenace (like MSI
>it does). Be carefully with Updates.
>The sequence of the panels is the same as in the installation
>definition file (install.xml or what ever). It is not possible
>to declare a tree ( what you need, I think).
>But if you create custom panels, you can create a pseudo tree
>with skipping not needed panels in panelActivate.
>I do it at more than one place.
>But many people do not like to create custom panels because
>it needs some knowledge of the internals of IzPack and good 
>knowledge of java.
>
>
>>cheers and many thanks,
>>
>>Reinhart
>>-- 
>>View this message in context: 
>>http://www.nabble.com/split-installation-sequence-tf2429502.htm
>>l#a6773897
>>Sent from the izpack devel mailing list archive at Nabble.com.
>>
>>_______________________________________________
>>izpack-devel mailing list
>>izpack-devel at lists.berlios.de
>>https://lists.berlios.de/mailman/listinfo/izpack-devel
>>
>_______________________________________________
>izpack-devel mailing list
>izpack-devel at lists.berlios.de
>https://lists.berlios.de/mailman/listinfo/izpack-devel
>_______________________________________________
>izpack-devel mailing list
>izpack-devel at lists.berlios.de
>https://lists.berlios.de/mailman/listinfo/izpack-devel
>



More information about the izpack-devel mailing list