/build/static/layout/Breadcrumb_cap_w.png

Microsoft Learning Essentials for Microsoft Office

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.1k  |  Created: 01/30/2007

Average Rating: 0
Learning Essentials for Microsoft Office has 2 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
117
Command Line
To install the educator and student components, type the following:

msiexec.exe /i lrngessl.msi

To install the student component only, type the following:
msiexec.exe /i lrngessl.msi ADDLOCAL=ALL Remove=Teacher /qr

To change the installation directory, type the following:
msiexec.exe /i lrngessl.msi INSTALLDIR=[directorypath]
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Note
Beware of wordwrap
VBScript install code is below:
'======================
'Start of VbScript Code
On Error Resume Next
Const ALL_USERS = True

strLearnEssent = "C:\lrngessl_NA_English\lrngessl.msi"

'This is a trick to change the install type
'Just add your own yes/no to change the install.

If strImageTypeChoice = "Student" Then
LearnEssMSIParams = "ADDLOCAL=ALL Remove=Teacher"
Else
LearnEssMSIParams = " "
End If

Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists(strLearnEssent) Then

Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Set objSoftware = objWMIService.Get("Win32_Product")
errReturn = objSoftware.Install(strLearnEssent,LearnEssMSIParams, ALL_USERS)
If Err.Number <> 0 Then
' wscript.echo = strLogComment & "Learning Essentials for Microsoft Office Installed."
' Else
wscript.echo "Error Installing Learning Essentials for Microsoft Office."
End If

End If

'=====================
'End of VbScript Code
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (2)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Learning Essentials for Microsoft Office

Version

1.1

Uninstall String

MsiExec.exe /X{B348E585-E872-41DF-8234-E2D49917CFBB}

Questions & Answers (0)

Questions & Answers related to Microsoft Learning Essentials for Microsoft Office

Blogs (0)

Blog posts related to Microsoft Learning Essentials for Microsoft Office

Reviews (0)

Reviews related to Microsoft Learning Essentials for Microsoft Office

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