Create VB.NET password protected installer -
i'm trying create installer vb.net project in vs 2010. however, want make installer require password or key install project. haven't been able find anywhere possible. ideas?
i go file > add project usually, issue want create sort of license key users install. doesn't have randomize, can password. i'm going 1 installing this.
if want have password protection own installer add form this:
visual basic .net tutorial 12 -how create password protection using textbox in vb.net
something like...
if textbox.text = "password" msgbox("true!") frmtwo.show() else msgbox("false!") end if
define password char * in text field's properties!
Comments
Post a Comment