myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


  


Command line for Office 2007

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS 2003 >> Command line for Office 2007 Page: [1]
Login
Message << Older Topic   Newer Topic >>
Command line for Office 2007 - 4/4/2008 9:23:02 AM   
lspringer


Posts: 163
Score: 0
Joined: 9/16/2004
Status: offline
I used the command line setup.exe /adminfile updates\standard.msp and the installation fails when installing office 2007.

Has anybody got this to work?
Post #: 1
RE: Command line for Office 2007 - 4/4/2008 9:26:07 AM   
rtruss


Posts: 254
Score: 11
Joined: 11/4/2004
Status: offline
how does it fail?

(in reply to lspringer)
Post #: 2
RE: Command line for Office 2007 - 4/4/2008 9:34:23 AM   
lspringer


Posts: 163
Score: 0
Joined: 9/16/2004
Status: offline
Executing program setup.exe /adminfile Updates\standard.MSP in Admin context execmgr 4/4/2008 8:03:18 AM 2936 (0x0B78)
Execution Request for program Office 2007 Standard state change from WaitingContent to Running execmgr 4/4/2008 8:03:18 AM 2936 (0x0B78)
Checking content location \\LES-SMS\SMSPKGC$\LES0002D\ for use execmgr 4/4/2008 8:03:18 AM 2936 (0x0B78)
Successfully selected content location \\LES-SMS\SMSPKGC$\LES0002D execmgr 4/4/2008 8:03:18 AM 2936 (0x0B78)
Executing program as a script execmgr 4/4/2008 8:03:18 AM 2936 (0x0B78)
Successfully prepared command line "\\LES-SMS\SMSPKGC$\LES0002D\setup.exe" /adminfile Updates\standard.MSP execmgr 4/4/2008 8:03:18 AM 2936 (0x0B78)
Command line = "\\LES-SMS\SMSPKGC$\LES0002D\setup.exe" /adminfile Updates\standard.MSP, Working Directory = \\LES-SMS\SMSPKGC$\LES0002D\ execmgr 4/4/2008 8:03:18 AM 2936 (0x0B78)
Created Process for the passed command line execmgr 4/4/2008 8:03:19 AM 2936 (0x0B78)
Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramStartedEvent
{
AdvertisementId = "LES2011C";
ClientID = "GUID:5B13E77D-BA2E-4AD2-B213-DB69B5D2781C";
CommandLine = "\"\\\\LES-SMS\\SMSPKGC$\\LES0002D\\setup.exe\" /adminfile Updates\\standard.MSP";
DateTime = "20080404130319.342000+000";
MachineName = "TRAIN-LAP05-SVC";
PackageName = "LES0002D";
ProcessID = 1168;
ProgramName = "Office 2007 Standard";
SiteCode = "LES";
ThreadID = 2936;
UserContext = "NT AUTHORITY\\SYSTEM";
WorkingDirectory = "\\\\LES-SMS\\SMSPKGC$\\LES0002D\\";
};
execmgr 4/4/2008 8:03:19 AM 2936 (0x0B78)
Raised Program Started Event for Ad:LES2011C, Package:LES0002D, Program: Office 2007 Standard execmgr 4/4/2008 8:03:19 AM 2936 (0x0B78)
Program exit code 30059 execmgr 4/4/2008 8:03:44 AM 2936 (0x0B78)
Looking for MIF file to get program status execmgr 4/4/2008 8:03:44 AM 2936 (0x0B78)
Script for Package:LES0002D, Program: Office 2007 Standard failed with exit code 30059 execmgr 4/4/2008 8:03:44 AM 2936 (0x0B78)
Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramErrorEvent
{
AdvertisementId = "LES2011C";
ClientID = "GUID:5B13E77D-BA2E-4AD2-B213-DB69B5D2781C";
DateTime = "20080404130344.549000+000";
ExitCode = "30059";
MachineName = "TRAIN-LAP05-SVC";
PackageName = "LES0002D";
ProcessID = 1168;
ProgramName = "Office 2007 Standard";
SiteCode = "LES";
ThreadID = 2936;
UserContext = "NT AUTHORITY\\SYSTEM";
};
execmgr 4/4/2008 8:03:44 AM 2936 (0x0B78)
Raised Program Error Event for Ad:LES2011C, Package:LES0002D, Program: Office 2007 Standard execmgr 4/4/2008 8:03:44 AM 2936 (0x0B78)
Execution is complete for program Office 2007 Standard. The exit code is 30059, the execution status is FailureNonRetry execmgr 4/4/2008 8:03:44 AM 784 (0x0310)

(in reply to rtruss)
Post #: 3
RE: Command line for Office 2007 - 4/4/2008 9:49:18 AM   
dwertzd

 

Posts: 89
Score: 0
Joined: 8/10/2006
Status: offline
My install has been working.  I created a msp file for my configurations.  here is my command line and the settings in the config.xml

setup /adminfile ProPlus.Config\ProPlus-Custom.MSP /config ProPlus.WW\config.xml
 
Config.xml setup line
<Display Level="Basic" CompletionNotice="No" SuppressModal="yes" AcceptEula="yes" />

(in reply to lspringer)
Post #: 4
RE: Command line for Office 2007 - 4/4/2008 9:57:15 AM   
rtruss


Posts: 254
Score: 11
Joined: 11/4/2004
Status: offline
I was going to suggest you also mod your config.xml file as I think your issue is a install prompt issue and the xml file will stop that from happening.

(in reply to dwertzd)
Post #: 5
RE: Command line for Office 2007 - 4/4/2008 10:41:34 AM   
lspringer


Posts: 163
Score: 0
Joined: 9/16/2004
Status: offline
Made the changes and it still fails:

Requesting content from CAS for package LES0002E version 1 execmgr 4/4/2008 9:19:29 AM 3976 (0x0F88)
Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistWaitingContentEvent
{
AdvertisementId = "LES2011E";
ClientID = "GUID:5B13E77D-BA2E-4AD2-B213-DB69B5D2781C";
DateTime = "20080404141931.826000+000";
MachineName = "TRAIN-LAP05-SVC";
PackageName = "LES0002E";
PackageVersion = "1";
ProcessID = 988;
ProgramName = "Microsoft Office 2007 Standard";
SiteCode = "LES";
ThreadID = 3976;
};
execmgr 4/4/2008 9:19:31 AM 3976 (0x0F88)
Successfully raised SoftDistWaitingContentEvent event for program Microsoft Office 2007 Standard execmgr 4/4/2008 9:19:31 AM 3976 (0x0F88)
Execution Request for program Microsoft Office 2007 Standard state change from NotExist to WaitingContent execmgr 4/4/2008 9:19:31 AM 3976 (0x0F88)
Content is available for program Microsoft Office 2007 Standard. execmgr 4/4/2008 9:19:32 AM 2580 (0x0A14)
Executing program setup.exe /adminfile Updates\standard.msp /config  ProPlus.WW\config.xml in Admin context execmgr 4/4/2008 9:19:32 AM 2580 (0x0A14)
Execution Request for program Microsoft Office 2007 Standard state change from WaitingContent to Running execmgr 4/4/2008 9:19:32 AM 2580 (0x0A14)
Checking content location \\LES-SMS\SMSPKGC$\LES0002E\ for use execmgr 4/4/2008 9:19:32 AM 2580 (0x0A14)
Successfully selected content location \\LES-SMS\SMSPKGC$\LES0002E execmgr 4/4/2008 9:19:32 AM 2580 (0x0A14)
Executing program as a script execmgr 4/4/2008 9:19:32 AM 2580 (0x0A14)
Successfully prepared command line "\\LES-SMS\SMSPKGC$\LES0002E\setup.exe" /adminfile Updates\standard.msp /config ProPlus.WW\config.xml execmgr 4/4/2008 9:19:32 AM 2580 (0x0A14)
Command line = "\\LES-SMS\SMSPKGC$\LES0002E\setup.exe" /adminfile Updates\standard.msp /config ProPlus.WW\config.xml, Working Directory = \\LES-SMS\SMSPKGC$\LES0002E\ execmgr 4/4/2008 9:19:32 AM 2580 (0x0A14)
Created Process for the passed command line execmgr 4/4/2008 9:19:33 AM 2580 (0x0A14)
Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramStartedEvent
{
AdvertisementId = "LES2011E";
ClientID = "GUID:5B13E77D-BA2E-4AD2-B213-DB69B5D2781C";
CommandLine = "\"\\\\LES-SMS\\SMSPKGC$\\LES0002E\\setup.exe\" /adminfile Updates\\standard.msp /config ProPlus.WW\\config.xml";
DateTime = "20080404141933.588000+000";
MachineName = "TRAIN-LAP05-SVC";
PackageName = "LES0002E";
ProcessID = 988;
ProgramName = "Microsoft Office 2007 Standard";
SiteCode = "LES";
ThreadID = 2580;
UserContext = "NT AUTHORITY\\SYSTEM";
WorkingDirectory = "\\\\LES-SMS\\SMSPKGC$\\LES0002E\\";
};
execmgr 4/4/2008 9:19:33 AM 2580 (0x0A14)
Raised Program Started Event for Ad:LES2011E, Package:LES0002E, Program: Microsoft Office 2007 Standard execmgr 4/4/2008 9:19:33 AM 2580 (0x0A14)
Program exit code 30059 execmgr 4/4/2008 9:20:01 AM 3976 (0x0F88)
Looking for MIF file to get program status execmgr 4/4/2008 9:20:01 AM 3976 (0x0F88)
Script for Package:LES0002E, Program: Microsoft Office 2007 Standard failed with exit code 30059 execmgr 4/4/2008 9:20:01 AM 3976 (0x0F88)
Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramErrorEvent
{
AdvertisementId = "LES2011E";
ClientID = "GUID:5B13E77D-BA2E-4AD2-B213-DB69B5D2781C";
DateTime = "20080404142001.459000+000";
ExitCode = "30059";
MachineName = "TRAIN-LAP05-SVC";
PackageName = "LES0002E";
ProcessID = 988;
ProgramName = "Microsoft Office 2007 Standard";
SiteCode = "LES";
ThreadID = 3976;
UserContext = "NT AUTHORITY\\SYSTEM";
};
execmgr 4/4/2008 9:20:01 AM 3976 (0x0F88)
Raised Program Error Event for Ad:LES2011E, Package:LES0002E, Program: Microsoft Office 2007 Standard execmgr 4/4/2008 9:20:01 AM 3976 (0x0F88)
Execution is complete for program Microsoft Office 2007 Standard. The exit code is 30059, the execution status is FailureNonRetry execmgr 4/4/2008 9:20:01 AM 2508 (0x09CC)

(in reply to rtruss)
Post #: 6
RE: Command line for Office 2007 - 4/4/2008 11:26:18 AM   
rtruss


Posts: 254
Score: 11
Joined: 11/4/2004
Status: offline
what happens when you try to manually run your command line install?

(in reply to lspringer)
Post #: 7
RE: Command line for Office 2007 - 4/4/2008 1:27:39 PM   
lspringer


Posts: 163
Score: 0
Joined: 9/16/2004
Status: offline
PERF: TickCount=7957078 Name=OBootStrapper::Run Description=Begin function
Operating System version: 5.1.2600 Service Pack 2. Platform ID: 2
Running on a 32-bit operating system.
Command line: "\\les-net\les\LES Apps\Microsoft\Office12\Office 2007\setup.exe" /adminfile Updates\standard.msp /config ProPlus.WW\config.xml
Parsing command line.
Admin patch file/path specified: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Updates\standard.msp
Config XML file specified: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\config.xml
Parsing config.xml at: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\config.xml
Preferred product specified in config.xml to be: PROPLUS
Verify file signature in "\\les-net\les\LES Apps\Microsoft\Office12\Office 2007\setup.exe"
Verify file signature in "\\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\OSETUP.DLL"
Using setup controller dll at [\\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\OSETUP.DLL].
PERF: TickCount=7972546 Name=OBootStrapper::Run Description=Calling RunSetup
Opening log file C:\WINDOWS\TEMP\SetupExe(20080404111808A34).log.
=========================================================================
PERF: TickCount=7972562 Name=RunSetup Description=Begin function
Catalyst execution began: 04/04/2008 11:18:08.
Parsing config.xml at: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\config.xml
Preferred product specified in config.xml to be: PROPLUS
Setupexe Resiliency Mode is set to [PerformIfApplicable]; thus Resiliency is [disabled] for the [InstallExecutionMode]
Searching for updated versions of resource files under the 'updates' folder [\\les-net\les\LES Apps\Microsoft\Office12\Office 2007\updates].
Found [0] resource files under the update folder.
Searching for default versions of resource files under the folder [\\les-net\les\LES Apps\Microsoft\Office12\Office 2007].
Resource File Manager : Found (CultureTag=en-US) resource file at [\\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Office.en-us\OSETUPUI.DLL].
Found [1] resource files under the default folder.
Resource File Manager : Current user's LCID is [1033].
Resource File Manager : Selecting resource file (File=\\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Office.en-us\OSETUPUI.DLL) for CultureTag [en-US].
Running in [InstallExecutionMode]. Run from TEMP folder at [C:\WINDOWS\TEMP\Setup00000a34].
Loaded resource file [C:\WINDOWS\TEMP\Setup00000a34\OSETUPUI.DLL] (CultureTag=en-US).
Loaded Dll : \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\OSETUP.DLL.
Catalyst version is : 12.0.4518.1014
JobExecutionMode is InstallExecutionMode.
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0117-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0016-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0044-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0115-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0116-0409-1000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-001A-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0018-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-002C-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0011-0000-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0019-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-0010-0409-0000-0000000FF1CE}"
LIS: start parsing setup xml
LIS: finished parsing LIS package "{90120000-001B-0409-0000-0000000FF1CE}"
Product: PROPLUS
AddOnGroup Culture: en-us
   AddOnId: OFFICE.EN-US
   AddOnId: ACCESS.EN-US
   AddOnId: WORD.EN-US
   AddOnId: PUBLISHER.EN-US
   AddOnId: PROOFING.EN-US
   AddOnId: INFOPATH.EN-US
   AddOnId: ROSEBUD.EN-US
   AddOnId: POWERPOINT.EN-US
   AddOnId: OUTLOOK.EN-US
   AddOnId: EXCEL.EN-US
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUS.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUS.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUS.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUS.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISE.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISE.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISER.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HOMESTUDENTR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HOMESTUDENTR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ONENOTEHS.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ONENOTEHS.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ONENOTE.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ONENOTE.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ONENOTER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ONENOTER.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ULTIMATE.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ULTIMATE.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ULTIMATER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ULTIMATER.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MONDO.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MONDO.
OPTION-PREREQ(PRODUCTMATCH): Modifying 'OneNoteFiles' option properties: State='Absent', Visible='No', AllowInstallLocal='Yes'.
OPTION-PREREQ(WINVISTAORLATER): Modifying 'OutlookAuxDsp' option properties: State='Absent', Visible='No', AllowInstallLocal='Yes'.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BASICR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BASICR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISE.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISE.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISER.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\INFOPATH.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\INFOPATH.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\INFOPATHR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\INFOPATHR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\INTERCONNECTOUTLOOK.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\INTERCONNECTOUTLOOK.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\INTERCONNECTOUTLOOKR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\INTERCONNECTOUTLOOKR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MONDO.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MONDO.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OUTLOOK.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OUTLOOK.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OUTLOOKR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OUTLOOKR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OUTLOOKSTD.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OUTLOOKSTD.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OUTLOOKSTDR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OUTLOOKSTDR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PERSONAL.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PERSONAL.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PERSONALR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PERSONALR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUSR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUSR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROHYBRIDR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROHYBRIDR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROHYBRID2R.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROHYBRID2R.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PRO.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PRO.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SHAREPOINTDESIGNER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SHAREPOINTDESIGNER.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SHAREPOINTDESIGNERR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SHAREPOINTDESIGNERR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SMALLBUSINESS.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SMALLBUSINESS.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SMALLBUSINESSR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SMALLBUSINESSR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\STANDARD.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\STANDARD.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\STANDARDR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\STANDARDR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ULTIMATER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ULTIMATER.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WEBDESIGNER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WEBDESIGNER.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WORD.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WORD.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WORDR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WORDR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WORDHOMESTUDENTR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WORDHOMESTUDENTR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\STANDARD.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\STANDARD.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MONDO.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MONDO.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PERSONAL.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PERSONAL.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PERSONALR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PERSONALR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUSR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUSR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PRO.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PRO.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\STANDARDR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\STANDARDR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISE.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISE.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ENTERPRISER.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BASICR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BASICR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROHYBRIDR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROHYBRIDR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROHYBRID2R.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROHYBRID2R.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SMALLBUSINESS.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SMALLBUSINESS.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SMALLBUSINESSR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SMALLBUSINESSR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HOMESTUDENTR.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HOMESTUDENTR.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ULTIMATER.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ULTIMATER.
Detecting Applications Qualified for Upgrade
No upgradable applications found
Not parsing product config.xml file: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\config.xml because one has already been parsed.
Product Deployment Mode: PerMachineManaged
Target Deployment Account Security Identifier: S-1-5-0
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Office.en-us\OfficeMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Office.en-us\OfficeMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Office.en-us\OfficeMUISet.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Office.en-us\OfficeMUISet.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Excel.en-us\ExcelMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Excel.en-us\ExcelMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Outlook.en-us\OutlookMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Outlook.en-us\OutlookMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\PowerPoint.en-us\PowerPointMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\PowerPoint.en-us\PowerPointMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Rosebud.en-us\RosebudMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Rosebud.en-us\RosebudMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\InfoPath.en-us\InfoPathMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\InfoPath.en-us\InfoPathMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Proofing.en-us\Proof.es\Proof.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Proofing.en-us\Proof.es\Proof.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Proofing.en-us\Proof.fr\Proof.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Proofing.en-us\Proof.fr\Proof.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Proofing.en-us\Proof.en\Proof.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Proofing.en-us\Proof.en\Proof.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Proofing.en-us\Proofing.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Proofing.en-us\Proofing.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Publisher.en-us\PublisherMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Publisher.en-us\PublisherMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Word.en-us\WordMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Word.en-us\WordMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Access.en-us\Access.en-us\AccessMUI.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Access.en-us\Access.en-us\AccessMUI.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Access.en-us\AccessMUISet.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Access.en-us\AccessMUISet.xml.
Loading package metadata: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\ProPlusWW.xml
Xml Signature verification succeeded for \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\ProPlus.WW\ProPlusWW.xml.
Searching for admin file at path/file: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Updates\standard.msp
Admin file located at: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Updates\standard.msp
Searching for patches in: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\updates
Discovered patch \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\updates\standard.MSP
Patch \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\updates\standard.MSP is applicable for the current chained install.
Display level none specified in config.xml.
Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUS.
Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PROPLUS.
XmlSignature Verification succeeded for branding.xml.
Catalyst beta product conflict check passed. No Office Beta product installed on the computer
Catalyst valid path check passed: The path C:\Program Files\Microsoft Office is valid
Catalyst path exists check passed: The path C:\Program Files\Microsoft Office exists
Setup requires installed space 1172 MB. Avaliable space in drive C:\ is 57904 MB
Catalyst free space check requirement check passed
Setup was aborted. Setup customization files are not supported on this Microsoft Office product type. Run Setup again without using a Setup customization file. This customization file may be located in the Updates folder of the installation image.
Not showing message because suppress modal has been set.  Title: 'Setup Error', Message: 'Setup was aborted. Setup customization files are not supported on this Microsoft Office product type. Run Setup again without using a Setup customization file. This customization file may be located in the Updates folder of the installation image.'
Message returned: 1
Error: OCTPatch is not allowed . Type: OCTPatchForbidden.
Catalyst execution finished: 04/04/2008 11:18:13.  Return code: 30059.  Exception caught: OCTPatchForbidden.
PERF: TickCount=7978078 Name=RunSetup Description=End function
=========================================================================

(in reply to lspringer)
Post #: 8
RE: Command line for Office 2007 - 4/11/2008 2:20:49 PM   
cstauffer911

 

Posts: 50
Score: 2
Joined: 10/6/2006
Status: offline
Did you include a PID in your MSP file?

If not you will get that exact error you posted in the last post.

Also there are certain versions that are not ment to be used with the custom.msp so you may need to just do everything though the config.xml file.

I just posted a bunch of info on my blog that i got from a class i just took see if any of it helps you.

http://myitforum.com/cs2/blogs/cstauffer/archive/2008/04/10/deploying-office-2007.aspx

http://myitforum.com/cs2/blogs/cstauffer/archive/2008/04/11/additional-office-deployment-notes.aspx

(in reply to lspringer)
Post #: 9
RE: Command line for Office 2007 - 4/11/2008 7:53:15 PM   
rtruss


Posts: 254
Score: 11
Joined: 11/4/2004
Status: offline
looks like you are using a admin switch:
Admin file located at: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\Updates\standard.msp
Searching for patches in: \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\updates
Discovered patch \\les-net\les\LES Apps\Microsoft\Office12\Office 2007\updates\standard.MSP

when you have your msp file in the updates folder you do not need the adminfile switch whic may account for this error:
Setup was aborted. Setup customization files are not supported on this Microsoft Office product type. Run Setup again without using a Setup customization file. This customization file may be located in the Updates folder of the installation image.
 
either move the msp file or remove the cmdline portion that calls it and then run the install again.

I would also have to agree with cstauffer911s point of the PID.  You need it either in the msp file or in the config.xml file.  Your version (proplus) should work with a msp file.  What I did was to download the enterprise version, as it includes all office 2007 apps, and then simply create scripts and msp's for whatever version I need installed and then use a custom install script to call a OS based msp file for further customizing.  IF you have access to the vl site I recomend you try that route, it really made my life simpler.   Now I only need to maintain 1 sms package for office instead of one for office, one for visio, project, etc. etc..... Then when you run the admin piece and select the office app you need you simply input the appropriate product code and viola.  The enterprise piece was designed so corporations could use the product key they need for say proplus and just install that piece or visio, project etc.

< Message edited by rtruss -- 4/11/2008 7:55:07 PM >

(in reply to cstauffer911)
Post #: 10
Page:   [1]
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS 2003 >> Command line for Office 2007 Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



  
Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.328