vote up 0 vote down star

I have found a lot of obfuscation tools with no clickonce support.

Could you provide vendors with click once support? I would like to deploy obfuscated software at once without adding ANY extra line of code (pre-buid, post build etc)

p.s. I believe that is software related

flag

What is "click-once" support? Why is this an issue? – Ira Baxter Oct 3 at 4:52

3 Answers

vote up 1 vote down check

I can't speak for other obfuscation products, but this has been a request of customers of Dotfuscator.

An integrated method for obfuscating ClickOnce applications is not currently available but will be coming in the next major release of Dotfuscator. I know this, because the task is currently assigned to me :) .

If there is anything in particular that you would like to see please feel free to let me know and I'll make sure to keep it in mind as I work on it.

link|flag
OK, I'll ask you since the OP seems unresponsive and you claim its part of yolur product plan. What is "ClickOnce"? – Ira Baxter Oct 11 at 2:00
ClickOnce is a deployment technology from MS that makes it easy to run Winforms/WPF applications on clients by having users visit a certain URL which causes the the application to be installed on their system. See: en.wikipedia.org/wiki/ClickOnce or msdn.microsoft.com/en-us/library/… for more details. – Joe Kuemerle Oct 12 at 14:45
vote up 1 vote down

I'd recommend that you evaluate CliSecure - you can download it from here: http://www.secureteam.net. The protection scheme employed by CliSecure generates .NET compatible assemblies. As a result application code flow remains intact so that your code should behave exactly the same as the original, this perhaps also applies to clickonce compatibility.

link|flag
vote up 0 vote down

You can create the manifests outside of Visual Studio using mageui (run mageui from the visual studio command prompt). It requires a little more work, but you can create the manifests with the dll's post-compile. If you want to make it easier after the initial setup, you can create a nant build file to do all the steps for you using mage (command line equivalent to mageui).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.