Preventing the builds stats and messages at the end of the dotfuscation process.

pissedasanewt

New member
Joined
Feb 7, 2007
Messages
1
Programming Experience
Beginner
Hi,

I'm using Dotfuscator community edition with VS 2005. I'm using Dotfuscator to secure some of my dll's. however at the end of the process a message dialog appears with build stats and some messages (ie Dotfuscator Community Edition cannot rename generic types or methods).

This is fine, my dll's are secure and my build works. But because this dialog requires user input to dismiss it my automated build is hanging until i dismiss this dialog.

I'm running dotfuscator with the /q quite mode switch, but it does not prevent this dialog. Is there a way to avoid having these build stats and messages appear at the end of the dotfuscation process?

Thanks...
 
Back
Top