Hi,
I have tried to execute the WACK test from command line(with administrator privileges) without installing the windows store application using the following command:
C:\Program Files (x86)\Windows Kits\8.0\App Certification Kit>appcert test -apptype windowsstoreapp -AppxPackagePath
C:\XXXX\XXXX\XXX.appx -reportoutputpath c:\Test.xml.
It just executes the PROLOG Pahse successfully and throws the following error.
The Windows App Certification Kit cannot continue testing since the specified Windows Store App was not found. Please verify that the
packagefullname is correct.
The environment used here is, Windows server 2012, MS Visual Studio 2012 Ultimate and this is a build server.
Note: The same command is working fine on my local windows 8 machine without installing the application.
Why is it? And how to get around this?
Thanks!