[izpack-users] how to use createForUnselectedPack

abdessamad danguir danguir2 at caramail.com
Tue Apr 10 13:45:17 CEST 2007


hi all,
i have a Pack which should be installed only in linux platform : 
<pack name="MyPack" preselected="yes" required="no"  os="unix">
 ..
</pack>

for this pack there are two "userInputPanel":
the first contains :
<panel order="0">    
	  <createForPack name="MyPack"/>
          ....
</panel>

and the second contains :
<panel order="1">
           <createForUnselectedPack name="MyPack"/>
           ....
</panel>

the problem is : when i try to do an installation on windows platform , the second panel appears .  
i dont want to see any of the 2 panels when i'am doing a windows installation , what should i do ?



More information about the izpack-users mailing list