Jump to content

Recommended Posts

Posted

So, I'm trying to install a few Office Features as part of a larger batch script. I'm invoking the setup.exe from a network share, passing a couple parameters, including and XML config file. The script runs, it appears to sit and do "something" but afterwards when I check the installed features, and in another application that requires the features, they are not there.

 

Here is my batch file:

@ECHO OFF

CLS

 

REM ###########################

REM #Install Office Components#

REM ###########################

ECHO.

ECHO Installing Office Components. . .

ECHO Using: %CD%\config.xml

ECHO.

 

REM Add the Office Components required by KL by invoking the installer from the network and referencing

REM the config.xml located in the installer batch directory.

\\networkpath\setup.exe /modify ProPlus /config %CD%\config.xml

 

PAUSE

 

 

Here is my config.xml:

 

 

 

I've also tried this more verbose XML file:

 

 

 

 

 

 

 

 

 

 

Any ideas why it isn't working?

Posted

It will have written log files (I think in the temp directory) and they should tell you something about what's going on.

 

You could also change the "displaylevel" from none while you're debugging - can't remember the different options but use the one which is most verbose; that way you'll see if there are errors displayed.

Posted

I'll take a look for that log file.

 

I had the same idea, and tried to set it to "full" and "basic" (I forget exactly what the options were) but neither resulted in a GUI of any kind appearing.

Posted

So, I found that log file, and I had a syntax error.

 

My new batch file:

@ECHO OFF

CLS

 

REM ###########################

REM #Install Office Components#

REM ###########################

ECHO.

ECHO Installing Office Components. . .

ECHO Using: %CD%\config.xml

ECHO.

 

REM Add the Office Components required by KL by invoking the installer from the network and referencing

REM the config.xml located in the installer batch directory.

"C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\setup.exe" /modify PROPLUS /config "%CD%\config.xml"

 

PAUSE

 

My New XML file:

 

 

 

 

 

 

 

 

 

Now, I found that log file, thanks for the suggestion. I also noticed in the "Final Option Tree" section the following:

MSOfficeDocumentImaging:advertised

DocumentImagingUtils:absent

MSPPRTDRIVER:advertised

MSPHELP:absent

 

So... it looks like although I'm specifying the option data, it isn't taking it. Do I need to put the option within something else should there be a tree like;

 

Anyone have any more ideas? I have a feeling what I have isn't incorrect, but maybe just missing something.

Posted

The log file:

PERF: TickCount=6878240 Name=OBootStrapper::Run Description=Begin function

Operating System version: 6.0.6001 Service Pack 1. Platform ID: 2

Running on a 32-bit operating system.

Command line: "C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\setup.exe" /modify PROPLUS /config "E:\Work Stuff\Ideaca\EVCC-TECK\KL Stuff\KL_installer_batch\config.xml"

Parsing command line.

Config XML file specified: E:\Work Stuff\Ideaca\EVCC-TECK\KL Stuff\KL_installer_batch\config.xml

Modify requested for product: PROPLUS

Parsing config.xml at: E:\Work Stuff\Ideaca\EVCC-TECK\KL Stuff\KL_installer_batch\config.xml

Preferred product specified in config.xml to be: PROPLUS

Display level none specified in config.xml.

Show modal dialogs specified in config.xml.

Hide completion notice specified in config.xml.

Auto accept license specified in config.xml.

PIDKEY element successfully parsed in config.xml

COMPANYNAME specified in config.xml.

INSTALLLOCATION: "C:\Program Files\Microsoft Office" specified in config.xml.

USERNAME specified in config.xml.

Using setup controller dll at location [C:\Users\christof\AppData\Local\Temp\Setup0000170c\OSETUP.DLL].

Verify file signature in "C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\SETUP.EXE"

Verify file signature in "C:\Users\christof\AppData\Local\Temp\Setup0000170c\OSETUP.DLL"

Using setup controller dll at [C:\Users\christof\AppData\Local\Temp\Setup0000170c\OSETUP.DLL].

PERF: TickCount=6878754 Name=OBootStrapper::Run Description=Calling RunSetup

Opening log file C:\Users\christof\AppData\Local\Temp\SetupExe(20090818162957170C).log.

=========================================================================

 

Continued... in following posts:

Posted (edited)

