Home All Groups Group Topic Archive Search About

deployment dotfuscator help ??

Author
7 Jan 2006 1:18 AM
tuna
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.

--
thanks for any help,
tuna

Author
9 Jan 2006 4:56 PM
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


Show quoteHide quote
"tuna" <wweisst***@aol.com(donotspam)> escribió en el mensaje
news:334FAF50-51DC-4C54-9DC0-DC7D75327D12@microsoft.com...
> 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.
>
> --
> thanks for any help,
> tuna