Username and Password
In Response to the Username and Passwords Question.
If you First Create a Secondary User Account that is an Administrator in Logmein.com Website
Use this Username and password, Something like
deploy@myorg.com, with a simple password of deploy4me!
Log in as that Account,
Goto Account,
Then Choose Extra Layer of Security.
Choose 1 of the 1st 2 Options, This will Only allow you to be able log into the account, but will still authenticate for deployment purposes, and then Check the 3rd box and set to your primary email address, so that you know if and when someone tries to log in. THis will supply you with the time and their IP address.
Once you have set these up, put those credentials in the Logmein Installer,
Also, I tackled this problem slightly differently instead of building a Custom MSI, I created a Autoit Script which does the same thing, But it allows me to do more, such as Create the User Account, set the password, Autohide it from the Start Menu in the Same fashion Logmein does with the Logmeinremoteuser account.
As Well as Set any other Settings Such as Lockout Times, Customizations, for IT Reach or Pro, (My Company Logo and Phone Number) Automatic Recording of All Remote Control Sessions and Creation of a Scheduled Task which then Uploads to our FTP Server (For Liability reasons as well as Future Assistance).
I'm sure all of this could be done with an MSI, but It just seemed more robust using autoit.
Hope this helps.