I am admittedly not an expert when it comes to unattended installers, and UltraVNC admittedly has a few things that makes a silent install harder, but the current state of affairs is miserable. In particular, the documentation is virtually nonexistent.
During installation, if one installs the ...
Search found 2 matches
- 2010-06-30 23:18
- Forum: Feature requests
- Topic: Unattended/silent 1.0.8.2 installation; summary: miserable
- Replies: 2
- Views: 9835
- 2006-06-28 23:10
- Forum: Feature requests
- Topic: Java Viewer jar file
- Replies: 0
- Views: 3621
Java Viewer jar file
It'd be nice if the installation automatically compiled the Java Viewer into a jar file. It's not really difficult. Basically, create a manifest file (say "manifest.txt") that contains a single line: "Main-Class: VncViewer", then just run "jar cmf manifest.txt VncViewer.jar *.class". Then you can ...