I've just downloaded VAInstall and sucessfully tried
the "Hello"-Example.
Know I try to do a own Setup with VAInstall. I just
wan't to pack some files in a Win-Executable. I do not
need to create a startskript.
You write in your Manual: "The building process parses
the config files ans exits if something is wrong with
them...".
It seems, that i have "something wrong" in the config
files, but can't figure out, what it is. No files are
packed. The log-File is empty.
So, i have one question:
Is there a Cmd-Line-Option to get a more verbose output
during the build-process?
Thanx in advance!
------------------------------ out
---------------------------------
"
memoire.vainstall.VAInstall fdct_col_client.vai
vainstall.destination.ui.image null: werde
Standard-Image benutzen
vainstall.destination.linkSectionName null: mache zu
"Applications"
vainstall.destination.linkSectionIcon null
vainstall.destination.linkEntryName null: mache zu
"FDCTCollectorClient"
vainstall.archive.license null
"
---------------------------------------------------------------------------
Logged In: NO
Try to use
java -DDEBUG=yes -cp vainstall.jar yourfile.vai
Logged In: NO
Hi,
thanx.
I found out, you have to set an license and readme file.
Otherwise VAInstall exits with null and stops.
May this is somthing for future releases:
If there is not license and readme just don't show it?
At last: VAInstaller works fine!