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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -