On Wednesday, April 25, 2012, 20:59:31, Manish Maheshwari wrote: > Does anyone knows how can we install TigerVNC on Windows7-64 bit using > command line (batch script)?
The installer is Inno Setup, which supports silent install with /SILENT and /VERYSILENT switches (/SILENT will show the progress dialog, while /VERYSILENT won't show anything). You can read more about the command-line parameters here: <http://www.jrsoftware.org/ishelp/topic_setupcmdline.htm> The install script source is here: <http://tigervnc.svn.sourceforge.net/viewvc/tigervnc/trunk/release/tigervnc.iss.in?view=markup> but the only things that are interesting there are the task names, installservice and startservice, which you can control with /TASKS parameter. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > When you are right, be logical. When you are wrong, be-fuddle. -- McKenna's Law ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tigervnc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tigervnc-users
