Jump to content

zedox

Member
  • Posts

    708
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by zedox

  1. Hey, sorry I didn't mean it as it was HFSLIP's problem! Just wanted to know if anyone had found a way to get modifype to work with Vista!
  2. Any news on whether HFSLIP is working on Vista yet?
  3. On left is the XPize star, on right is mine. Resource Bitmap 699 for ieframe.dll Fixed
  4. Pay close attention to the bottom star... the current one (left image) in XPize 4.6 is cut off at the bottom. I've patched up the resource and attached it for you, think you'll agree its much nicer. Resource Bitmap 694 for ieframe.dll Fixed
  5. Got another one for you...If you XPize shell32.dll and install logon/logoff screens numerous icons arn't updated... Looks like the shell32.dll.txt in Extras\Logoff\Shell32.dll\ hasn't been updated for a lonnnng time. Cannot reproduce that. Please wait untill next beta to see if problem persists.
  6. Sorry guys, I know its been a few months, but tbh just havn't had any time atm, and can't really give an ETA.... Be patient
  7. I honestly have no idea what's happened but all is working now! :|
  8. There must be a setting in the BIOS to change this... even really old motherboards have it.
  9. nuhi, please don't spend any of your time on this for the moment. I'm going to go through everything possible with vLite until I find what causes this problem. I will update this post accordingly.
  10. Absolutely superb! Well done nuhi, I can't believe theres still stuff to get rid of!!! Thanks for the release.
  11. Just tested removal of ONLY Languages and the unattend did work, and also tested removal of ONLY Multimedia, the unattend also did work!
  12. Afternoon! I've attached my presets... autounattend.xml unattend.xml Last Session.ini Components I've tested ONLY removing Accessories and the unattend did work. I've tested ONLY removing Drivers and the unattend did work. I've tested ONLY removing Games and the unattend did work. I've tested ONLY removing Hardware Support and the unattend did work. I've tested ONLY removing Languages and the unattend did work. I've tested ONLY removing Multimedia and the unattend did work. I've tested ONLY removing Network and the unattend did work. I've tested ONLY removing Services and the unattend did work. I've tested ONLY removing System and the unattend did work. Tweaks I've tested ONLY turning UAC off and the unattend did work. I've tested ONLY setting Memory Requirement to 256MB and the unattend did work. I've tested ONLY turning Hibernation off and the unattend did work.
  13. I don't think the XML depends on image titles, anywho, I checked both files and both are pointing <cpi:offlineImage cpi:source="wim:c:/unattendedfiles/home/uavistaultimate/windows_vista_ultimate/sources/install.wim#Windows Vista (vLite) ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> They both seem to work with the original vista disc, so that rules that out.
  14. just to add... I checked the Windows\Panther folder on an original install and my vlite intall. The unattend.xml file that is there is different in each install! Surely thats not right? Will post copies of my files tomo along with config scripts for vlite, will be fantastic to get to the bottom of this!
  15. I have tested my files with an original Vista DVD and it works fine
  16. An original vista disc will install fine using my autounattend.xml and unattend.xml, but if I use a vLite'd disc it doesn't. for instance, if I ONLY remove Games or Drivers (havn't tested any others yet) vista will install fine but the useraccount isnt created, copyprofile doesn't happen and on first boot it asks for a product key, locale settings and to create a user account. What does vLite do to the installation to stop it reading autounattend.xml and unattend.xml files correctly?
  17. zedox

    vlite 1.0 final

    getting really fed up with posts like this, cos it comes up on the msfn homepage all I could see was "vlite 1.0 final" Got really excited! :|
  18. yyeeee I know, but the setups ran fine so couldn't (and still cant) see why the reg tweaks in the SAME file dont apply!! hmmm, well still testing my scritps. To be fair, the post you pointed out said I shouldn't have spaces in the paths... but I still do Thanks for all your help, looks like we've cracked it!
  19. I think I've found it... and it makes no sense... Now the setup command line within this batch file works, but the reg commands dont... <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"7-Zip 4.46 (alpha)"\"7-Zip 4.46 (alpha).cmd"</Path> <Description>Installing 7-zip 4.46 (alpha)</Description> </RunSynchronousCommand> when changed to this, it works!... <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>cmd /c "%AppsRoot%\Install\Software Files\7-Zip 4.46 (alpha)\7-Zip 4.46 (alpha).cmd"</Path> <Description>Installing 7-zip 4.46 (alpha)</Description> </RunSynchronousCommand> Running tests now to see if it will all work in one single autounattend.xml Woop!
  20. Afternoon Firegeier! I have reg tweaks in all of the cmd files that are ran... the installs seem to work in them so I don't think its a problem with the paths! Umm, I am using a "vlited" Vista Ultimate, however I have tested on an Original disc and it didnt work. Will try removing that section and see what happens! Hopefully we'll figure this out!
  21. This was my error... the directory is named 7-Zip 4.46 (alpha) but the autounattend is looking for 7-Zip 4.46 (beta)! woops Anyways going to try removing all RunSynchronousCommand's except the registry tweaks file... to see if it is any of the installs that are "holding" it up. Cheers for being so patient! EDIT: ok, i've tested it now.. still doesnt work... Here are the error logs,
  22. oops, I've attached the wrong setup logs... forgot I reinstalled! lol! Will post the correct ones... Here is what my autounattend.xml looks like... <?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>en-US</UILanguage> </SetupUILanguage> <InputLocale>00020437</InputLocale> <UserLocale>en-GB</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-GB</SystemLocale> </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"> <UserData> <ProductKey> <Key>REMOVED</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Type>Primary</Type> <Order>1</Order> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Label>Windows Vista Ultimate</Label> <Order>1</Order> <PartitionID>1</PartitionID> <Extend>false</Extend> <Active>true</Active> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <WillShowUI>OnError</WillShowUI> <InstallToAvailablePartition>true</InstallToAvailablePartition> </OSImage> </ImageInstall> <Display> <VerticalResolution>768</VerticalResolution> <HorizontalResolution>1024</HorizontalResolution> <ColorDepth>32</ColorDepth> </Display> </component> </settings> <settings pass="specialize"> <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-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"> <ScopeUrl>http://www.google.co.uk/search?hl=en&q={searchTerms}&meta=</ScopeUrl> <ScopeKey>{0633EE93-D776-472f-A0FF-E1416B8B2E3A}</ScopeKey> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeDefault>true</ScopeDefault> </Scope> </SearchScopes> <FavoritesDelete>true</FavoritesDelete> <Help_Page>http://www.google.co.uk/</Help_Page> <Home_Page>http://www.google.co.uk/</Home_Page> <IEWelcomeMsg>false</IEWelcomeMsg> <ShowInformationBar>false</ShowInformationBar> </component> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\Autounattend.xml SETX AppsRoot %i: -m"</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </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"> <CopyProfile>true</CopyProfile> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>cmd /c REGEDIT /S %AppsRoot%\Install\"Registry Tweaks"\"Registry Tweaks.reg"</Path> <Description>Importing Registry Tweaks</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>20</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"7-Zip 4.46 (alpha)"\"7-Zip 4.46 (alpha).cmd"</Path> <Description>Installing 7-zip 4.46 (alpha)</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>30</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"Adobe Flash Player 9"\"Adobe Flash Player 9.cmd"</Path> <Description>Installing Adobe Flash Player 9</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>40</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"Adobe Reader 8.0"\"Adobe Reader 8.0.cmd"</Path> <Description>Installing Adobe Reader 8.0</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>50</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"Adobe Shockwave Player 10"\"Adobe Shockwave Player 10.cmd"</Path> <Description>Installing Adobe Shockwave Player 10</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>60</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"Flashget 1.8.2"\"Flashget 1.8.2.cmd"</Path> <Description>Installing FlashGet 1.8.2</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>70</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"Grisoft AVG Anti-Virus 7.5"\"Grisoft AVG Anti-Virus 7.5.cmd"</Path> <Description>Installing Grisoft AVG Anti-Virus 7.5</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>80</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"Microsoft Windows Live Messenger 8"\"Microsoft Windows Live Messenger 8.cmd"</Path> <Description>Installing Microsoft Windows Live Messenger 8</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>90</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"Sun Java Runtime Environment 6.1"\jre-6u1-windows-i586-p-s.exe /qn</Path> <Description>Installing Sun Java Runtime Environment 6.1</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>100</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"Vista Codec Pack 4.4.4"\"Vista Codec Pack 4.4.4.cmd"</Path> <Description>Installing Vista Codec Pack 4.4.4</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>110</Order> <Path>cmd /c %AppsRoot%\Install\"Software Files"\"WinRAR 3.70"\"WinRAR 3.70.cmd"</Path> <Description>Installing WinRAR 3.70</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>120</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /generalize /quiet /oobe /reboot /unattend:%AppsRoot%\Install\Unattend.xml</Path> <Description>Restarting</Description> </RunSynchronousCommand> </RunSynchronous> </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"> <AutoLogon> <Password> <Value>REMOVED</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>3</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/unattendedfiles/home/uavistaultimate/windows_vista_ultimate/sources/install.wim#Windows Vista (vLite) ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> and this is the unattend.xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" 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"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> </settings> <settings pass="specialize"> <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"> <CopyProfile>true</CopyProfile> <ComputerName>Compu</ComputerName> <TimeZone>Greenwich Standard Time</TimeZone> <ProductKey>REMOVED</ProductKey> </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> <SkipUserOOBE>true</SkipUserOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>2</ProtectYourPC> </OOBE> <TimeZone>Greenwich Standard Time</TimeZone> <UserAccounts> <AdministratorPassword> <Value>REMOVED</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>REMOVED</Value> <PlainText>false</PlainText> </Password> <Name>Antonio</Name> <Group>Administrators</Group> <DisplayName>Antonio</DisplayName> </LocalAccount> </LocalAccounts> </UserAccounts> <Display> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <ColorDepth>32</ColorDepth> </Display> </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"> <SidebarOnByDefault>false</SidebarOnByDefault> <SidebarVisible>false</SidebarVisible> </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>00020437</InputLocale> <SystemLocale>en-GB</SystemLocale> <UserLocale>en-GB</UserLocale> <UILanguage>en-US</UILanguage> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/unattendedfiles/home/uavistaultimate/windows_vista_ultimate/sources/install.wim#Windows Vista (vLite) ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  23. I copied the code exactly how you laid it out, all I changed was the prod key and passwords. Will post the logs for you tomo
×
×
  • Create New...