Logged In: YES
user_id=200680

You're right: some documentation is needed.
Some answers:
1: there is no shortcut for vainstall.
2: I'll change the BUILD.txt
3: Yes
4:com.memoire.vainstall.VAInstall
5:The gui is not really used.

To use Vainstall:
1- Copy and modify the examples from the the folder
"vainstall\examples\hello". Use the files hello.vai and
hello_filelist.txt
2- Launch
java -cp vainstall.jar com.memoire.vainstall.VAInstall
hello.vai in the vai files' folder.

Or use ant:
<java classname="com.memoire.vainstall.VAInstall"
classpath="${vainstall.jar}"
dir="${my.vai.dir}"
failonerror="true"
fork="true">
<arg value="${my.tr.vai.file}" />
</java>