cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
oded_rabani
Level 3

user verification issues

Hello all,

I am using "LogonInformation" to get the username and password from the user. (Basic MSI).

I want that user will be able to continue with the installation only if the password , username and domain information are correct.

I have configured "Next" button with two events and conditions:

Doaction IsNetValidedLogonName 1
New Dialog My_Dialog_Name IsNetValidedLogonName=1

But it doesn't work !

I case user enter wrong password and click "NEXT" , he will get a message about it.
But, In case user will enter the right password and click "NEXT", nothing happened !!!

PLEASE ASSIST, I AM ONE MILE FROM FINISHING THIS PROJECT...:D .


Thanks
Oded
Labels (1)
0 Kudos
(4) Replies
nikhilgupta
Level 5

turn on the msi logging on the machine. then run the setup and enter correct password and press next. At this point check the log file and see if the property IsNetValidedLogonName is set to 1 or not. It may help in finding the issue.
0 Kudos
oded_rabani
Level 3

How can I turn on the msi logging ? is it using the build settings ?
0 Kudos
Not applicable

0 Kudos
oded_rabani
Level 3

Well, simple as it can be, it should be configured as :

New Dialog My_Dialog_Name IS_NET_API_NET_VALID_USER="1"
0 Kudos