I need to create a customized MSI client installation file. I edited the MSI file with ORCA, and I set the most options to meet my users' needs.
The only thing I did not manage to solve is the password. I added a row called PASSWORD to the MSI, and I inserted there the value as should be. I set also the following properties:
- SAVEPASSWORD = 1
- CLEARPASSWORD = 0
- DISABLESAVEPASSWORDADMIN = 0
- DISABLESAVEPASSWORD = 0
Nevertheless, when the user installs the MSI, it receives on the first use a "Cannot Login" error message. After I enter the password, I get the applications list and everything works perfect.
Am I missing something? Is there any other source for the MSI options than the 2X Application Server & LoadBalancer.PDF?
TIA.
The only thing I did not manage to solve is the password. I added a row called PASSWORD to the MSI, and I inserted there the value as should be. I set also the following properties:
- SAVEPASSWORD = 1
- CLEARPASSWORD = 0
- DISABLESAVEPASSWORDADMIN = 0
- DISABLESAVEPASSWORD = 0
Nevertheless, when the user installs the MSI, it receives on the first use a "Cannot Login" error message. After I enter the password, I get the applications list and everything works perfect.
Am I missing something? Is there any other source for the MSI options than the 2X Application Server & LoadBalancer.PDF?
TIA.