cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Abhishek_Batwar
Level 4

Validations for Textbox in InstallShield

Hi All,

I want to validate textbox from database. I want to create a login window in Suite Project. I have created UI, but now I want to validate Username and Password from database. How can I do that??????
Database can be any like sql or xml file.
plz help.......
Thanks in Advance
Abhishek
Labels (1)
0 Kudos
(3) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Create a UI Action DLL as described on Calling a Function in a DLL from a Wizard Page or Window in a Suite Installation. The action which does the verification should set one or more properties that you use, e.g., in a Visible condition for another control.
0 Kudos
Abhishek_Batwar
Level 4

hi Michael,
Thanks for reply...

But I want to include a dll of C# not C/C++ as I don't have any idea of C/C++. Can I do that? If yes then How?
0 Kudos
MichaelU
Level 12 Flexeran
Level 12 Flexeran

As of today, extension conditions and UI actions only support C and C++ DLLs.
0 Kudos