I have a C# application deployed with ClickOnce in Visual Studio 2012 under Windows 8 and I want to validate this as a Desktop App to be listed in the Windows Store.
This application successfully installs in Windows 8 with ClickOnce but when I try to validate it using the Windows App Certification Kit it ends up with this error:
The Windows App Certification Kit did not detect any new applications as a result of your installation.
Testing cannot continue unless an application is successfully installed.
Please confirm that your installer worked correctly and run the Windows App Certification Kit again.
As ClickOnce deployment is integrated in Visual Studio 2012, I'm very disappointed by this error. Is there a way to pass the Windows App Certification Kit test with a ClickOnce deployed application?