Hi,
Just bought the MSI Factory.
1. Create custom Action run vbscript.
2. Call the VB script from dialog.
Step 1+ 2: work [The script check user name against the AD]
In the script, the error code inserted to var named "CA_check_Credentials_return_code"
The script pop up this var and I see it's 0. Great.
Now I want to enable the "Next" button only if the result [error code] is 0.
How should I do that ?
Thanks
Just bought the MSI Factory.
1. Create custom Action run vbscript.
2. Call the VB script from dialog.
Step 1+ 2: work [The script check user name against the AD]
In the script, the error code inserted to var named "CA_check_Credentials_return_code"
The script pop up this var and I see it's 0. Great.
Now I want to enable the "Next" button only if the result [error code] is 0.
How should I do that ?
Thanks
Comment