visual studio - how to implement copy protection for installing my .net application -


i have gone through several samples in web.i understood protect software giving password each application.i not asking abstract concept because had developed 1 concept mine.my question can implement codes ?

i read various options in visual studio such setup project,clickonce.in setup project can't add executables or script password protect before installing application.

i want user give password during installation installation process proceeds , finished succesfully

how can achieve in visual studio ?

to honest, way know able in visual studio (your actual question) write own application installer. password coded installer, easy hack. recommend either technology or addin. why not copy protect application , off shelve plug in security? in area wouldn't re-invent wheel - it's not worth effort (and therefore cost)


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -