![]() ![]() |
Sep 7 2008, 01:23 AM
Post
#1
|
|
|
Newbie Group: Members Posts: 36 Joined: 15-July 08 Member No.: 201064 OS: Vista Ultimate x64
|
Hey Guys,
I'm slowly moving from vLite to more of a self done Unattended Vista install. I still use vLite for SP intergration and making the ISOs, but I make the unattended files myself now. I'm just wondering if this looks ok. I know i can test in a VMware session, but my problem is my Vista install now stretches onto 3DVDs (or 1DL + 1GB on a SL DVD), so building the ISOs, Setting up the VM Session, then running the installation takes almost 4 hours. No point in testing the unattended xml if its plainly obvious to someone that its not going to work So can someone check it over and let me know if it looks honka dory CODE <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-ehome-reg-inf" 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"> <DisableExpressSetup>true</DisableExpressSetup> </component> <component name="Microsoft-Windows-RemoteAssistance-Exe" 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"> <fAllowToGetHelp>true</fAllowToGetHelp> </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"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>Cen. Australia Standard Time</TimeZone> <ComputerName>tobysdesktop</ComputerName> </component> <component name="Microsoft-Windows-UnattendedJoin" 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"> <Identification> <JoinWorkgroup>MSHOME</JoinWorkgroup> </Identification> </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> </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"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Description>Sgt. D. Pilla</Description> <DisplayName>Sgt. D. Pilla</DisplayName> <Group>Administrators</Group> <Name>Sgt. D. Pilla</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> <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>en-US</InputLocale> <SystemLocale>en-AU</SystemLocale> <UILanguage>en-AU</UILanguage> <UserLocale>en-AU</UserLocale> <UILanguageFallback>en-US</UILanguageFallback> </component> </settings> <settings pass="windowsPE"> <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> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <UserData> <ProductKey> <Key>REMOVED</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Toby REMOVED</FullName> </UserData> <ComplianceCheck> <DisplayReport>Never</DisplayReport> </ComplianceCheck> <LogPath>%SystemRoot%\temp</LogPath> <UseConfigurationSet>true</UseConfigurationSet> </component> <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> <WillShowUI>Never</WillShowUI> </SetupUILanguage> <InputLocale>en-US</InputLocale> <SystemLocale>en-AU</SystemLocale> <UILanguage>en-AU</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-AU</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim:D:/Win Vista Magic x64/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Thanks Lads! |
|
|
|
Sep 7 2008, 01:25 AM
Post
#2
|
|
|
Junior ![]() Group: Members Posts: 82 Joined: 25-April 06 From: Newcastle Member No.: 94672 OS: Vista Ultimate x86
|
if you have the WAIK Kit installed the windows image manager will do this for you
|
|
|
|
Sep 7 2008, 01:30 AM
Post
#3
|
|
|
Newbie Group: Members Posts: 36 Joined: 15-July 08 Member No.: 201064 OS: Vista Ultimate x64
|
Nah I don't
I only have 256kb connection speed so download 1GB+ was an issue. I spent a fair while just searching for a way to install and use vLite without waik |
|
|
|
Sep 7 2008, 09:43 AM
Post
#4
|
|
|
MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1510 Joined: 14-November 03 From: Texas Member No.: 9484 OS: XP Pro x86
|
QUOTE Vista install now stretches onto 3DVDs excuse me, are you installing 300 applicatons there. Unless you adding .net or something to your install something is wrong with that |
|
|
|
Sep 7 2008, 02:56 PM
Post
#5
|
|
|
The Guy from Aus ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1545 Joined: 14-November 03 From: DownUnder Member No.: 9474
|
Nah I don't I only have 256kb connection speed so download 1GB+ was an issue. I spent a fair while just searching for a way to install and use vLite without waik You really only require the "wimgapi.dll" from the Tools folder to run VLite. It has been put up on these forums before. |
|
|
|
Sep 8 2008, 01:47 AM
Post
#6
|
|
|
Newbie Group: Members Posts: 36 Joined: 15-July 08 Member No.: 201064 OS: Vista Ultimate x64
|
QUOTE excuse me, are you installing 300 applicatons there. Unless you adding .net or something to your install something is wrong with that Nah, only about 20 lol. But I have like, everything so I turn my system on and I can write an essay or work from home. This includes MS Office 07, 3D Mark. Keep in mind that Vista install alone is 1DVD Vista + WPI with JUST 3D Mark is 2DVDs So with Office and anti virus and other various apps it stretchs onto 3DVDs by about 1GB QUOTE You really only require the "wimgapi.dll" from the Tools folder to run VLite. It has been put up on these forums before. Ah, I just installed 1.6, then 2.0 Is there somewhere (or some kind person |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 7th January 2009 - 11:29 PM |