deployment dotfuscator help ??

G

Guest

Need help with windows form setup project. I used dotfuscator(free version
with vs 2005) and do not know how to add the output (renamed assembly .exe)
to the setup project. If I remove the original .exe and replace it with the
dotfuscator version it will not work.
 
C

Carlos J. Quintero [VB MVP]

I am not sure but some free versions of obfuscators don´t allow a tight
integration in the build process. So, instead of using Add\Project Output,
use Add\Assembly.

If everything else failes you can also build from the command line: build
the exe project, obfuscate and build the setup project.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com
 

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

Top