I want to know how can to create a password that rotate in Inno Setup?
Something similar to a "Token"?
Or search in a SharePoint list?
I don't want that always be a same.
Is it possible?
Do you have other suggestion?
Thanks for advance!
I want to know how can to create a password that rotate in Inno Setup?
Something similar to a "Token"?
Or search in a SharePoint list?
I don't want that always be a same.
Is it possible?
Do you have other suggestion?
Thanks for advance!
Use
CheckPassword
event function instead ofPassword
directive.