[izpack-users] Need Help with triggering the MSI installation
Dennis Reil
Dennis.Reil at reddot.de
Tue Oct 9 12:31:10 CEST 2007
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20071009/b7119e29/attachment.html
More information about the izpack-users
mailing list