Hi there, William Cheng schrieb: > For software using NSIS as installer, we can use the /S to > switch it to silent mode, however it seems that it will return before > the installation finish. Is there any switch to solve this problem.
"start /wait nsisinstaller.exe" (without quotes) should do the trick. > How about override the default langauge? Or if it auto detect > the system langauge but I don't want to use the system language, is it > possible to override it silently? Yes, but you have to parse that argument manually. See GetOptions (http://nsis.sourceforge.net/Docs/AppendixE.html#E.1.12). HTH Greetings Alexander Stein PS: Please stop posting HTML mails. Thanks! ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
