Results 1 to 5 of 5
- 03-26-2012, 12:57 AM #1
Member
- Join Date
- Mar 2012
- Posts
- 3
- Rep Power
- 0
Problem in creating an Izpack Installer
Hello guys,
I don't know if this is the right place to post this, but i have been searching in the web for 3 days and I couldn't solve my problem, so I'm here to see if someone who knows something about Izpack(IzPack | Home) can help me..
Well,
I'm trying to launch a .bat file to install and config MySQL after the installPanel. The .bat file is launched correctly but there is a problem.
In the .bat file the first thing I do is something like this (I'm simplifying here): "msiexec -i mysql-essential-5.0.24a-win32.msi"
But during the processPanel, when the izpack installer run this bat file it shows an error (1622: Error opening installation log file. Verify that the specified log file location exists and is writable.), but if i run this bat file manually (opening cmd.exe and typing "InstallMySQL.bat") it runs the installer normally...
I think that maybe it is some thing with permissions, something like, when the izpack is lauching the .bat file it doesn't run it like an Admin user of Windows..
Has anybody ever had this problem? Do you have any idea on how to solve that?
Thanks
Here is my processPanelSpec.xml
<?xml version="1.0" encoding="UTF-8"?>
<processing>
<job name="Installer">
<os family="windows" />
<executefile name="$INSTALL_PATH/siscoban/scripts/MySQL_Install.bat" workingDir="$INSTALL_PATH">
</executefile>
</job>
</processing>
- 03-26-2012, 01:11 AM #2
Member
- Join Date
- Mar 2012
- Posts
- 3
- Rep Power
- 0
Re: Problem in creating an Izpack Installer
Sorry, i posted the wrong error... the error that appears is: 1619 This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
- 03-26-2012, 05:48 AM #3
Re: Problem in creating an Izpack Installer
Use Packjactet for easily creating IZpack installer........
- 03-26-2012, 05:59 AM #4
Member
- Join Date
- Mar 2012
- Posts
- 3
- Rep Power
- 0
- 03-27-2012, 03:00 AM #5
Similar Threads
-
Application became Read-only in windows after creating Installer
By gauravfzd in forum Advanced JavaReplies: 4Last Post: 11-21-2011, 07:34 PM -
Installer Problem
By subashprasanna in forum New To JavaReplies: 5Last Post: 01-28-2011, 06:50 AM -
Escaping special characters in User Input in IzPack Installer
By salman.kagzi in forum New To JavaReplies: 1Last Post: 11-30-2010, 05:41 PM -
Izpack and the others
By newbiejava in forum New To JavaReplies: 12Last Post: 09-18-2010, 03:00 PM -
Creating installer for java program
By priyanka.dandekar in forum Advanced JavaReplies: 9Last Post: 10-05-2008, 10:04 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks