净反应堆clickonce部署 [英] net reactor & clickonce deployment

查看:90
本文介绍了净反应堆clickonce部署的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在构建我们的VB.NET .exe之后,然后使用第三方.NET Reactor实用程序对其进行混淆,然后将其输出包含在VS2005部署项目中.有没有一种方法可以在使用单击一次发布之前用加扰的版本替换.exe?

After building our VB.NET .exe it is then obfuscated using the 3rd-party .NET Reactor utility before the output of that is included within a VS2005 deployment project. Is there a way of replacing the .exe with the scrambled version prior to then publishing using click-once ?

有没有人设法通过一次单击部署一个受网络反应堆保护的应用程序?

Has anyone managed to deploy with click once, a net reactor protected application?

推荐答案

您可以但不能使用标准的ClickOnce部署方案.一种方法是制作一个MSBuild任务,该任务将接收您的文件,并使用混淆后的文件创建ClickOnce清单.基本问题是,在创建清单后更改文件后,文件将失效,从而导致ClickOnce部署无法正常工作.

You can but not using the standard ClickOnce deployment scheme. One way is to make a MSBuild task that takes your files and creates the ClickOnce manifest with the obfuscated file. The basic issue is that once you change the file after a manifest has been created it invalidates the file, leading to a non-working ClickOnce deployment.

这篇关于净反应堆clickonce部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