This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- I HAVE FOUND THE PROBLEM !! Yahhhhooooo
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2008
04:57 AM
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
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
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2008
05:47 AM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2008
07:16 AM
How can I turn on the msi logging ? is it using the build settings ?
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2008
08:39 AM
Logging information can be found here:
http://support.installshield.com/kb/view.asp?articleid=Q104807
http://support.installshield.com/kb/view.asp?articleid=Q104807
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2008
09:27 AM
Well, simple as it can be, it should be configured as :
New Dialog My_Dialog_Name IS_NET_API_NET_VALID_USER="1"
New Dialog My_Dialog_Name IS_NET_API_NET_VALID_USER="1"