PERF: TickCount=6878754 Name=RunSetup Description=Begin function

Catalyst execution began: 08/18/2009 16:29:57.

Parsing config.xml at: E:\Work Stuff\Ideaca\EVCC-TECK\KL Stuff\KL_installer_batch\config.xml

Preferred product specified in config.xml to be: PROPLUS

Display level none specified in config.xml.

Show modal dialogs specified in config.xml.

Hide completion notice specified in config.xml.

Auto accept license specified in config.xml.

PIDKEY element successfully parsed in config.xml

COMPANYNAME specified in config.xml.

INSTALLLOCATION: "C:\Program Files\Microsoft Office" specified in config.xml.

USERNAME specified in config.xml.

Setupexe Resiliency Mode is set to [PerformIfApplicable]; thus Resiliency is [enabled] for the [ConfigureExecutionMode]

Ensuring the install-state of setup controller files for product [PROPLUS].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-006E-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-0115-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-0016-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-001A-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-0018-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-0044-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-001F-0C0A-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-001F-040C-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-001F-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-002C-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-0019-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-001B-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-0015-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-0117-0409-0000-0000000FF1CE}].

Ensuring the install-state of setup controller feature[setupControllerFiles] for product[{90120000-0011-0000-0000-0000000FF1CE}].

Searching for default versions of resource files under the folder [C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller].

Resource File Manager : Found (CultureTag=en-US) resource file at [C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\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=C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Office.en-us\OSETUPUI.DLL) for CultureTag [en-US].

Running in [ConfigureExecutionMode]. Run from TEMP folder at [C:\Users\christof\AppData\Local\Temp\Setup0000170c].

Loaded resource file [C:\Users\christof\AppData\Local\Temp\Setup0000170c\OSETUPUI.DLL] (CultureTag=en-US).

Loaded Dll : C:\Users\christof\AppData\Local\Temp\Setup0000170c\OSETUP.DLL.

Catalyst version is : 12.0.6212.1000

JobExecutionMode is ConfigureExecutionMode.

Loading ARP entry.

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-002C-0409-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-0117-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-0018-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-001A-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-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: POWERPOINT.EN-US

AddOnId: OUTLOOK.EN-US

AddOnId: EXCEL.EN-US

Product Deployment Mode: PerMachineManaged

Target Deployment Account Security Identifier:

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Office.en-us\OfficeMUI.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Office.en-us\OfficeMUISet.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Excel.en-us\ExcelMUI.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Outlook.en-us\OutlookMUI.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\PowerPoint.en-us\PowerPointMUI.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\InfoPath.en-us\InfoPathMUI.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.es\Proof.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.fr\Proof.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.en\Proof.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\Proofing.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Publisher.en-us\PublisherMUI.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Word.en-us\WordMUI.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Access.en-us\..\Access.en-us\AccessMUI.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Access.en-us\AccessMUISet.xml

Loading package metadata: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\PROPLUS\ProPlusWW.xml

Loading ARP entry.

Kicking off chained product configuation-update...

PERF: TickCount=6885088 Name=Job::DoCacheWork Description=Begin function

PERF: TickCount=6885494 Name=Job::DoCacheWork Description=End function

OptionDependency: Setting InstallState of ExcelXmlEditVerb64 to Local

OptionDependency: Setting InstallState of XDocsXmlEditVerb64 to Local

OptionDependency: Setting InstallState of WordXmlEditVerb64 to Local

OptionDependency: Setting InstallState of PPTXmlEditVerb64 to Local

Edited by Keith_C
Forgot to specify unispace font
Posted

Final Option Tree:

AlwaysInstalled:local

Gimme_OnDemandData:local

ProductFiles:local

VSCommonPIAHidden:local

dummy_MSCOMCTL_PIA:local

dummy_Office_PIA:local

ACCESSFiles:local

Access_PIA:local

AccessWizards:local

CalendarControl:local

DeveloperWizards:local

AccessHelpFiles:local

AccessTemplatesIntl:local

EXCELFiles:local

Excel_PIA:local

ExcelAddinFiles:local

ExcelAddInEuroToolFiles:advertised

ExcelAddinHTMLFiles:local

ExcelAddinATPFiles:advertised

ExcelAddinLookupFiles:advertised

ExcelAddinSolverFiles:advertised

ExcelAddinSumIfFiles:advertised

ExcelHelpFiles:local

ExcelSampleFiles:local

OneNoteFiles:unknown

OUTLOOKFiles:local

Outlook_PIA:local

OutlookImportExportFiles:local

OutlookDVExtensionsFiles:local

OutlookDVAct3Files:local

OutlookDVCsvDosFiles:local

OutlookDVCsvWinFiles:local

OutlookDVDbaseFiles:local

OutlookDVOrg97Files:local

OutlookDVPabFiles:local

OutlookVBScript:local

OutlookMessaging:local

OutlookMAPI2:local

OutlookMAPICONTAB2:local

OutlookMAPIEMS2:local

OutlookMAPILDAP2:local

OutlookMAPIPST2:local

OutlookAddIns:local

OutlookAddIn_SPS:local

OutlookAuxDsp:local

OutlookOms:local

OutlookHelpFiles:local

OutlookStationeryFiles:local

OutlookStationeryBasicFiles:local

OutlookStationeryExtended:local

OutlookTemplateFiles:absent

PPTFiles:local

OrgChartFiles:absent

PowerPoint_PIA:local

PPTPresentationTemplates:local

PPTSoundFiles:local

PPTViewerFiles:local

PPTHelpFiles:local

PubPrimary:local

PubComPrinting:local

PubComPrintingEnRGBCMYK:local

Publisher_PIA:local

PubPaperDirect:local

PubWizards:local

PubWizardsTier2:local

PubWizardsTier3:local

PublisherFontSchemes:local

PublisherHelpFiles:local

SHAREDFiles:local

AceRepl:local

CAGFiles:local

CAGCategoryFiles:local

CAGCat10:local

CAGCat10Clips:local

CAGOffice10:local

CAGOffice10Clips:local

ConvertersFiltersFile:local

GraphicsFiltersFile:local

GraphicsFiltersCGMFiles:local

GraphicsFiltersEPSFiles:local

GraphicsFiltersGIFFiles:local

GraphicsFiltersJPEGFiles:local

GraphicsFiltersPICTFiles:local

GraphicsFiltersPNGFiles:local

GraphicsFiltersWPGFiles:local

TextConverters:local

TCWorks7Files:local

TCRecoverFiles:local

TCWP5Files:local

TCWP6Files:local

WordConverter12Files:local

InternationalSupportFiles:local

InternationalSupportFiles_ArialUni:local

InternationalSupportFiles_JPN:absent

OArt_DocTheme:local

OfficeDigitalSFiles:local

OsaNonBoot:absent

ProofingTools:local

TranslationCore:local

ProofingTools_1033:local

FindAllWordFormsFiles_1033:local

HyphenationFiles_1033:local

OCR_1033:absent

SpellingAndGrammarFiles_1033:local

ThesaurusFiles_1033:local

ProofingTools_1036:local

FindAllWordFormsFiles_1036:local

HyphenationFiles_1036:local

OCR_1036:absent

SpellingAndGrammarFiles_1036:local

ThesaurusFiles_1036:local

TranslationFiles_1036:local

ProofingTools_3082:local

FindAllWordFormsFiles_3082:local

HyphenationFiles_3082:local

OCR_3082:absent

SpellingAndGrammarFiles_3082:local

ThesaurusFiles_3082:local

TranslationFiles_3082:local

PubFontsSys:local

PubFontsBalanceSys:local

TCDRegistration:local

THEMESFiles:local

ThemesAdditionalFiles:local

ThemesTypicalFiles:local

VBAFiles:local

VBAHelpFiles:local

WISPFiles:local

TOOLSFiles:local

DocServicesFiles:local

Forms_PIA:local

GRAPHFiles:local

Graph_PIA:local

GraphHelpFiles:local

HTMLSourceEditing:local

WebScripting:local

WebDebugging:absent

MsInfoFiles:local

MSOfficeDocumentImaging:advertised

DocumentImagingUtils:absent

MSPPRTDRIVER:advertised

MSPHELP:absent

MSTagPluginsFiles:local

MetricConverter:local

MSTagPluginBiblioFiles:local

MSTagPluginDateFiles:local

MSTagPluginNamesFiles:local

MSTagPluginPlacesFiles:local

MSTagPluginStockFiles:local

OISFiles:local

OSESupp:local

LISTFiles:local

WebDiscussFiles:local

QueryFiles:local

RefIEBarFiles:local

SetLanguageFiles:local

SetLanguageHelpFiles:local

SmartTag_PIA:local

WebDriveFiles:local

EquationEditorFiles:local

Visio64Files:unknown

VisioPreviewerFiles:local

WORDFiles:local

Word_PIA:local

WordBibliographyFiles:local

WORDBordersFiles:local

WORDDocumentTemplates:local

WORDHelpFiles:local

WordQuickFormatsFiles:local

XDOCSFiles:local

XDocs_PIA:local

XDocsProgrammabilityFiles:local

VSTAIDEFiles:absent

XDocsRegFormFiles:local

XDOCSHelpFiles:local

XDocsSamples:local

XDocsSolutionSamples:local

XDocsSolutionsFiles:local

XDocsSolutionAbsenceRequest:local

XDocsSolutionApplicantRating:local

XDocsSolutionAssetTracking:local

XDocsSolutionChangeOrder:local

XDocsSolutionExpenseReport:local

XDocsSolutionExpenseReportDom:local

XDocsSolutionInvoiceMultiTaxRates:local

XDocsSolutionInvoiceRequest:local

XDocsSolutionInvoiceSingleTaxRate:local

XDocsSolutionIssueTrackingDtl:local

XDocsSolutionIssueTrackingSimple:local

XDocsSolutionMeetingAgenda:local

XDocsSolutionPerformanceReview:local

XDocsSolutionProjectPlan:local

XDocsSolutionPurchaseOrder:local

XDocsSolutionPurchaseRequest:local

XDocsSolutionResume:local

XDocsSolutionSalesReport:local

XDocsSolutionServiceRequest:local

XDocsSolutionStatusReport:local

XDocsSolutionTimeCardDetailed:local

XDocsSolutionTimeCardSimple:local

XDocsSolutionTravelItinerary:local

XDocsSolutionTravelRequest:local

XDocsSolutionVendorInformation:local

WORDSharedFiles:local

XDOCSEditorFiles:local

WhiteRabbitHidden:local

WISPHidden:local

DCubeHidden:local

ExcelXmlEditVerb64:local

PPTXmlEditVerb64:local

WAC_XmlEditVerb64EWD:unknown

WAC_XmlEditVerb64FPAC:unknown

WAC_XmlEditVerb64SPD:unknown

WordXmlEditVerb64:local

XDocsXmlEditVerb64:local

VisioPreviewerIntl:local

OfficeVBAHelpHidden:local

Posted

Executing chained package: OfficeMUI.en-us

08/18/2009 16:30:10 Configuring chained package: OfficeMUI.en-us

Catalyst Package Configuration...

Package: OfficeMUI.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Office.en-us\OfficeMUI.MSI

Command Line: ADDLOCAL=MetricConverterIntl_1033,AlwaysInstalledIntl_1033,MSTagPluginStockFilesIntl_1033,VBAHelpFilesIntl_1033,GraphicsFiltersCGMFilesIntl_1033,EquationEditorFilesIntl_1033,GraphicsFiltersEPSFilesIntl_1033,CAGCat10Intl_1033,MSTagPluginNamesFilesIntl_1033,MsoInstalledPackagesScopedIntl_1033,WebDiscussFilesIntl_1033,CAGOffice10Intl_1033,OISFilesIntl_1033,HTMLSourceEditingIntl_1033,CAGFilesIntl_1033,WISPHiddenIntl_1033,AceFilesIntl_1033,SetLanguageFilesIntl_1033,OSetupControllerIntl_1033,XDOCSEditorFilesIntl_1033,SetupControllerFiles,ClviewFilesIntl_1033,ProductNonBootFilesIntl_1033,MSTagPluginPlacesFiles_1033,TCWP5FilesIntl_1033,AceReplIntl_1033,ProductFilesIntl_1033,GraphHelpFilesIntl_1033,Gimme_OnDemandData,GraphicsFiltersWPGFilesIntl_1033,TCWP6FilesIntl_1033,GraphicsFiltersGIFFilesIntl_1033,GRAPHFilesIntl_1033,MSTagPluginDateFilesIntl_1033,WebDriveFilesIntl_1033,LISTFilesIntl_1033,MsInfoFilesIntl_1033,TCRecoverFilesIntl_1033,SetupXmlFiles,TOOLSFilesIntl_1033,VisioPreviewerIntl_1033,GraphicsFiltersPNGFilesIntl_1033,MSSOAP3Intl_1033,OfficeVBAHelpIntlHiddenIntl_1033,GraphicsFiltersPICTFilesIntl_1033,OfficeDigitalSFilesIntl_1033,VBAFilesIntl_1033,GraphicsFiltersJPEGFilesIntl_1033,QueryFilesIntl_1033,SetLanguageHelpFilesIntl_1033 REMOVE=MSPHELPIntl_1033,WebDebuggingIntl_1033 ADVERTISE=MSOfficeDocumentImagingIntl_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: OfficeMUI.en-us product code:{90120000-006E-0409-0000-0000000FF1CE}

