Mackhack Posted August 8, 2007 Posted August 8, 2007 Hi folks,here is my unattend file. Does anyone sees the error why we can't install Office 2007 during the Vista installation?Thanks!<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:0000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label>Vista</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>VMCB9-FDRV6-6CDQM-RV23K-RP8F7</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Owner</FullName> <Organization>[None]</Organization> </UserData> <UseConfigurationSet>true</UseConfigurationSet> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>5</LogonCount> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <RegisteredOrganization>Owner</RegisteredOrganization> <RegisteredOwner>[None]</RegisteredOwner> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>72</RefreshRate> <VerticalResolution>768</VerticalResolution> </Display> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OEMInformation> <HelpCustomized>false</HelpCustomized> <Logo>c:\Windows\system32\oobe\info\enanoVista.bmp</Logo> <Manufacturer>enano computers</Manufacturer> <SupportHours>M-F 8am-6pm</SupportHours> <SupportPhone>800-426-6375</SupportPhone> <SupportURL>http://www.enanocomputers.com</SupportURL> </OEMInformation> <RegisteredOrganization>Owner</RegisteredOrganization> <RegisteredOwner>[None]</RegisteredOwner> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FavoritesList> <FavoriteItem wcm:action="add"> <FavID>enano Computers</FavID> <FavTitle>The Chip Merchant\enano Computers</FavTitle> <FavURL>http://www.enanocomputers.com</FavURL> </FavoriteItem> <FavoriteItem wcm:action="add"> <FavID>The Chip Merchant</FavID> <FavTitle>The Chip Merchant\The Chip Merchant</FavTitle> <FavURL>http://www.thechipmerchant.com</FavURL> </FavoriteItem> </FavoritesList> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google.com</ScopeDisplayName> <ScopeKey>Google</ScopeKey> <ScopeUrl>http://www.google.com</ScopeUrl> </Scope> </SearchScopes> <Home_Page>http://www.google.com</Home_Page> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunAsynchronous> <RunAsynchronousCommand wcm:action="add"> <Description>Sets Up Monitor Standby</Description> <Order>1</Order> <Path>cmd /c powercfg -change -monitor-timeout-ac 15</Path> </RunAsynchronousCommand> <RunAsynchronousCommand wcm:action="add"> <Order>2</Order> <Description>Sets Up Standby Time</Description> <Path>cmd /c powercfg -change -standby-timeout-ac 30</Path> </RunAsynchronousCommand> </RunAsynchronous> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Description>Install Office 2007</Description> <Order>1</Order> <Path>\\vistaopk\Office12OPK\CD\Setup.exe</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DriverPaths> <PathAndCredentials wcm:action="add" wcm:keyValue="Intel RAID"> <Path>c:\F6</Path> </PathAndCredentials> </DriverPaths> </component> </settings> <cpi:offlineImage cpi:source="catalog://vistaopk/winbits/vista/sources/install_windows vista ultimate.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
MAVERICKS CHOICE Posted August 8, 2007 Posted August 8, 2007 How are you running the office setup? Should normally be with a CUSTOM.MSP file.egRunSynchronous> <RunSynchronousCommand wcm:action="add"> <Description>Install Office 2007</Description> <Order>1</Order> <Path>\\vistaopk\Office12OPK\CD\setup.exe /adminfile CUSTOM.MSP</Path> </RunSynchronousCommand>You need to configure your admin install,office msp file first. As shown on this board.
Mackhack Posted August 8, 2007 Author Posted August 8, 2007 (edited) I'm using the standard config.xml file which is in the same directory as the setup.exeIf I manually start the setup.exe the installation goes through without any errors...Edit:I finally found a way:<RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Credentials> <Domain>domain\servername\</Domain> <Password>password</Password> <Username>username</Username> </Credentials> <Path>\\domain\servername\Office12OPK\CD\setup.exe</Path> <Description>Office 12 installation</Description> </RunSynchronousCommand></RunSynchronous> Edited August 8, 2007 by Mackhack
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now