Jump to content

Jeroeneke

Member
  • Posts

    138
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

About Jeroeneke

  • Birthday 08/12/1988

Contact Methods

  • Website URL
    http://jeroeneke.laptopvideo2go.com/XP/

Jeroeneke's Achievements

0

Reputation

  1. nuhi, I've got the same problem on Vista x86, a frind of mine has it too (dunno what he removed and what not) I've checked IIS in the compability screen but now it won't install. I've removed TabletPC but kept Snipping Tool, so I don't know what causes the problem! Here is my Last Session.ini file: ; vLite preset file [Information] Version = 1.1 beta on 2.0.50727.42 Microsoft Windows NT 5.1.2600 Service Pack 2 Target = Windows Vista BUSINESS 32-bit [Compatibility] Aero Glass Internet Explorer Internet Information Services Scanners and Cameras [Components] ;# Accessories # Accessibility Speech Support Welcome Center Windows Sidebar and Gadgets Wordpad ;# Drivers # Display adapters Ethernet network adapters Modems Printers-Apollo Printers-Brother Printers-Canon Printers-Citizen Printers-Dell Printers-Diconix Printers-Epson Printers-Fuji Xerox Printers-Fujitsu Printers-Generic printer Printers-Gestetner Printers-IBM Printers-Infotec Printers-Konica Printers-Konica Minolta Printers-Kyocera Mita Printers-Lanier Printers-Lexmark Printers-Minolta Printers-Minolta-QMS Printers-NEC Printers-NRG Printers-Oce Printers-Oki Printers-Okidata Printers-Olivetti Printers-Panasonic Printers-QMS Printers-Ricoh Printers-Samsung Printers-Savin Printers-Seikosha Printers-Sharp Printers-Sony Printers-Star Printers-Tally Printers-Tektronix Printers-Wipro ePeripherals Printers-Xerox Scanners Sound controllers ;# Games # Game Explorer Inbox Games Premium Inbox Games ;# Hardware Support # Fax Support Internet Small Computer System Interface (iSCSI) Smartcards Windows Mobile Device Center ;# Languages # Japanese Korean Simplified Chinese Traditional Chinese ;# Multimedia # Movie and DVD Maker Sample Pictures Screensavers Shell event sounds SideShow Sound Recorder Wallpapers Windows Calendar Windows Media Codecs Windows Media Player Windows Media Samples ;# Network # Connect to a Network Projector MSN Installer Remote Desktop and Assistance Remote Desktop Client Windows Collaboration ;# Services # Computer Browser Diagnostics Distributed Link Tracking Client Error Reporting Microsoft DFS Replication Offline Files Remote Registry Volume Shadow Copy Windows Remote Management Windows Search ;# System # Disk Defragmenter Help IMAPIv2 Burning Support Malicious Software Removal Tool Manual Install (Setup.exe) Microsoft Agent Natural Language Reliability and Performance Monitor Security Center SuperFetch Sync Center System Restore Tablet PC Windows Backup Windows Defender Windows Easy Transfer Windows SAT Zip Folder [Options] UAC (User Account Control) = Disabled Show hidden files and folders = Yes Show extensions for known file types = Yes [Protection] [Drivers] D:\Downloads\VISTA\Drivers0_SATA\SI3132.inf J:\Downloads\Windows Vista\Drivers1_Notebook Control Device Driver\SonyNC.inf J:\Downloads\Windows Vista\Drivers2_FlashMedia\TI21SONY.INF J:\Downloads\Windows Vista\Drivers3_Network1\e1e5132.inf J:\Downloads\Windows Vista\Drivers4_Network2\e100a325.inf J:\Downloads\Windows Vista\Drivers\10_Camera\usbvm321.inf J:\Downloads\Windows Vista\Drivers\Modem\SnSZIRXz.inf J:\Downloads\Windows Vista\Drivers\Video\nvsz.inf J:\Downloads\Windows Vista\Drivers\Wireless\NETw2.INF [Unattended] [Hotfixes] [LanguagePacks] Update : Deselecting Volume Shadow Copy didn't work... Update 2: Turning UAC on again didn't help either
  2. 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
  3. My answer file causes the problem! Without it I was able to install Vista on my laptop! Let's hope somebody knows what causes it, I'll try to search what it is ...
  4. Just found out that Partitionmagic isn't able to read my partitions guess that's the problem! I'll reformat one of these days and I'll report here if it worked or not, but I guess it will
  5. Yep I know, all other Vista versions are removed! I use INDEX and 1, which should work (and works!) No problem on VMWare, only native :s
  6. 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 my iso is 650MB
  7. 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,
  8. using orca go into the InstallExecuteSequence table and drop the row QuickTimePreInstallMSIProc shark Thanks mate, that did the trick! Though I'll still use your installer for my silent installations
  9. Hi! Thanks in first place, I've been using your installer since 7.1 now! Got to know it from somebody at the dutch tweakers.net site! Anyway, I'm curious how you created this installer ? I've been playing with it some time ago but it didn't work for me! I guess you also used Orca to edit the msi, bu could you say what you've changed ? I would like to create my own installer, not that yours isn't good enough, but I like to know what has been edited + I want an installerer with the user interface, as I use it also to install non-silently! Thanks in advance, Jeroen. (PS: you can PM me the info too if you want to keep your topic clean or don't want to get it public ...)
  10. Strange...my key didn´t work in unattended instalation...and i don´t know to skip the key. I also can't install without a key (I haven't got one at the moment, it should be here every minute...) I think it is impossible to skip the key part if you don't have one.. unless we find the guy that was able to... it isn't such a big problem, the only disadvantage is taht I'll have to wait to continu till I hace a key
  11. I fixed the error by copying the complete WinPE part of this file: http://www.msfn.org/board/index.php?s=&amp...st&p=610296 The only thing left is that I'm not able to install without a key... There are some problems with my MSDNAA account (for everybody of my school), we're waiting already more than a month on Vista keys...
  12. Thx, it was done so by WSIM... :s I've already noticed WSIM puts everyhting in the oposite order ... EDIT: nope, still the same error! I also get this error with the original image of Vista... I guess it's something else ?
  13. I did what you described and it should be correct now, but it didn't work neither. I'm thinking about testing my answer file on an original (non- vLited) copy of Vista. this is the answer file i've tested with: <?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"> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <WillShowUI>OnError</WillShowUI> <InstallFrom> <MetaData wcm:action="add"> <Value>1</Value> <Key>/IMAGE/INDEX</Key> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Jeroen Jacobs</FullName> </UserData> <EnableFirewall>false</EnableFirewall> <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"> <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>xxxxxx</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>xxxxxxxx</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-Sidebar" 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"> <SidebarVisible>false</SidebarVisible> <SidebarOnByDefault>false</SidebarOnByDefault> <Gadget1>%PROGRAMFILES%\windows sidebar\gadgets\Clock.Gadget,true</Gadget1> <Gadget2 /> <Gadget3 /> </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="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-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> </settings> <cpi:offlineImage cpi:source="wim:d:/downloads/vista/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  14. Can you give an example of /IMAGE/NAME ? the help file included in WAIK doesn't give that much information...
  15. This error comes up before the installation even begins... when you should get the screen to click install (first screen you get) this pops up, so I don't get anything. Clicking "OK" just reboots my VM.. I will add the install from key and test it! thx!
×
×
  • Create New...