PASSWORD in customized client MSI

sorinso

Bit poster
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.
 
Hi there,

CLEARPASSWORD is not a Boolean and should contain the password..
Check the documentation well ..

Nixu

sorinso said:
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.
 
10nx ...

10nx, nixu. This does make some sense. I changed the value with the real password and dropped the PASSWORD row and it works like a charm!
Believe me I know the "Using ORCA to change the MSI" chapter in your documentation almost by heart :) I just misinterpreted :oops: what is written there:
CLEARPASSWORD: Clear password for the user. When the client is launched for the first time, the password is encrypted and saved
 
Back
Top