hciuser profile
Beginning in version 5.8, the hciuser profile is a standard user, not an administrator. If your machine already has an existing hciuser, then there is no effect because it skips creating the user during installation.
This affects all commands when setting up the exec alert action on Windows.
To run a system command, cmd /c must be added before the command. For
example:
cmd /c hcienginerun -p testprocess
To run the other commands, you must add the full path to the command. If a space
is rewquired inside the path, then double quotes must also be added around the command.
For example:
"c:\test logger\bin\log.exe"
Note: The command which requests the GDI
resource to show its dialog box cannot be used in the exec action. This is because the Windows standard user (hciuser) has no
Desktop/GDI access.