From: David B. <dav...@gm...> - 2010-09-22 20:36:52
|
Hi Daniel, > Digging around the Git repository for TuxMath, it looks like it > might use NSIS (which it looks like Tux Paint used to use, until > late 2005). It looks like NSIS has a "/S" (for silent) option. Yes, TuxMath (and Tux Typing) uses NSIS. Looking briefly through the NSIS docs, it looks like NSIS itself has support for silent install, but our use of NSIS doesn't support it because our simple NSIS setup doesn't provide defaults for the user selections. So for now, I'm afraid tuxmath isn't set up for scripted install, but it is definitely something we can put in our next release (which btw is getting long overdue). Best, David Bruce |