I am using .Net Reactor To Obfuscate my project. In my project I have about 10 dlls. I want my setup to deploy the obfuscated dlls in client's machine.
I tried putting the code below in Post-Build Event at Properties of the setup Porject.
"C:\Program Files\Eziriz\.NET Reactor\dotNET_Reactor.exe" -project "E:/s.nrproj"
But when i deploy it and try to open the deployed dlls in Reflector, it Opens and show the code. Where/What am i missing???