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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -