Difference between revisions of "FlowFact"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (other)
m (other)
Line 65: Line 65:
  
 
I've no idea how to fix it.
 
I've no idea how to fix it.
 +
 +
The error message is:
 +
<pre>
 +
Sie sind bereits an FlowFact angemeldet. Bitte prüfen Sie ob FlowFact
 +
bereits im Hintergrund oder unter Ihrem Namen auf einem anderen
 +
Arbeitsplatz gestarted ist.
 +
</pre>
  
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 14:40, 21 May 2007

FlowFact can be installed silently, but it needs some software installed before:

registry entry

Save it to file, and import with "regedit -s %SOFTWARE%\FlowFact\flowfact.reg":

REGEDIT4


[HKEY_LOCAL_MACHINE\SOFTWARE\FlowFact]

"DOTNETFX"="1"

"DOTNETFX2"="1"

"DOTNETFX2LangpackDEU"="1"

"DOTNET2FlowFactNetApp"="1"

"CRDOTNET2"="1"

FlowFact installation

The installer makes almost no actions requiring manual intervention if it finds all components installed. You can call it by simply:

%SOFTWARE%\FlowFact\setup.exe

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

%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 %SOFTWARE%\flowfact\CRRedist2005_x86.msi ALLUSERS=1

msiexec /q /i %SOFTWARE%\flowfact\CRRedist2005_x86_de.msi ALLUSERS=1


regedit -s %SOFTWARE%\FlowFact\flowfact.reg

%SOFTWARE%\FlowFact\setup.exe

other

The installer adds a "FlowFact" uninstall string.

Software doesn't work as a non-Administrator user.

I've no idea how to fix it.

The error message is:

Sie sind bereits an FlowFact angemeldet. Bitte prüfen Sie ob FlowFact
bereits im Hintergrund oder unter Ihrem Namen auf einem anderen
Arbeitsplatz gestarted ist.