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
- :
- FlexNet Connect
- :
- FlexNet Connect Forum
- :
- Re: User Authentication without dialog
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 02, 2005
09:35 PM
User Authentication without dialog
Hi All,
Is it possible to perform a user authentication without presenting a dialog? For example obtain the software serial number obtained via a profile etc and autheticate.
Phil
Is it possible to perform a user authentication without presenting a dialog? For example obtain the software serial number obtained via a profile etc and autheticate.
Phil
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 03, 2005
05:54 AM
Yes, in a way; If you can, during installation or updates place a special value/info in a registry or a file you can confirm that value is existing before showing an update. Not sure if that works for you though.
Dannie
Dannie
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 03, 2005
08:05 AM
Taking it a step further, you'll probably want to hash the values you'd like to check against prior to storing.
Kelly
Kelly
divanova wrote:
Yes, in a way; If you can, during installation or updates place a special value/info in a registry or a file you can confirm that value is existing before showing an update. Not sure if that works for you though.
Dannie
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 03, 2005
08:13 AM
Another note: HelpNet has an item about using profile data as conditions...
http://helpnet.installshield.com/Robo/BIN/Robo.dll?mgr=agm&tpc=%2Frobo%2Fprojects%2Fdwusagent%2FOverview.htm&wnd=InstallShieldLivingHelp%7CMain&agt=wsm&ctxid=setup.asp
KellyF
http://helpnet.installshield.com/Robo/BIN/Robo.dll?mgr=agm&tpc=%2Frobo%2Fprojects%2Fdwusagent%2FOverview.htm&wnd=InstallShieldLivingHelp%7CMain&agt=wsm&ctxid=setup.asp
KellyF
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 03, 2005
06:08 PM
Thanks for your quick responses.
I am ok with making the update available via a condition. Our company offers a quarterly software maintenance agreement to customers. I would like to be able to authenticate / check the customer maintenance status.
The message authentication allows you to specify a 'What URL will the Update Service use to authenticate your user?' but the field is only available if you display a dialog.
I don't wish to display a dialog for information that is easily obtainable.
I am ok with making the update available via a condition. Our company offers a quarterly software maintenance agreement to customers. I would like to be able to authenticate / check the customer maintenance status.
The message authentication allows you to specify a 'What URL will the Update Service use to authenticate your user?' but the field is only available if you display a dialog.
I don't wish to display a dialog for information that is easily obtainable.