Legolash2o Posted November 15, 2011 Share Posted November 15, 2011 Which tool did you use to copy to DVD root? AIO/ WIM Manager? i always tend to just copy and paste it manually lol. Quote Link to comment Share on other sites More sharing options...
Etz Posted November 15, 2011 Share Posted November 15, 2011 (edited) Which tool did you use to copy to DVD root? AIO/ WIM Manager? i always tend to just copy and paste it manually lol.I always use AIO tool for all image manipulating operations.Wim Manager I use only rarely and only when I need to merge/remove OS images.OK, copying manually is fine, but for some odd reason, some of W7Toolkit versions did it automatically... EDIT: Copied file manually, made new ISO (based with old one)...ran virtualbox... still asks accepting EULA, Network Location and Update Settings? Also autologin one of the users didnt succeed altough users were actually created.(Image is x64 if it matters)Autounattend.xml Edited November 15, 2011 by Etz Quote Link to comment Share on other sites More sharing options...
hornet512 Posted November 15, 2011 Share Posted November 15, 2011 I always use AIO tool for all image manipulating operations.Wim Manager I use only rarely and only when I need to merge/remove OS images.OK, copying manually is fine, but for some odd reason, some of W7Toolkit versions did it automatically... EDIT: Copied file manually, made new ISO (based with old one)...ran virtualbox... still asks accepting EULA, Network Location and Update Settings? Also autologin one of the users didnt succeed altough users were actually created.(Image is x64 if it matters)- I prefer manual copy to automatic.- It doesn't ask EULA. Are you sure? Quote Link to comment Share on other sites More sharing options...
Etz Posted November 15, 2011 Share Posted November 15, 2011 - I prefer manual copy to automatic.- It doesn't ask EULA. Are you sure?100% Sure... Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 @EtzI see inside your Autounattend.xml file:<FolderLocations> <ProfilesDirectory>D:\Users</ProfilesDirectory> <ProgramData>D:\ProgramData</ProgramData></FolderLocations>Warning: ProfilesDirectoryThe ProfilesDirectory setting specifies the path to the user profile folder. Caution: This setting should be used only in a test environment. If you change the default location of the user-profile directories or program-data folders to a volume other than the system volume, you cannot service your image. Any updates, fixes, or service packs will not be applied to the installation. For a list of known issues with this setting, see Description of known issues with the FolderLocation settings..Using this setting to redirect folders to a drive other than the system volume blocks upgrades. Using ProfilesDirectory to point to a directory that is not the system volume will block SKU edition upgrades and upgrades to future versions of Windows®. For example, if you use Windows 7 Home Premium with ProfilesDirectory set to D:\, you will not be able to upgrade to Windows 7 Ultimate or to the next version of Windows. The servicing stack does not handle cross-volume transactions, and it blocks upgrades. Use this setting to move the user-profile folder (typically %SYSTEMDRIVE%\Users) to another location during Setup or when Sysprep is running. The destination path can be on a volume other than the system drive, as long as it meets the following requirements:It must be on an NTFS volume.It must not be the path of another operating system user-profile folder.It must not contain any serviceable components.This setting can be used to keep system data separate from user data. If Windows® is re-installed on the system volume, a user with administrative rights can manually recover data from this location. ProgramDataThe ProgramData setting specifies the path to the program-data folder. Important: This setting should be used only in a test environment. If you change the default location of the user-profile directories or program-data folders to a volume other than the system volume, you cannot service your image. Any updates, fixes, or service packs will not be applied to the installation. For a list of known issues with this setting, see Description of known issues with the FolderLocation settings.. Use this setting to move the program-data folder (typically %SYSTEMDRIVE%\Program Files) to another location during Setup or when Sysprep is running. The destination path can be on a volume other than the system drive, as long as it meets the following requirements:It must be on an NTFS volume.It must not be the path of another operating system program-data folder.It must not contain any serviceable components. Quote Link to comment Share on other sites More sharing options...
Etz Posted November 15, 2011 Share Posted November 15, 2011 (edited) @myselfidem it isnt a problem. Also doing this for years, had no issues so far and also I`m aware of its risks.Also it doesnt affect updates and service packs. At least in practice.Its the only way that MS actually is supporting to move Users stuff away from system drive.Moving after user is created, will introduce multiple issues, duplicate folders will emerge, etc...Also its not advisable to move any user data folders post install (even MyDocuments), because if you install "hard coded" app, you will have duplicate folders.(Samsung KIES is just one annoying exanmple, it will produce secondary MyDocuments folder, always to C:\Users\Username\).If you do it via unattended, it doesnt produce those issues, because all symbolic links and registry keys will be updated and changed accordingly Edited November 15, 2011 by Etz Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 (edited) Fine, if it's OK for you!Yes, you are right about trying to move post install! However, useful info:http://www.msfn.org/...043#entry960043*Edit: I'm not sure the files and folders moved will be more secure!!! Edited November 15, 2011 by myselfidem Quote Link to comment Share on other sites More sharing options...
Etz Posted November 15, 2011 Share Posted November 15, 2011 (edited) Fine, if it's OK for you!Yes, you are right about trying to move post install! However, useful info:http://www.msfn.org/...043#entry960043*Edit: I'm not sure the files and folders moved will be more secure!!!Nope, but definately is useful, if you have SSD+HDD Combo.SSD sizes are still a bit limited, comparing to their prices... I also know that script, but somekind of a reason, it corrupted user profiles and produced whole list of issues... :g: Edited November 15, 2011 by Etz Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 (edited) @Legolash2oAbout XML Creator!It's possible to merge inside Autounattend.xml files (anyCPU) for x86/x64 file, like this:<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="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.microsoft.com/WMIConfig/2002/State[/url]" xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/url]"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.microsoft.com/WMIConfig/2002/State[/url]" xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/url]"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component>Regards*Edit: Using this option AnyCPU the ei.cfg file must be removed for AIO (x86/x64) to display the Edition the user wants to install!! Edited November 15, 2011 by myselfidem Quote Link to comment Share on other sites More sharing options...
Etz Posted November 15, 2011 Share Posted November 15, 2011 (edited) Hmm...its getting a bit frustrating already, whatever I try, it seems that EULA, Network Location and also Update settings wont get applied...Also, cannot get autologon to work anymore, if I have more than one user defined...still I cannot figure out, what is wrong with my XML, all seems like it should be... Will try to create new one with WSIM later, maybe that would work... Edited November 15, 2011 by Etz Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 (edited) Works fine for me if I change like this, example:<AutoLogon> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>Antoine</Username> <Password> <Value>Same Password</Value> <PlainText>false</PlainText> </Password></AutoLogon><OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE></OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>false</PlainText> <Value>Same Password</Value> </Password> <Group>Administrators</Group> <DisplayName>Antoine</DisplayName> <Name>Antoine</Name> </LocalAccount> <LocalAccount wcm:action="add"> <Password> <PlainText>false</PlainText> <Value>Other Password</Value> </Password> <Group>Users</Group> <DisplayName>Josiane</DisplayName> <Name>Josiane</Name> </LocalAccount> </LocalAccounts> </UserAccounts>Image Accounts:https://skydrive.liv...68&sc=documents Edited November 16, 2011 by myselfidem Quote Link to comment Share on other sites More sharing options...
bphlpt Posted November 15, 2011 Share Posted November 15, 2011 This might be an off the wall question, but is there a program that will create an Autounattended.xml file for you using an existing live system as a model? In other words, it will create the Autounattended.xml to produce a system setup just like your existing system? It was just an off-beat thought.Cheers and Regards Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 (edited) I think I'm in the heart of the problem!My example above is to show how works AutoLogon with an Autounattend.xml file fully unattended!Using Username : Administrator - inside AutoLogon - activate the built-in Administrator and not the Admin User, to log on automatically!The best way is to create a simple XML Creator with the needed values! Edited November 15, 2011 by myselfidem Quote Link to comment Share on other sites More sharing options...
hornet512 Posted November 15, 2011 Share Posted November 15, 2011 @MyselfidemHere is the first autounattend.xml file you gave me. It has no user and works fine both x32/x64.I have tried to add a user and autologon for a day. I couldn't :g:can you add this autologon and user to the file for me?<AutoLogon> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>user1</Username> <Password> <Value></Value> <PlainText>false</PlainText> </Password></AutoLogon><OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE></OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>false</PlainText> <Value></Value> </Password> <Group>Administrators</Group> <DisplayName>user1</DisplayName> <Name>user1</Name> </LocalAccount> </LocalAccounts> </UserAccounts>ReagardsAutounattend_hornet512.xml Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 Just add the same password for: user1 Quote Link to comment Share on other sites More sharing options...
hornet512 Posted November 15, 2011 Share Posted November 15, 2011 isn't empty pasword possible? Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 I have tried to add a user and autologon for a day. I couldn't :g:Try with the same password for: user1 !!! Quote Link to comment Share on other sites More sharing options...
hornet512 Posted November 15, 2011 Share Posted November 15, 2011 Try with the same password for: user1 !!! What do you mean? There aren't different passwords.I tried the same empty passwords.do you have fully silent an example file ?Regards Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 (edited) Try the same password for :user1 :g:*Edit: not empty password...Autounattend.xml I gave you:http://www.wincert.n...dpost__p__78617*Edit2:Remember you must add for x86 and x64 for your Autounattend.xml AIO file Edited November 15, 2011 by myselfidem Quote Link to comment Share on other sites More sharing options...
myselfidem Posted November 15, 2011 Share Posted November 15, 2011 (edited) Example with my Autounattend.xml file fully unattended for Windows 7 Ultimate x86 with 3 partitions:<?xml version="1.0" encoding="utf-8"?><!--Deux utilisateurs--><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>fr-FR</UILanguage> </SetupUILanguage> <InputLocale>100c:0000100c</InputLocale> <SystemLocale>fr-CH</SystemLocale> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-CH</UserLocale> </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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Size>100</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Size>20000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>3</Order> <Type>Extended</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>false</Extend> <Order>4</Order> <Type>Logical</Type> <Size>15000</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Size>10</Size> <Order>5</Order> <Type>Logical</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Label>System</Label> <Format>NTFS</Format> <Active>true</Active> </ModifyPartition> <ModifyPartition wcm:action="add"> <Extend>false</Extend> <Format>NTFS</Format> <Label>SEVEN</Label> <Letter>C</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Programme</Label> <Letter>D</Letter> <Order>3</Order> <PartitionID>3</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <PartitionID>4</PartitionID> <Order>4</Order> <Label>DATA</Label> <Format>NTFS</Format> <Active>false</Active> <Extend>true</Extend> <Letter>U</Letter> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>Never</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>My Full Name</FullName> <Organization>particulier</Organization> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> <EnableFirewall>true</EnableFirewall> </component> <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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"> <DriverPaths> <PathAndCredentials wcm:action="add" wcm:keyValue="1"> <Path>$WinPEDriver$</Path> </PathAndCredentials> </DriverPaths> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" 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"> <EnableLUA>false</EnableLUA> </component> </settings> <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-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"> <Home_Page>http://www.bluewin.ch/index.html.fr</Home_Page> <BlockPopups>yes</BlockPopups> <FavoritesOnTop>true</FavoritesOnTop> <FilterLevel>High</FilterLevel> <Help_Page>http://people.consolidated.net/veeger/</Help_Page> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableWelcomePage>true</DisableWelcomePage> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <LockToolbars>true</LockToolbars> <ShowLeftAddressToolbar>true</ShowLeftAddressToolbar> <ShowMenuBar>true</ShowMenuBar> <SuggestedSitesEnabled>true</SuggestedSitesEnabled> </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"> <fAllowFullControl>false</fAllowFullControl> <fAllowToGetHelp>false</fAllowToGetHelp> </component> <component name="Microsoft-Windows-Security-SPP-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"> <ComputerName>Se7en</ComputerName> <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> <RegisteredOwner>My Full Name</RegisteredOwner> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> </component> </settings> <settings pass="oobeSystem"> <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"> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-CH</UserLocale> <InputLocale>100c:0000100c</InputLocale> </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"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> <RegisteredOwner>My Full Name</RegisteredOwner> <TimeZone>W. Europe Standard Time</TimeZone> <AutoLogon> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>Antoine</Username> <Password> <Value>Same Password</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Password never expires</Description> <CommandLine>cmd /C wmic useraccount where "name='Antoine'" set PasswordExpires=FALSE</CommandLine> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>2</Order> <Description>Installation des applications avec WPI</Description> <CommandLine>cmd /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> </FirstLogonCommands> <OEMInformation> <Logo>%WINDIR%\System32\oemlogo.bmp</Logo> <Manufacturer>Se7en_Titan</Manufacturer> <Model>Windows Se7en Titan</Model> <SupportHours>A tout instant, consultez les Forums</SupportHours> <SupportPhone>BR549</SupportPhone> <SupportURL>http://people.consolidated.net/veeger</SupportURL> </OEMInformation> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <StartPanelLinks> <Link0>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Disk Cleanup.lnk</Link0> <Link1>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Resource Monitor.lnk</Link1> <Link2>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\System Restore.lnk</Link2> <Link3>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Task Scheduler.lnk</Link3> </StartPanelLinks> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>false</PlainText> <Value>Same Password</Value> </Password> <Group>Administrators</Group> <DisplayName>Antoine</DisplayName> <Name>Antoine</Name> </LocalAccount> <LocalAccount wcm:action="add"> <Password> <PlainText>false</PlainText> <Value>xxxxxx</Value> </Password> <Group>Users</Group> <DisplayName>Josiane</DisplayName> <Name>Josiane</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <WindowsFeatures> <ShowInternetExplorer>true</ShowInternetExplorer> <ShowMediaCenter>true</ShowMediaCenter> <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer> </WindowsFeatures> </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"> <Gadget1>%PROGRAMFILES%\Windows Sidebar\Gadgets\Clock.Gadget</Gadget1> <Gadget2>%PROGRAMFILES%\Windows Sidebar\Gadgets\Calendar.Gadget</Gadget2> <Gadget3>%PROGRAMFILES%\Windows Sidebar\Gadgets\Weather.Gadget</Gadget3> </component> </settings></unattend> Edited January 21, 2012 by myselfidem Quote Link to comment Share on other sites More sharing options...
Etz Posted November 16, 2011 Share Posted November 16, 2011 (edited) @myselfidem you should warn users, that your XML also erases whole disc and repartitions it. BTW, can you post example, how to format only two partitions on single HDD machine. eq. Disk 0 Part 1 nad Part 2. (System and Windows Install one), but leave third one (user data) untouched?BTW I still havent had success aplying unattended via W7Toolkit, so I guess I have to do it all manually Edited November 16, 2011 by Etz Quote Link to comment Share on other sites More sharing options...
Legolash2o Posted November 16, 2011 Share Posted November 16, 2011 What happens if you use W7T and then just manually save it to the DVD root, without using the AIO Apply Unattended for WIM Manager one either? Quote Link to comment Share on other sites More sharing options...
Etz Posted November 16, 2011 Share Posted November 16, 2011 (edited) What happens if you use W7T and then just manually save it to the DVD root, without using the AIO Apply Unattended for WIM Manager one either?Basically same, if I use the one , created with Unatended Creator.I`ll try to put together that Unattended.xml by hand, to see what will happen then. (only with settings that doesnt work).So far I havent found anything wrong with Unatended Creator outputted file, so I cannot really say, why its ignoring some of the settings... Maybe its ordering in that file or something like that... :g:OT: RT7Lite has the very same issue, with unatended. (Network location and Update settings are ignored in XML and asked every time). Altough I`m not using it anymore. Edited November 16, 2011 by Etz Quote Link to comment Share on other sites More sharing options...
Legolash2o Posted November 16, 2011 Share Posted November 16, 2011 Can you attach the unattended file of W7T and also attached a working unattended but without any extra details like partitioning, it possibly is ordering as i've recently been asked to change it.P.S. I've also got a feeling the using the 'Apply Unattended' features in W7T is having an effect on this aswell and i may simply just change them so that they just simply copy it to the dvd root and not integrate it into the image. Quote Link to comment Share on other sites More sharing options...
Etz Posted November 16, 2011 Share Posted November 16, 2011 (edited) Can you attach the unattended file of W7T and also attached a working unattended but without any extra details like partitioning, it possibly is ordering as i've recently been asked to change it.P.S. I've also got a feeling the using the 'Apply Unattended' features in W7T is having an effect on this aswell and i may simply just change them so that they just simply copy it to the dvd root and not integrate it into the image.Not working: http://www.wincert.n...dpost__p__79229 - Created with Unnatended Creator(but already applied into image) - For me, nothing seems to be wrong...but its not working.Basically I dont have a fully working set yet... Cannot create new one "untouched" also at the moment (I`m at work and dont have Windows PC available at the moment).W7Toolkit just doesnt run on Wine (yeah I know, NET framework needed, etc) Edited November 16, 2011 by Etz Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.