MSFN Forum: Vista SP1 unattended - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Vista SP1 unattended Rate Topic: -----

#1 User is offline   SKiNNiEH 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 14-April 05

Posted 29 February 2008 - 02:13 AM

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.


#2 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 February 2008 - 02:31 AM

Quote

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.

#3 User is offline   SKiNNiEH 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 14-April 05

Posted 29 February 2008 - 02:50 AM

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!

#4 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 29 February 2008 - 06:16 PM

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.

#5 User is offline   Wabaunza 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 08-August 05

Posted 29 February 2008 - 10:26 PM

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

#6 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 03 March 2008 - 07:33 PM

my vista SP1 xml is ultimate.
as i stated before, i manually created other xml file using the new WAIK just to be on the safe side. have you tried that? just a suggestion.

#7 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 04 March 2008 - 12:42 AM

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

#8 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 07 March 2008 - 04:02 PM

hi midiboy, i don't use Audit pass. But i recreated my xml with the new WAIK that supports SP1.
if you want i can still post my autounattend. let me know.

#9 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-November 03

Posted 07 March 2008 - 10:40 PM

Hope you know can use any pre sp1 xml ans file with your new sp1 installation. Does not necessarily need to be redone with waik sp1.
I know have done many times previous.

#10 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 08 March 2008 - 01:56 AM

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

#11 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 10 March 2008 - 02:33 AM

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> 


#12 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 16 March 2008 - 06:27 AM

Hi !

Thanks, elajua for the xml.

Quote

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

#13 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-November 03

  Posted 16 March 2008 - 01:00 PM

View Postmidiboy, on Mar 16 2008, 11:27 PM, said:

Hi !

Thanks, elajua for the xml.

Quote

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.

#14 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 17 March 2008 - 08:40 PM

View Postmidiboy, on Mar 16 2008, 06:27 AM, said:

Hi !

Thanks, elajua for the xml.

Quote

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.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy