Problem with installtion

View: New views
5 Messages — Rating Filter:   Alert me  

Problem with installtion

by Krushna Hedaoo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Hello All,

We have added a checkbox in the userinput panel , if that checkbox is checked we have to launch the application .
but the problem we are facing that the application becomes launched before finish panel.
And We have to check whether the checkbox is checked or not on "Done" button of finish panel. if it is checked then only the application should launched.


Has anyone face the similar kind of a problem earlier. I would appreciate your reply.


Please find the below xml:

userInput.xml

[...]
      <field type="check" align="left" variable="myVariable">

        <spec txt=" Launch the CDF Runtime Validation Tool" size="25" true="true" false="false" set="false"/>

      </field>

 [...]


install.xml

[...]
  <panels>

      <panel classname="HelloPanel"/>

      <panel classname="InfoPanel"/>

      <panel classname="LicencePanel"/>

      <panel classname="TargetPanel"/>

      <panel classname="PacksPanel"/>

      <panel classname="InstallPanel"/>

       <panel classname="ShortcutPanel"/>

       <panel classname="UserInputPanel"/>
        <panel classname="ProcessPanel" id="launch_the_validation_tool"/>

       <panel classname="FinishPanel"/>
         
 </panels>

[...]



Larsen & Toubro Infotech Ltd.

www.Lntinfotech.com

This Document is classified as:


L&T Infotech Proprietary   L&T Infotech Confidential   L&T Infotech Internal Use Only   L&T Infotech General Business  

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

_____________________________________________________________________

______________________________________________________________________

Re: Problem with installtion

by Dennis Reil-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
That's pretty easy. Define a condition on that and add a reference to the panel element, like <panel classname="ProcessPanel" id="launch_the_validation_tool" condition="yourCondition"/>
 
Regards Dennis

----- Original Message -----
Sent: Friday, October 16, 2009 8:58 AM
Subject: [izpack-user] Problem with installtion



Hello All,

We have added a checkbox in the userinput panel , if that checkbox is checked we have to launch the application .
but the problem we are facing that the application becomes launched before finish panel.
And We have to check whether the checkbox is checked or not on "Done" button of finish panel. if it is checked then only the application should launched.


Has anyone face the similar kind of a problem earlier. I would appreciate your reply.


Please find the below xml:

userInput.xml

[...]
      <field type="check" align="left" variable="myVariable">

        <spec txt=" Launch the CDF Runtime Validation Tool" size="25" true="true" false="false" set="false"/>

      </field>

 [...]


install.xml

[...]
  <panels>

      <panel classname="HelloPanel"/>

      <panel classname="InfoPanel"/>

      <panel classname="LicencePanel"/>

      <panel classname="TargetPanel"/>

      <panel classname="PacksPanel"/>

      <panel classname="InstallPanel"/>

       <panel classname="ShortcutPanel"/>

       <panel classname="UserInputPanel"/>
        <panel classname="ProcessPanel" id="launch_the_validation_tool"/>

       <panel classname="FinishPanel"/>
         
 </panels>

[...]



Larsen & Toubro Infotech Ltd.

www.Lntinfotech.com

This Document is classified as:


L&T Infotech Proprietary   L&T Infotech Confidential   L&T Infotech Internal Use Only   L&T Infotech General Business  

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

_____________________________________________________________________

______________________________________________________________________

RE: Problem with installtion

by Bar Zecharya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

If I understood the question correctly, the key difficulty was to perform the action “on "Done" button of finish panel”.  I’ve also been looking for a way to run a command or script at that stage, with no success yet.  For the moment a project of mine is using the same strategy: launching via a processpanel just before the finishpanel… but the users are often confused when the application launches before the finish panel completes!

 

Best, Bar

 

From: Dennis Reil [mailto:izpack@...]
Sent: Saturday, October 17, 2009 15:38 PM
To: user@...
Subject: Re: [izpack-user] Problem with installtion

 

