Dotfuscator and Deployment

G

Guest

OK, I have successfully obfuscated the .exe in my bin folder. When I build
my deployment project, the obfuscated .exe is rebuilt to its original
unobfuscated state. How to I prevent this from happening so that the .msi
file has the obfuscated .exe? Build SetUp Project still insists on
rebuilding the .exe, presumably because it is a dependent of the setup
project.

What switch or setting am I missing?

Thanks,

John
 
K

Ken Tucker [MVP]

Hi,

Create a new setup wizard project (not added to a project) and add
the obfustated exe to the files to include. The wizard will automatically
detect any dependancies and add them to the project.

Ken
------------------
OK, I have successfully obfuscated the .exe in my bin folder. When I build
my deployment project, the obfuscated .exe is rebuilt to its original
unobfuscated state. How to I prevent this from happening so that the .msi
file has the obfuscated .exe? Build SetUp Project still insists on
rebuilding the .exe, presumably because it is a dependent of the setup
project.

What switch or setting am I missing?

Thanks,

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top