c# - User validation with ClickOnce installer? -


i creating wpf windows desktop application. need validation, while installation of application, if validation fails need stop installation, else complete installation.

can achieved in click once?

i found article: http://msdn.microsoft.com/en-us/library/dd997001.aspx creating custom installer. requires create seperate application , use custom installer class install application. possible override default installer?

no, way can clickonce using customer installer have found.

i recommend doing kind of validation against authenticated user @ install time because 2 users use same machine, 1 allowed install , 1 not. user allowed install so, , user not run it.

it's better authenticate users when app run mclaassen suggested.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -