简体   繁体   中英

How to include dotfuscated output in my setup project?

I am using visual studio 2010.

Having a windows application and a setup project ( visual studio's setup project ), and now i want to protect my code by using the preemptive solution dotfuscator.

How can i first build my windows application, dotfuscate the output, and make my setup project include the dotfuscated output and not the orginal one?

Thank you.

Use post build event http://msdn.microsoft.com/en-us/library/42x5kfw4(v=vs.80).aspx to call dotfuscator from command line (maybe you need to be registred for that , should be free). http://www.preemptive.com/support/dotfuscator-support

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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