That's pretty easy. Define a condition on that and add a reference to the panel element, like <panel classname="ProcessPanel" id="launch_the_validation_tool" condition="yourCondition"/>

 

Regards Dennis

 

----- Original Message -----

To: user@...

Sent: Friday, October 16, 2009 8:58 AM

Subject: [izpack-user] Problem with installtion

 



Hello All,

We have added a checkbox in the userinput panel , if that checkbox is checked we have to launch the application .
but the problem we are facing that the application becomes launched before finish panel.
And We have to check whether the checkbox is checked or not on "Done" button of finish panel. if it is checked then only the application should launched.


Has anyone face the similar kind of a problem earlier. I would appreciate your reply.


Please find the below xml:

userInput.xml

[...]
      <field type="check" align="left" variable="myVariable">

        <spec txt=" Launch the CDF Runtime Validation Tool" size="25" true="true" false="false" set="false"/>

      </field>

 [...]


install.xml

[...]
  <panels>

      <panel classname="HelloPanel"/>

      <panel classname="InfoPanel"/>

      <panel classname="LicencePanel"/>

      <panel classname="TargetPanel"/>

      <panel classname="PacksPanel"/>

      <panel classname="InstallPanel"/>

       <panel classname="ShortcutPanel"/>

       <panel classname="UserInputPanel"/>
        <panel classname="ProcessPanel" id="launch_the_validation_tool"/>

       <panel classname="FinishPanel"/>
         
 </panels>

[...]



Larsen & Toubro Infotech Ltd.

www.Lntinfotech.com

This Document is classified as:


[X]L&T Infotech Proprietary   [ ]L&T Infotech Confidential   [ ]L&T Infotech Internal Use Only   [ ]L&T Infotech General Business  

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

_____________________________________________________________________
______________________________________________________________________


AW: Problem with installtion

by Bühlmann Florian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Instead of using the ProcessPanel to do the thing you can use a panel action.

This makes it possible to call a java class to perferm the start of the application. The app start can be done as a "postvalidate" action which is called after the next button and after the panel validation is ok.
 

Please look at the documentation.

http://izpack.org/documentation/installation-files.html#actions-optional-actions-for-the-panel

 

Regards

Florian

 

Von: Bar Zecharya [mailto:bzecharya@...]
Gesendet: Montag, 19. Oktober 2009 12:23
An: user@...
Betreff: RE: [izpack-user] Problem with installtion

 

If I understood the question correctly, the key difficulty was to perform the action “on "Done" button of finish panel”.  I’ve also been looking for a way to run a command or script at that stage, with no success yet.  For the moment a project of mine is using the same strategy: launching via a processpanel just before the finishpanel… but the users are often confused when the application launches before the finish panel completes!

 

Best, Bar

 

From: Dennis Reil [mailto:izpack@...]
Sent: Saturday, October 17, 2009 15:38 PM
To: user@...
Subject: Re: [izpack-user] Problem with installtion

 

That's pretty easy. Define a condition on that and add a reference to the panel element, like <panel classname="ProcessPanel" id="launch_the_validation_tool" condition="yourCondition"/>

 

Regards Dennis

 

----- Original Message -----

To: user@...

Sent: Friday, October 16, 2009 8:58 AM

Subject: [izpack-user] Problem with installtion

 



Hello All,

We have added a checkbox in the userinput panel , if that checkbox is checked we have to launch the application .
but the problem we are facing that the application becomes launched before finish panel.
And We have to check whether the checkbox is checked or not on "Done" button of finish panel. if it is checked then only the application should launched.


Has anyone face the similar kind of a problem earlier. I would appreciate your reply.


Please find the below xml:

userInput.xml

[...]
      <field type="check" align="left" variable="myVariable">

        <spec txt=" Launch the CDF Runtime Validation Tool" size="25" true="true" false="false" set="false"/>

      </field>

 [...]


install.xml

