Jump to content

Vista SP1 unattended


Recommended Posts

Okay, so i received the Vista with SP1 iso and i copied the install.wim into my source and recreated my own unattended iso.

All phases are running fine, except the OOBE pass where i have the Networklocation tweak that pre-answers the Home/Work/Public question.

It fails the install on this last pass with an error message, but when i remove the Networklocation tweaks it goes through.

The down side is that it then comes up with the networklocation question again :(

Is copying the SP1 install.wim into my pre-SP1 unattended DVD okay?

Or should i add the Autounattend and packages etc from my pre-SP1 and add them to the new DVD?

Any help is appreciated.

Link to comment
Share on other sites


add the Autounattend and packages etc from my pre-SP1 and add them to the new DVD
That would be the route you'd want to take.

It works, and is easy. I was glad that I did not even have to run WAIK again, it just worked out of the box.

Link to comment
Share on other sites

Strange that i was thinking about adding the SP1 .wim to my custom DVD and not the other way around!

Comparing my pre-SP1 source and the SP1 DVD, there are more files and a lot of files have changed.

I have now switched around my stuff and put it on the new DVD :)

Back to testing to see if i can now completely remove those Networklocation tweaks.

Thanks!

Link to comment
Share on other sites

i have been testing the new dvd image from microsoft and is working great. Just to be sure, i recreated the autounattend.xml manually in WAIK.

I have no problems with the OOBE or the network location.

for programs and other extras i have organized things myself in a way that it just takes some minutes to copy over stuff to the new media and thats it.

Link to comment
Share on other sites

Can any of you post your working Autounattend.xml with Vista Enterprise SP1? I am trying to figure out as to why it does not install on different vendors with my pre sp1 xml. It errors out when using this command in the specialize phase: %WINDIR%\system32\sysprep\sysprep.exe /quiet /audit. Thanks

Link to comment
Share on other sites

Hi elajua,

could you post your autounattend.xml please ? Did you use the new WAIK 1.1 to create your new unattend file for the Vista Ultimate SP1 DVD or the old WAIK ? Are you using Audit mode ?

We are having a few problems with Audit mode and the product key in this thread thats why we would be very curious how you did it :hello:

Thanks a lot !

Alex

Link to comment
Share on other sites

Hi MC, hi elajua,

yeah I know that I can use any xml from a previous Vista RTM installation with Vista SP1 THEORETICALLY :whistle:

In reality, this will lead to interactive logon errors and broken installations if audit mode is being used as it is recommended in the guides here on MSFN and other sites. See this thread for details.

@elajua:

Yeah, please post your working xml if possible. If you do not use audit mode, in which mode do you install applications etc. ?

Thanks,

Alex

Link to comment
Share on other sites

Here is my xml. I install programs and other things in FirstLogonCommands without any problems so far. The only think i do apart from this is to run my tweaks in Setupcomplete.cmd so i can avoid UAC prompts when installing things.

<?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>es-ES</UILanguage>
</SetupUILanguage>
<UILanguage>es-ES</UILanguage>
<UserLocale>es-MX</UserLocale>
<SystemLocale>es-MX</SystemLocale>
<InputLocale>0001042f</InputLocale>
</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">
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>800</VerticalResolution>
</Display>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows Vista ULTIMATE</Value>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<Key>XXXXXXXXXXXXXXXXXXXXXXXX</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>Ruben Alamina Fernandez</FullName>
<Organization>Dotcom</Organization>
</UserData>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>0001042f</InputLocale>
<SystemLocale>es-MX</SystemLocale>
<UserLocale>es-MX</UserLocale>
<UILanguage>es-ES</UILanguage>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<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">
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>800</VerticalResolution>
</Display>
<ComputerName>Duoata</ComputerName>
<RegisteredOrganization>Dotcom</RegisteredOrganization>
<RegisteredOwner>Ruben Alamina Fernandez</RegisteredOwner>
<ShowWindowsLive>false</ShowWindowsLive>
<TimeZone>Central Standard Time (Mexico)</TimeZone>
</component>
<component name="Microsoft-Windows-SystemRestore-Main" 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">
<DisableSR>1</DisableSR>
</component>
<component name="Security-Malware-Windows-Defender" 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">
<DisableAntiSpyware>true</DisableAntiSpyware>
</component>
<component name="Microsoft-Windows-ErrorReportingCore" 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">
<DefaultConsent>2</DefaultConsent>
</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">
<IEWelcomeMsg>false</IEWelcomeMsg>
<Home_Page>http://www.live.com</Home_Page>
</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">
<OEMInformation>
<Manufacturer>Toshiba</Manufacturer>
<Model>A105-S4004</Model>
</OEMInformation>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>800</VerticalResolution>
</Display>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>cmd /c %systemdrive%\instalar.cmd</CommandLine>
<Description>Apps</Description>
<Order>1</Order>
</SynchronousCommand>
</FirstLogonCommands>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
</component>
</settings>
<settings pass="auditSystem">
<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">
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<VerticalResolution>800</VerticalResolution>
</Display>
</component>
</settings>
<settings pass="offlineServicing">
<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="1">
<Path>D:\Drivers</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<cpi:offlineImage cpi:source="wim://cleopetra/vistaua%20sp1/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Link to comment
Share on other sites

Hi !

Thanks, elajua for the xml.

The only think i do apart from this is to run my tweaks in Setupcomplete.cmd so i can avoid UAC prompts when installing things.

Do you mean that during FirstLogonCommands you cannot apply registry tweaks or UAC will kick in ? Is this normal in OOBE System phase ?

Thanks,

Alex

Link to comment
Share on other sites

Hi !

Thanks, elajua for the xml.

The only think i do apart from this is to run my tweaks in Setupcomplete.cmd so i can avoid UAC prompts when installing things.

Do you mean that during FirstLogonCommands you cannot apply registry tweaks or UAC will kick in ? Is this normal in OOBE System phase ?

Thanks,

Alex

Don't know thats the case during setup, as I normally disable UAC.

Link to comment
Share on other sites

Hi !

Thanks, elajua for the xml.

The only think i do apart from this is to run my tweaks in Setupcomplete.cmd so i can avoid UAC prompts when installing things.

Do you mean that during FirstLogonCommands you cannot apply registry tweaks or UAC will kick in ? Is this normal in OOBE System phase ?

Thanks,

Alex

I apply my tweak using Setupcomplete.cmd. Look for it in the WAIK help to learn how it works.

I made test months ago using FirstLogonCommands for tweaks but they were not applied entirely.

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...