Executing chained package: OfficeMUISet.en-us

08/18/2009 16:30:16 Configuring chained package: OfficeMUISet.en-us

Catalyst Package Configuration...

Package: OfficeMUISet.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Office.en-us\OfficeMUISet.MSI

Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: OfficeMUISet.en-us product code:{90120000-0115-0409-0000-0000000FF1CE}

Executing chained package: ExcelMUI.en-us

08/18/2009 16:30:18 Configuring chained package: ExcelMUI.en-us

Catalyst Package Configuration...

Package: ExcelMUI.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Excel.en-us\ExcelMUI.MSI

Command Line: ADDLOCAL=WhiteRabbitHiddenIntl_1033,Gimme_OnDemandData,EXCELFilesIntl_1033,ExcelHelpFilesIntl_1033,MsoInstalledPackagesScopedIntl_1033,EXCELNonBootFilesIntl_1033,SetupControllerFiles,SetupXmlFiles,ExcelSampleFilesIntl_1033 ADVERTISE=ExcelAddinSumIfFilesIntl_1033,ExcelAddinATPFilesIntl_1033,ExcelAddinLookupFilesIntl_1033,ExcelAddinSolverFilesIntl_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: ExcelMUI.en-us product code:{90120000-0016-0409-0000-0000000FF1CE}

Executing chained package: OutlookMUI.en-us

08/18/2009 16:30:21 Configuring chained package: OutlookMUI.en-us

Catalyst Package Configuration...

Package: OutlookMUI.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Outlook.en-us\OutlookMUI.MSI

Command Line: ADDLOCAL=WORDSharedFilesIntl_1033,SetupXmlFiles,WhiteRabbitHiddenIntl_1033,OutlookDVPabFilesIntl_1033,SetupControllerFiles,OUTLOOKFilesIntl_1033,OutlookDVCsvDosFilesIntl_1033,OutlookDVExtensionsFilesIntl_1033,OutlookMAPI2Intl_1033,OutlookOmsIntl_1033,OUTLOOKNonBootFilesIntl_1033,OutlookDVOrg97FilesIntl_1033,Gimme_OnDemandData,OutlookStationeryExtendedIntl_1033,OutlookStationeryBasicFilesIntl_1033,MsoInstalledPackagesScopedIntl_1033,OutlookDVCsvWinFilesIntl_1033,OutlookDVAct3FilesIntl_1033,OutlookDVDbaseFilesIntl_1033,OutlookImportExportFilesIntl_1033,OutlookMessagingIntl_1033,OutlookHelpFilesIntl_1033 REMOVE=OutlookTemplateFilesIntl_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: OutlookMUI.en-us product code:{90120000-001A-0409-0000-0000000FF1CE}

Executing chained package: PowerPointMUI.en-us

08/18/2009 16:30:24 Configuring chained package: PowerPointMUI.en-us

Catalyst Package Configuration...

Package: PowerPointMUI.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\PowerPoint.en-us\PowerPointMUI.MSI

Command Line: ADDLOCAL=Gimme_OnDemandData,ExcelConverter12Intl_1033,PPTNonBootFilesIntl_1033,PPTFilesIntl_1033,MsoInstalledPackagesScopedIntl_1033,PPTHelpFilesIntl_1033,PPTPresentationTemplatesIntl_1033,PPTViewerFilesIntl_1033,SetupControllerFiles,SetupXmlFiles REMOVE=OrgChartFilesIntl_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: PowerPointMUI.en-us product code:{90120000-0018-0409-0000-0000000FF1CE}

