[izpack-users] How to access INSTALL_PATH in process panel

Sujay Kher sujay.kher at realsoftinc.com
Thu Sep 13 15:07:53 CEST 2007




Sujay Kher wrote:
> 
> Hi, 
> 
> I want to use INSTALL_PATH in process panel, so that i can store this path
> in ENVIRONMENT VARIABLE. can any one help me to out of this problem? 
> 
> Or is there any other way to use INSTALL_PATH in custom panel. 
> 
> Please help me I need to finish this urgently 
> 
> Best Regards, 
> 
> Sujay Kher
> 




For more understanding


I want to execute window batch file in process panel which looks like

<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>


<processing>
	<job name="do xyz">
		<os family="windows" />
			<executefile 				name="$INSTALL_PATH\InstaAlert2\script\SetEnv.bat">
				<arg>doit</arg><arg>$variable</arg>
			</executefile>
	</job>
</processing>


I want this INSTALL_PATH in SetEnv.bat file, so I can use this path to set
ENVIRONMENT VARIABLE. Hope this will clear.



Best Regards,

Sujay Kher
-- 
View this message in context: http://www.nabble.com/How-to-access-INSTALL_PATH-in-process-panel-tf4434424.html#a12654470
Sent from the izpack users mailing list archive at Nabble.com.



More information about the izpack-users mailing list