3,217
edits
Changes
FlowFact
,no edit summary
The only action requiring manual intervention is the Explorer window opened after installation - so perhaps it's a good idea to reboot the system after installation.
==sample .bat script==
<pre>
%SOFTWARE%\flowfact\dotnetfx.exe /q /c:"install /q"
%SOFTWARE%\flowfact\dotnetfx2.exe /q /c:"install /q"
%SOFTWARE%\flowfact\langpackfx2.exe /q /c:"install /q"
msiexec /q /i \\edu\dfs\flowfact\CRRedist2005_x86.msi ALLUSERS=1
msiexec /q /i \\edu\dfs\flowfact\CRRedist2005_x86_de.msi ALLUSERS=1
regedit -s %SOFTWARE%\FlowFact\flowfact.reg
%SOFTWARE%\FlowFact\setup.exe
</pre>
[[Category:Silent Installers]]