There is a program called "ProcessMonitor" which might help you debug this problem. It can be downloaded from Microsoft via this link:
http://technet.microsoft.com/en-us/sysi ... 96645.aspx
You can run this, and set the filter to only include the process name "Flowcode.exe". Once this has been done, you can look through the list for the item causing the error. Unfortunately, the amount of data produced by this is immense, and it may take a while to find the problem.
I suspect that one area of the registry that may have a problem is HKLM\Software\Licenses. Here's what others are saying about this error:
1. From an Administrator account, run the registry editor, RegEdit.exe.
2. Navigate to HKEY_LOCAL_MACHINE\Software\Licenses. Right-click on that key in the left pane (the one that shows folders) and select "Permissions".
3. Use the Remove button to remove all users and groups from the permissions box, then click the Add button. In the "Enter the object names to select" box, type "Everyone" (without the quotes), then click the Check Names button -- the Everyone you just typed should
become underlined, if the system recognizes it.
4. Click OK to return to the main permissions dialog; you'll now see only one entry, for the Everyone group. Below it, select the box for "Full Control - Allow", which should also turn on Read - Allow.
5. Then hit the OK button to finish it.
...and...
Regarding Error: β€Please run this program from the Administrator account so it can set up your license. Once the license is set up, you can run it from any accountβ€
This happens when the system doesn't allow it to create the HKEY_LOCAL_MACHINE\Software\Licenses key with full read/write access, or when the key was already created by the access was changed by another program. To fix it, the administrator will need to go into the registry and change the access on that key back,
you could do this with the windows program "regedt32.exe", that has the Security Menu where you can set the permission for a key.
Mine "HKEY_LOCAL_MACHINE\Software\Licenses" is set to Everybody with the rights Read and Full Control allowed.
So please try to set the persmissions to this registry key as suggested and let's see if this solves the problem.