I want to prevent any software installation using c#.
please help me.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Dec 18, 2013, 1:55 AM
Murad is looking for the solution to block the software installation using C#, it seems. Is it correct?
Jaganathan BantheswaranPosted Dec 18, 2013, 1:53 AM
The better option is to restrict user by Registery Entry.
http://blog.windowsnt.lv/2011/06/01/preventing-malware-with-srp-english/
In the above link, its explained well.
By the way, may i know why C# is required to block software installation?
Nipun TomarPosted Dec 18, 2013, 12:53 AM
Try the below links:
http://stackoverflow.com/questions/18683592/how-to-protect-my-c-sharp-program-from-being-installed-on-different-systems-unau
http://stackoverflow.com/questions/6313949/how-to-secure-my-windows-application-in-c-sharp-from-piracy-without-using-databa
http://stackoverflow.com/questions/5080650/what-is-the-most-secure-method-to-flag-activation-in-a-windows-application?rq=1
Thanks