المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : The .exe application file isn't obfuscated after installing setup ?



C# Programming
02-24-2013, 08:11 PM
Hi,

I am creating a setup project for my solution in C#, and I created a merge module that include all obfuscated assembly files (.dll files, and the .exe file), then add it to the setup project

Before building the setup project, I replace assembly files (in the Bin/Debug) by obfuscated files. After building the project, .dll files still are obfuscated, however the .exe file isn't obfuscated.

Are there anyone know how to fix that ?

Thank you very much !