jvbeardsley Posted September 18, 2007 Posted September 18, 2007 I'm looking for a way to do an unattended install for Live Meeting 2007. Its going to be pushed out via SMS. Any ideas?The application name is LMsetup.exe and I've tried /q, /quiet, and even /? just to get a list of optional switches and nothing happens. If you have any info, please let me know.Thanks!
Jennifer Zou Posted December 18, 2008 Posted December 18, 2008 Hi,You can deploy the Live Meeting 2007 client by using your organization’s preferred deployment method such as SMS, an Active Directory Domain Services Group Policy, a scripted deployment or any other third-party software that supports .msi-based deployment. But first you need to extract the installer package (.msi)1.Copy the file LMSetup.exe, EASetup.exe and LPSetup.exe to a folder on your local hard disk.2.Open a command prompt window.3.Change the directory to the folder to which you copied the exe.4.Type the following command at the command prompt to extract the LMConsole.msi file.LMSetup.exe –out <drive>:\<folder path> If you want to install the meeting client silently, you can use the /qn switch and type the following command:Msiexec /qn /I LMConsole.msiNote that on Windows Vista the .msi will not work correctly unless the user runs the installer with administrator privileges.For more information, please see: http://technet.microsoft.com/en-us/library/cc507089.aspxHope this will help youJennifer
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now