[izpack-users] Need Help with triggering the MSI installation

Vasanth vasanthkumar.sono at gmail.com
Tue Oct 9 12:56:16 CEST 2007


thanks Dennis,
but i couldnt understand that, are you saying  that  instead of this
<executefile name="$INSTALL_PATH/postgresql-8.2-int.msi">

i need to pass this
<executefile name="$INSTALL_PATH/postgresql-8.2-int.msiexec.exe">.


can you please elaborate more on that.



On 10/9/07, Dennis Reil <Dennis.Reil at reddot.de> wrote:
>
>  I think, you'll have to use msiexec.exe to start the installation of the
> msi file.
>
>
>
> Regards,
>
>
>
>    Dennis
>
>
>
> *Von:* izpack-users-bounces at lists.berlios.de [mailto:
> izpack-users-bounces at lists.berlios.de] *Im Auftrag von *Vasanth
> *Gesendet:* Dienstag, 9. Oktober 2007 12:02
> *An:* izpack-users at lists.berlios.de
> *Betreff:* [izpack-users] Need Help with triggering the MSI installation
>
>
>
>
>
> Hi ,
>
> i was trying to install Tomcat and POSTGRESQl one after the other but it
> is throwing me some error (java.io.IOException error=193)
>
>
>
> PF the process code below:
>
>
>
>
>
> <job name="Install Tomcat2 ">
>             <executefile name="$INSTALL_PATH/Copy of
> jakarta-tomcat-5.0.19.exe">
>      </executefile>
>      <executeForPack name="Tomcat2" />
>
>  </job>
>
>  <job name="Install Postgresql8.2-int ">
>             <executefile name="$INSTALL_PATH/postgresql-8.2-int.msi">
>      </executefile>
>      <executeForPack name=" postgresql8.2-int" />
>  </job>
>
>
>
> __________________________________________
>
>
>
> i'm trying to install aMSI file , please let me know is there any other
> way to trigger the MSi file installation.
>
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20071009/083196c9/attachment.html 


More information about the izpack-users mailing list