[...]
  <panels>

      <panel classname="HelloPanel"/>

      <panel classname="InfoPanel"/>

      <panel classname="LicencePanel"/>

      <panel classname="TargetPanel"/>

      <panel classname="PacksPanel"/>

      <panel classname="InstallPanel"/>

       <panel classname="ShortcutPanel"/>

       <panel classname="UserInputPanel"/>
        <panel classname="ProcessPanel" id="launch_the_validation_tool"/>

       <panel classname="FinishPanel"/>
         
 </panels>

[...]



Larsen & Toubro Infotech Ltd.

www.Lntinfotech.com

This Document is classified as:


[X]
L&T Infotech Proprietary   [ ]L&T Infotech Confidential   [ ]L&T Infotech Internal Use Only   [ ]L&T Infotech General Business  

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

_____________________________________________________________________
______________________________________________________________________


RE: Problem with installtion

by Bar Zecharya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Thanks Florian, it looks like what I’m looking for!  And thanks Krushna for reminding me of that nagging problem…

Bar

 

From: Bühlmann Florian [mailto:Florian.Buehlmann@...]
Sent: Monday, October 19, 2009 15:48 PM
To: user@...
Subject: AW: [izpack-user] Problem with installtion

 

Instead of using the ProcessPanel to do the thing you can use a panel action.

This makes it possible to call a java class to perferm the start of the application. The app start can be done as a "postvalidate" action which is called after the next button and after the panel validation is ok.
 

Please look at the documentation.

http://izpack.org/documentation/installation-files.html#actions-optional-actions-for-the-panel

 

Regards

Florian

 

Von: Bar Zecharya [mailto:bzecharya@...]
Gesendet: Montag, 19. Oktober 2009 12:23
An: user@...
Betreff: RE: [izpack-user] Problem with installtion

 

If I understood the question correctly, the key difficulty was to perform the action “on "Done" button of finish panel”.  I’ve also been looking for a way to run a command or script at that stage, with no success yet.  For the moment a project of mine is using the same strategy: launching via a processpanel just before the finishpanel… but the users are often confused when the application launches before the finish panel completes!

 

Best, Bar

 

From: Dennis Reil [mailto:izpack@...]
Sent: Saturday, October 17, 2009 15:38 PM
To: user@...
Subject: Re: [izpack-user] Problem with installtion

 

That's pretty easy. Define a condition on that and add a reference to the panel element, like <panel classname="ProcessPanel" id="launch_the_validation_tool" condition="yourCondition"/>

 

Regards Dennis

 

----- Original Message -----

To: user@...

Sent: Friday, October 16, 2009 8:58 AM

Subject: [izpack-user] Problem with installtion

 



Hello All,

We have added a checkbox in the userinput panel , if that checkbox is checked we have to launch the application .
but the problem we are facing that the application becomes launched before finish panel.
And We have to check whether the checkbox is checked or not on "Done" button of finish panel. if it is checked then only the application should launched.


Has anyone face the similar kind of a problem earlier. I would appreciate your reply.


Please find the below xml:

userInput.xml

[...]
      <field type="check" align="left" variable="myVariable">

        <spec txt=" Launch the CDF Runtime Validation Tool" size="25" true="true" false="false" set="false"/>

      </field>

 [...]


install.xml

[...]
  <panels>

      <panel classname="HelloPanel"/>

      <panel classname="InfoPanel"/>

      <panel classname="LicencePanel"/>

      <panel classname="TargetPanel"/>

      <panel classname="PacksPanel"/>

      <panel classname="InstallPanel"/>

       <panel classname="ShortcutPanel"/>

       <panel classname="UserInputPanel"/>
        <panel classname="ProcessPanel" id="launch_the_validation_tool"/>

       <panel classname="FinishPanel"/>
         
 </panels>

[...]



Larsen & Toubro Infotech Ltd.

www.Lntinfotech.com

This Document is classified as:


[X]L&T Infotech Proprietary   [ ]L&T Infotech Confidential   [ ]L&T Infotech Internal Use Only   [ ]L&T Infotech General Business  

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

_____________________________________________________________________
______________________________________________________________________