yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.56k stars 1.61k forks source link

Clickonce Deployment with ConfuserEX Obfuscation Issue #70

Closed senmurchennai closed 9 years ago

senmurchennai commented 10 years ago

Let me know how to obfuscate application before clickonce deployment in visual studio 2012. I’m using following steps for clickonce deployment with confuserEX Obfuscation.

1) Write test.bat file

D:\ConfuserEx0.2.3\confuser.CLI.exe D:\ConfuserEx0.2.3\new.crproj ping 1.1.1.1 -n 1 -w 5000 > nul Xcopy "D:\5.6\Test\bin\Debug\Confused\TestApp.exe" "D:\5.6\Test\bin\Debug\TestApp.exe" /y Xcopy "D:\5.6\Test\bin\Debug\Confused\WriteLogs.dll" "D:\5.6\Test\bin\Debug\WriteLogs.dll" /y

2) Call test.bat in post build event in clickonce deployment.

Using above process file successfully obfuscated but files are not copied to bin folder. Let me know I’m using correct process for clickonce deployment.

Regards T.Senthil Murugan test

yck1509 commented 10 years ago

I'm not familiar with ClickOnce deployment, however, there are some discussion in the old Confuser website about it. You may want to try the solution there.

yck1509 commented 9 years ago

Close due to inactivity. If you're are still encountering this issue, please feel free to reopen the issue with more information.