Windows App Certification Kit command-line tool.
Execute an executable file via the Windows App Certification Kit command-line tool.
appcert.exe test -apptype desktop -setuppath c:\windows\system32\notepad.exe -reportoutputpath c:\users\public\output.xml
Install an MSI file via an msiexec instance spawned via appcert.exe as parent process.
appcert.exe test -apptype desktop -setuppath c:\users\public\malicious.msi -setupcommandline /q -reportoutputpath c:\users\public\output.xml