Jump to content

zedox

Member
  • Posts

    708
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by zedox

  1. Pay close attention to the bottom star... the current one (left image) in XPize 4.6 is cut off at the bottom.

    botherio9.png

    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

  2. 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. :thumbup

    Cannot reproduce that. Please wait untill next beta to see if problem persists.

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

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

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

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

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

  8. no 1:

    2007-05-31 11:22:35, Info						 [setupugc.exe] Finished executing [cmd /c %AppsRoot%\Install\"Software Files"\"7-Zip 4.46 (beta)"\"7-Zip 4.46 (alpha).cmd"] synchronously
    2007-05-31 11:22:35, Info [setupugc.exe] Process returned with exit code 0x1

    Seems to me that this cmd is not executed - might be caused by the brackets.

    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 :whistle:

    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! :hello:

    EDIT:

    ok, i've tested it now.. still doesnt work...

    Here are the error logs,

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

×
×
  • Create New...