Jump to content

Error 0x80300001. Not able to install to the selected location


Recommended Posts

I've been creating a Vista image the last days! Works great in VMWare but no go native on my system! It's the second time I'm creating a Vista image for my laptop, but because of no time I did not keep my first attempt (which did work).

I've vLited my ISO to about 650MB, used my old answerfile, but no go.. I still get this problem! I can not replace the HD because it's a laptop with a SATA disk, and I'm not planning to buy another SATA disk to just test this crap...

So is there anybody able to help me ? I've googled for this error but I didn't find anything usefull or something that works for me...

This is my answer file:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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">
<Diagnostics>
<OptIn>false</OptIn>
</Diagnostics>
<DiskConfiguration>
<WillShowUI>Always</WillShowUI>
</DiskConfiguration>
<DynamicUpdate>
<Enable>false</Enable>
</DynamicUpdate>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<Key>xxxxxxxxxxxxxxxxxx</Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>Jeroen</FullName>
<Organization />
</UserData>
<ComplianceCheck>
<DisplayReport>OnError</DisplayReport>
</ComplianceCheck>
<LogPath>%SystemRoot%\temp</LogPath>
<UseConfigurationSet>true</UseConfigurationSet>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
</InstallFrom>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
</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>nl-nl</UILanguage>
</SetupUILanguage>
<InputLocale>nl-nl</InputLocale>
<SystemLocale>nl-nl</SystemLocale>
<UserLocale>nl-nl</UserLocale>
<UILanguageFallback>nl-nl</UILanguageFallback>
<UILanguage>nl-nl</UILanguage>
</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>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<OEMInformation>
<HelpCustomized>false</HelpCustomized>
<Manufacturer>Sony</Manufacturer>
<Model>Vaio FE 21M</Model>
<SupportURL>https://e-support.vaio-link.com/eSupport/PortalJSP/Portal.jsp</SupportURL>
<SupportPhone>02 717 32 18</SupportPhone>
<SupportHours>maandat tot vrijdag vanaf 8u tot 18u</SupportHours>
<Logo>%Windows%\System32\vaio.bmp</Logo>
</OEMInformation>
<UserAccounts>
<AdministratorPassword>
<Value>xxxxxxxxxxxxxxxxxx</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>xxxxxxxxxxxxxxxxxx</Value>
<PlainText>false</PlainText>
</Password>
<DisplayName>Jeroen</DisplayName>
<Name>Jeroen</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<VisualEffects>
<FontSmoothing>On</FontSmoothing>
</VisualEffects>
<RegisteredOwner>Jeroen</RegisteredOwner>
<RegisteredOrganization />
<TimeZone>Romance Standard Time</TimeZone>
<ShowWindowsLive>false</ShowWindowsLive>
</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">
<SystemLocale>nl-nl</SystemLocale>
<InputLocale>0813:00000813</InputLocale>
<UserLocale>nl-nl</UserLocale>
<UILanguage>nl-nl</UILanguage>
</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">
<Display>
<DPI>96</DPI>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1280</HorizontalResolution>
<RefreshRate>60</RefreshRate>
<VerticalResolution>800</VerticalResolution>
</Display>
<RegisteredOwner>Jeroen</RegisteredOwner>
<RegisteredOrganization />
<TimeZone>Romance Standard Time</TimeZone>
<ComputerName>jeroen_laptop</ComputerName>
<ShowWindowsLive>false</ShowWindowsLive>
</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">
<SearchScopes>
<Scope wcm:action="add">
<ScopeDisplayName>Google</ScopeDisplayName>
<ScopeDefault>true</ScopeDefault>
<ScopeKey>Google</ScopeKey>
<ScopeUrl>http://www.google.be/</ScopeUrl>
</Scope>
</SearchScopes>
<Home_Page>http://www.google.be/</Home_Page>
<Help_Page>http://www.google.be/</Help_Page>
<IEWelcomeMsg>false</IEWelcomeMsg>
<BlockPopups>yes</BlockPopups>
<FavoritesDelete>true</FavoritesDelete>
<FilterLevel>Medium</FilterLevel>
</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="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-SQMApi" 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">
<CEIPEnabled>0</CEIPEnabled>
</component>
<component name="Networking-MPSSVC-Svc" 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">
<PrivateProfile_DisableNotifications>true</PrivateProfile_DisableNotifications>
<PrivateProfile_EnableFirewall>false</PrivateProfile_EnableFirewall>
<PublicProfile_EnableFirewall>false</PublicProfile_EnableFirewall>
<PublicProfile_DisableNotifications>true</PublicProfile_DisableNotifications>
<DomainProfile_EnableFirewall>false</DomainProfile_EnableFirewall>
<DomainProfile_DisableNotifications>true</DomainProfile_DisableNotifications>
<DisableStatefulPPTP>true</DisableStatefulPPTP>
<DisableStatefulFTP>true</DisableStatefulFTP>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/downloads/vista%20nieuw/sources/install.wim#Windows Vista (vLite) BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Thanks in advance!

JJ,

Link to comment
Share on other sites


Yeah, I checked all topics that had something about this error code, everything is right in my xml file (as far as I know)

I've changed the index to name, and the value I used was "Windows Vista BUSINESS" but that didn't work because of the (vLite) that has to come in the name. I had to select my version, did that and than got the same error when trying to install on my HD

I don't have this problem in VMware, kinda weird, isn't it ?!

Could it be caused by some components that I have removed in vLite ? I've removed almost everything :P my iso is 650MB ;)

Link to comment
Share on other sites

When are you formatting the partition? I don't see it in your answer file.

I manually format my hard drive.

The problem is solved now. I downloaded the ultimate boot cd, checked my HD if it had any errors but it hadn't. I then used one of the partition tools on the CD to create my partitions and than Vista installed like it should!

Strange problem, I guess there was something wrong with my partition table (though I did a chkdsk/fixmbr)

Thanks annyways :)

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...