Edit MSI to include password and server?

  • Thread starter Thread starter brianlees
  • Start date Start date
B

brianlees

I think I can do this, but I'm not clear. Can I insert a password and the server name into the client MSI? I have ORCA and I asw the username property and added that. I didn't see a password or server name property, though. Of course, I'm most likely just blind and missed it!

Any ideas?

Thanks

Brian
 
OK, I see the servername entry. Only thing I don't see is the password entry. I do see clearpassword. Is that the same thing?
 
Hi there,

The password field cannot be entered directly through the msi, since the password field is not stored as clear text.

What the MSI offers is the clearpassword field. When the client logs on the first time this field is read and converted to the password field.

Nixu.
 
Perhaps I'll put in a feature request. We have several apps that store information in the user profile, which makes it difficult to have multiple users logging into the server. I setup a user that everyone can share for these apps. It allows all the settings to be the same - very important. So, you can see why it would be great if I could embed the password in the MSI...or a transform.

Thanks for the info.

Brian
 
brianlees said:
OK, I see the servername entry. Only thing I don't see is the password entry. I do see clearpassword. Is that the same thing?

I opened the .msi in ORCA but I can't find the servername entry. Where can I find it?
 
Back
Top