[izpack-users] A few how to questions

Miraodb miraodb at hotmail.com
Tue Feb 21 17:59:58 CET 2006


Hi,

that's fairly easy.
You need two things:

first in install.xml add this:
  <res src="TargetPathWin.txt" id="TargetPanel.dir.windows" />

where TargetPathWin.txt is a file that you created and put in the root of
your installer folder.
You could use any sourcepath though like xxx\yyy\TargetPathWin.txt

then in TargetPathWin.txt just add one line which contain the path you want
the targetpanel to point to by default.
for example:
d:\myInstallFolder

NOTE: you can also do the same for unix with:
<res src="TargetPathLin.txt" id="TargetPanel.dir.unix" />

Hope that helps,
fabrice
----- Original Message ----- 
From: "Laurent Duperval" <lduperval at gmail.com>
To: <izpack-users at berlios.de>
Sent: Tuesday, February 21, 2006 5:51 PM
Subject: [izpack-users] A few how to questions


> HI,
>
> We've been using IzPack for a few months and we have a request from
> one of our clients to prevent installation of anything on drive C.
> Currently, IzPack always installs on c:\Program Files. We need to be
> able to put it on D: or Something else.
>
> How can I do this?
>
> Thanks,
>
> L
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> http://lists.berlios.de/mailman/listinfo/izpack-users
>





More information about the izpack-users mailing list