Executing chained package: InfoPathMUI.en-us

08/18/2009 16:30:26 Configuring chained package: InfoPathMUI.en-us

Catalyst Package Configuration...

Package: InfoPathMUI.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\InfoPath.en-us\InfoPathMUI.MSI

Command Line: ADDLOCAL=XDocsSolutionAbsenceRequestIntl_1033,XDocsSolutionSalesReportIntl_1033,XDocsSolutionExpenseReportDomIntl_1033,XDocsSolutionTimeCardDetailedIntl_1033,XDocsSolutionTravelRequestIntl_1033,XDocsSolutionTravelItineraryIntl_1033,XDocsSolnInvoiceMultiTaxRatesIntl_1033,XDocsSolutionPurchaseOrderIntl_1033,XDocsSolnInvoiceSingleTaxRateIntl_1033,XDocsSolnPerformanceReviewIntl_1033,XDOCSProgrammabilityFilesIntl_1033,XDocsSolutionInvoiceRequestIntl_1033,XDocsSampleSolutionsIntl_1033,XDocsSolutionAssetTrackingIntl_1033,XDocsSolutionExpenseReportIntl_1033,SetupControllerFiles,XDocsSolnVendorInformationIntl_1033,XDocsSolutionResumeIntl_1033,XDOCSFilesIntl_1033,XDocsSolutionServiceRequestIntl_1033,Gimme_OnDemandData,XDocsSolutionChangeOrderIntl_1033,MsoInstalledPackagesScopedIntl_1033,XDocsSolutionProjectPlanIntl_1033,XDocsSolutionApplicantRatingIntl_1033,XDocsSolutionIssueTrackingDtlIntl_1033,XDocsSolutionMeetingAgendaIntl_1033,SetupXmlFiles,XDocsSolnIssueTrackingSimpleIntl_1033,XDocsSolutionPurchaseRequestIntl_1033,XDOCSHelpFilesIntl_1033,XDocsSolutionStatusReportIntl_1033,XDocsSolutionTimeCardSimpleIntl_1033 REMOVE=VSTAIDEFilesIntl_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: InfoPathMUI.en-us product code:{90120000-0044-0409-0000-0000000FF1CE}

Executing chained package: Proof.es-es

08/18/2009 16:30:29 Configuring chained package: Proof.es-es

Posted

Catalyst Package Configuration...

Package: Proof.es-es

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.es\Proof.MSI

Command Line: ADDLOCAL=Gimme_OnDemandData,SpellingAndGrammarFiles_3082,FindAllWordFormsFiles_3082,HyphenationFiles_3082,ThesaurusFiles_3082,MsoInstalledPackagesScopedIntl_3082,SetupControllerFiles,SetupXmlFiles,TranslationFiles_3082 REMOVE=OCR_3082 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: Proof.es-es product code:{90120000-001F-0C0A-0000-0000000FF1CE}

Executing chained package: Proof.fr-fr

08/18/2009 16:30:30 Configuring chained package: Proof.fr-fr

Catalyst Package Configuration...

Package: Proof.fr-fr

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.fr\Proof.MSI

Command Line: ADDLOCAL=MsoInstalledPackagesScopedIntl_1036,Gimme_OnDemandData,SpellingAndGrammarFiles_1036,SetupControllerFiles,ThesaurusFiles_1036,TranslationFiles_1036,FindAllWordFormsFiles_1036,HyphenationFiles_1036,SetupXmlFiles REMOVE=OCR_1036 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: Proof.fr-fr product code:{90120000-001F-040C-0000-0000000FF1CE}

Executing chained package: Proof.en-us

08/18/2009 16:30:31 Configuring chained package: Proof.en-us

Catalyst Package Configuration...

Package: Proof.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\..\Proof.en\Proof.MSI

Command Line: ADDLOCAL=FindAllWordFormsFiles_1033,Gimme_OnDemandData,SpellingAndGrammarFiles_1033,ThesaurusFiles_1033,MsoInstalledPackagesScopedIntl_1033,HyphenationFiles_1033,SetupControllerFiles,SetupXmlFiles REMOVE=OCR_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: Proof.en-us product code:{90120000-001F-0409-0000-0000000FF1CE}

