手动XBAP发布
我找到了一种手动发布常规 WPF 应用程序的方法,但我需要针对 WPF 浏览器应用程序使用相同的说明。以下是常规 WPF 应用程序操作指南: http://msdn .microsoft.com/en-us/library/xc3tc5xx(VS.80).aspx。如果有人知道我需要对法师命令进行哪些更改才能使其适用于 XBAP,请告诉我。谢谢。
I found a method to manually publish a regular WPF Application, but i need the same instructions for a WPF Browser app instead. Here is the regular WPF App howto: http://msdn.microsoft.com/en-us/library/xc3tc5xx(VS.80).aspx . If anyone knows what changes I need to make to my mage commands to make it work for XBAP please let me know. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我必须为我们的一位不喜欢文件或文件夹名称中的空格的客户更改默认的“应用程序文件”文件夹的名称,这意味着在发布后重新签署 xbap。这是我用来自动化该过程的 msbuild 脚本:
I had to alter the name of the default "Application Files" folder for one of our customers who doesn't like spaces in file or folder names and this meant re-signing the xbap after the publish. Here's the msbuild script I use to automate the process: