...
To compile the Advanced Message dialog into native code run the relevant command line for your 32 or 64-bit machine:
Code Block |
---|
theme | Midnight |
---|
language | text |
---|
title | 32-bit machine |
---|
|
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\ngen.exe install "C:\Program Files\Arellia\Agents\ApplicationControl\ArelliaDisplayXamlAction.exe" /AppBase:"C:\Program Files\Arellia\Agents\Agent"
|
Code Block |
---|
theme | Midnight |
---|
language | text |
---|
title | 64-bit machine |
---|
|
%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe install "C:\Program Files\Arellia\Agents\ApplicationControl\ArelliaDisplayXamlAction.exe" /AppBase:"C:\Program Files\Arellia\Agents\Agent"
|
...