Executing chained package: Proofing.en-us

08/18/2009 16:30:32 Configuring chained package: Proofing.en-us

Catalyst Package Configuration...

Package: Proofing.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proofing.en-us\Proofing.MSI

Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: Proofing.en-us product code:{90120000-002C-0409-0000-0000000FF1CE}

Executing chained package: PublisherMUI.en-us

08/18/2009 16:30:32 Configuring chained package: PublisherMUI.en-us

Catalyst Package Configuration...

Package: PublisherMUI.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Publisher.en-us\PublisherMUI.MSI

Command Line: ADDLOCAL=Gimme_OnDemandData,PubPrimaryIntl_1033,PubPaperDirectLetterIntl_1033,PubPaperDirectA4Intl_1033,PublisherFontSchemesIntl_1033,MsoInstalledPackagesScopedIntl_1033,PubCoreWizardFilesIntl_1033,PublisherHelpFilesIntl_1033,SetupControllerFiles,SetupXmlFiles BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: PublisherMUI.en-us product code:{90120000-0019-0409-0000-0000000FF1CE}

Posted

Executing chained package: WordMUI.en-us

08/18/2009 16:30:34 Configuring chained package: WordMUI.en-us

Catalyst Package Configuration...

Package: WordMUI.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Word.en-us\WordMUI.MSI

Command Line: ADDLOCAL=WordDocumentPartsFilesIntl_1033,WhiteRabbitHiddenIntl_1033,ExcelConverter12Intl_1033,WORDSharedFilesIntl_1033,WordBibliographyFilesIntl_1033,WORDNonBootFilesIntl_1033,WORDHelpFilesIntl_1033,WORDDocumentTemplatesIntl_1033,MsoInstalledPackagesScopedIntl_1033,WordQuickFormatsFilesIntl_1033,SetupControllerFiles,SetupXmlFiles,Gimme_OnDemandData BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: WordMUI.en-us product code:{90120000-001B-0409-0000-0000000FF1CE}

Executing chained package: AccessMUI.en-us

08/18/2009 16:30:37 Configuring chained package: AccessMUI.en-us

Catalyst Package Configuration...

Package: AccessMUI.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Access.en-us\..\Access.en-us\AccessMUI.MSI

Command Line: ADDLOCAL=AccessTemplatesIntl_1033,ACCESSNonBootFilesIntl_1033,Gimme_OnDemandData,AccessHelpFilesIntl_1033,CalendarControlIntl_1033,ACCESSFilesIntl_1033,MsoInstalledPackagesScopedIntl_1033,SetupControllerFiles,SetupXmlFiles BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: AccessMUI.en-us product code:{90120000-0015-0409-0000-0000000FF1CE}

Executing chained package: AccessMUISet.en-us

08/18/2009 16:30:39 Configuring chained package: AccessMUISet.en-us

Catalyst Package Configuration...

Package: AccessMUISet.en-us

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Access.en-us\AccessMUISet.MSI

Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: AccessMUISet.en-us product code:{90120000-0117-0409-0000-0000000FF1CE}

Executing chained package: ProPlusWW

08/18/2009 16:30:40 Configuring chained package: ProPlusWW

Catalyst Package Configuration...

Package: ProPlusWW

File: C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\PROPLUS\ProPlusWW.MSI

