简体   繁体   English

调试停止后自动卸载WinRT App

[英]Auto Uninstall WinRT App after Debugging Stopped

I want to automatically uninstall a WinRT app after it has finished debugging. 我想在完成调试后自动卸载WinRT应用程序。 Is this possible? 这可能吗?

You can use Remove-AppxPackage to do the uninstall. 您可以使用Remove-AppxPackage进行卸载。 I don't know if there's a post-debugging trigger you can hook to do this. 我不知道是否存在调试后触发器,您可以挂钩执行此操作。

Remove-AppxPackage => http://technet.microsoft.com/en-us/library/hh856038.aspx Remove-AppxPackage => http://technet.microsoft.com/zh-cn/library/hh856038.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM