Changes

FlowFact

51 bytes added, 19:25, 12 February 2008
m
no edit summary
Save it to file, and import with "regedit -s %SOFTWARE%\FlowFact\flowfact.reg":
<presource lang="reg">
REGEDIT4
"CRDOTNET2"="1"
</presource>
==FlowFact installation==
==sample .bat script==
<presource lang="dos">
%SOFTWARE%\flowfact\dotnetfx.exe /q /c:"install /q"
%SOFTWARE%\FlowFact\setup.exe
</presource>
==other==
Software doesn't work as a non-Administrator user unless you start it as Administrator for the first time:
<presource lang="dos">
start /i %SOFTWARE%\flowfact\FlowFact.EXE
ping -n 30 127.0.0.1
ping -n 120 127.0.0.1
taskkill /f /im flowfact.exe
</presource>
[[Category:Silent Installers]]