Command Line: ADDLOCAL=PPTPresentationTemplates,VisioPreviewerFiles,ThemesAdditionalFiles,OfficeOLESupport,OutlookAuxDsp,WORDBibliographyFiles,PPTFiles,OfficeAppSupport,ACCESSNonBootMiscFullFiles,DeveloperWizards,ProductFiles_B2TR,XDOCSEditorFiles,OutlookDVOrg97Files,WordConverter12Files,OfficeMSProof6,Publisher_PIA,MSTagPluginNamesFiles,AceRepl,CalendarControl,OutlookMAPIPST2,HTMLSourceEditing,SmartTag_PIA,TCDRegistration,OutlookOms,CAGCat10Clips,OfficeIntlRDC,PPTSoundFiles,WebDriveFiles,Word_PIA,dummy_MSCOMCTL_PIA,Excel_PIA,DCubeHidden,OISFiles,OutlookDVAct3Files,PubPaperDirect,ProofingParent,SetupExeArpEntry,OUTLOOKFiles,Gimme_OnDemandData,LISTFiles,WORDSharedFiles,CAGFiles,TextConverters,PubFontsBalanceSys,PPTNonBootFiles,AccessWizards,WhiteRabbitHidden,MSSOAP3,OfficeCoreRDC,AceFiles,SetupExeAddRegistry,OutlookDVExtensionsFiles,WebDiscussFiles,SetupXmlFiles,GraphicsFiltersFile,SetLanguageFiles,OutlookDefaults,GRAPHFiles,Ace_PIA,CAGCategoryFiles,OutlookDVCsvDosFiles,CAGCat10,ExcelAddinHTMLFiles,OutlookDVPabFiles,MsoInstalledPackagesScoped,OutlookMAPIEMS2,WORDDocumentTemplates,QueryFiles,MsoCommonShellHandler,OfficePostBoot,InternationalSupportFiles_ArialUni,OUTLOOKNonBootFiles,AlwaysInstalled,TCWorks7Files,PowerPoint_PIA,dummy_Office_PIA,OutlookMessaging,PubWizards,THEMESFiles,MSTagPluginsFiles,OutlookMAPI2,OutlookMAPICONTAB2,MetricConverter,RhdInspector,PubComPrinting,XDOCSNonBootFiles,PubCoreClipArtFiles,WORDNonBootFiles,PPTViewerFiles,CAGOffice10,Excel_WISPFiles,OutlookAddIn_SPS,EXCELNonBootFiles,ACCESSNonBootFiles,Office10Fix1,SetupControllerFiles,ExcelConverter12Files,Mso_Hlp95enDll,PubCoreFontFilesSys,PubWizardsTier2,MSTagPluginBiblioDataFiles,CARegistryFeature,MsInfoFiles,XDocs_PIA,Access_PIA,EXCELFiles,OutlookVBScript,RefIEBarFiles,ACCESSFiles,IMNFiles,AceOdbc,WebScripting,PubPrimary,ProductFiles,XDocsRegFormFiles,Word_WISPFiles,DocServicesFiles,ClviewFiles,OutlookMAPILDAP2,VBAFiles,Outlook_PIA,ExcelAddinFiles,TranslationCore,OSetupController,Graph_PIA,ThemesTypicalFiles,PubCoreWizardFiles,PubWizardsTier3,OArt_DocTheme,Forms_PIA,OutlookDVDbaseFiles,OutlookDVCsvWinFiles,OutlookImportExportFiles,XDocsProgrammabilityFiles,VSCommonPIAHidden,WORDFiles,OfficeDigitalSFiles,VisioPreviewerFileAssocFiles,PubNonBootFiles,ProductNonBootFiles,WORDBordersFiles,WISPFiles,ACCESSSharepointISAM,ACCESSMiscFullFiles,WISPHidden,MSTagPluginBiblioFiles,MSTagPluginDateFiles,XDOCSFiles,CAGOffice10Clips,PubComPrintingEnRGBCMYK REMOVE=DocumentImagingUtils,WebDebugging,VSTAIDEFiles,InternationalSupportFiles_JPN,OsaNonBoot,OrgChartFiles ADVERTISE=MSPPRTDRIVER,MSOfficeDocumentImaging,ExcelAddInEuroToolFiles BRANDING_XML="C:\Users\christof\AppData\Local\Temp\Setup0000170c\BRANDING.XML" COMPANYNAME="Elk Valley Coal Corporation" ACCEPTEDEULA="1" INSTALLLOCATION="C:\Program Files\Microsoft Office" PIDREPAIR="1" SETUPEXEINSTALLUICULTURE="en-US" USERINITIALS="c" USERNAME="PC Support" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Users\christof\AppData\Local\Temp\Setup0000170c\"

Successfully configured package: ProPlusWW product code:{90120000-0011-0000-0000-0000000FF1CE}

Not showing completion dialog because it was not requested.

Reboot requested if needed.

No reboot is needed.

Catalyst execution finished: 08/18/2009 16:30:52. Return code: 0.

PERF: TickCount=6933386 Name=RunSetup Description=End function

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...