Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. NEW batch file to remove temp folder containing an mounted image. It's not needed to restart the computre now using WAIK for Windows 7: CleanUpTemp.zip (fr-FR/en-US) http://www.mediafire.com/?z6v9uj6x97tg8 Regards *EDit: Using WAIK SP1 for Vista it's needed to restart the computer to remove the temp folder using Cleanup.cmd!
  2. I think there is something wrong inside your Autounattend.xml! With mine all is fully unattended! Could you please attach your Autounattend.xml file and remember to remove your valid key!
  3. I made a NEW batch file to clean the temp folder (containing an mounted image), and now it's not needed to restart the computer before launching the batch file! Works like a charm! CleanUpTemp.zip (fr-FR/en-US) Download link: http://www.mediafire.com/?z6v9uj6x97tg8 Regards *Edit: New folder BATCH_RT7.zip [include: Export.cmd; Export_Boot.cmd; Cleanup.cmd;.. (fr-FR/en-US)]
  4. I tested many times without errors on my Virtual Machine! *Edit: New tests made successfully creating another partition F:\Data (other example image with D:\): Image 2 partitions Example tested on an Virtual Machine 40Go vhd and 15Go for WINDOWS (Fully unattended) <?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>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>15000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Type>Primary</Type> <Extend>true</Extend> </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"> <Order>2</Order> <PartitionID>2</PartitionID> <Letter>C</Letter> <Label>SEVEN</Label> <Format>NTFS</Format> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>3</Order> <Format>NTFS</Format> <PartitionID>3</PartitionID> <Label>Data</Label> <Letter>F</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> </OSImage> </ImageInstall> *Edit: Set ONLY as "Active = true" the System partition (<PartitionID> 1)!
  5. Many thanks Kels for this new updated software...Could you please add the new lang_fr.js : Thanks and keep your excellent work! *Edit. given
  6. Check ! Check if you have set: <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo>
  7. Some more values are needed inside your Autounattend.xml file: Example for Windows 7 Ultimate x86 and tested and works with the Virtual Machine! <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> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label>system</Label> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Label>SEVEN</Label> <Letter>C</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </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> </OSImage> </ImageInstall> Help: http://www.msfn.org/...post__p__933298 *Edit: post updated
  8. You can find more help inside "Unattended Windows Setup Reference for Windows 7.chm": http://www.microsoft...ls.aspx?id=2458 Extract:
  9. There are so many other things to do while waiting for a test and programs...
  10. Soon http://www.rtwincustomize.net/web/index.php?/topic/8870-rt-7-lite-30-real-release-date/page__pid__68908#entry68908
  11. I remember I tested on my PC and works.... and I lost all my data!!!
  12. Check the order inside your Autounattend.xml like my example above! Set at first! <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk>
  13. Yes! Example: (give the label name you want for C:\) <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>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> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label>system</Label> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Label>SEVEN</Label> <Letter>C</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> *Edit: post updated
  14. Hi! CleanUp.zip Updated and faster to remove files and folders! Available for images x86 or amd64. Download link Cleanup.cmd (fr-FR/en-US) http://www.mediafire.com/?z6v9uj6x97tg8 Enjoy!
  15. You can find help here: http://www.msfn.org/board/topic/152813-how-to-create-an-oem-folder/
  16. Maybe that can help you: http://www.msfn.org/board/topic/140068-a-visual-guide-to-7customizer/page__view__findpost__p__952038
  17. At fisrt - at the same time - with the boot.wim file. First installation step and after install.wim is installed! http://technet.microsoft.com/en-us/library/cc766228(WS.10).aspx
  18. All is solved now and works fine! You can add "Search engines" like you want. Tested and works! Regards
  19. New topic added about $OEM$ folders: http://www.msfn.org/board/topic/152813-how-to-create-an-oem-folder/ Cheers
  20. Other link about reg.exe and hives: Apply regtweaks (also HKCU) and install apps for ALL users http://www.msfn.org/board/topic/149637-apply-regtweaks-also-hkcu-and-install-apps-for-all-users/page__view__findpost__p__955400
  21. I found that when the folders RT_Mount and RT_Mount_Boot are inside the %temp% folder it's needed first to MOVE the folders and after I can remove the folders! CleanUp.zip Updated (fr-FR/en-US) and works really fine. Restart fisrt the computer and launch the batch file cleanup.cmd Now the folders are moved on %systemdrive%\RT and removed successfully! Using twice: one time for %temp%\RT_Mount and after for %temp%\RT_Mount_Boot Download same link as above. Regards *Edit: Added a new dialog to launch the batch a new time whithout skip it or exit!And little typo error corrected!
  22. You can set a value inside your Autounattend.xml to disable Windows Defender: <settings pass="specialize"> <DisableAntiSpyware>true</DisableAntiSpyware> (Disables Windows Defender)
  23. I corrected your error key and I gave you a new reg files inside DISM_Temp.zip!!!!!! *Edit: Error was CurrentControlSet corrected to ControlSet001 inside one key!
  24. Yep! Image Tweaks on mounted hives *Edit: About switch /s and mmc.exe: http://www.msfn.org/...post__p__108801
  25. Hi! New batch files - BATCH.zip - (fr-FR/en-US) for Export_X86_X64.cmd for images Windows 7 Ultimate x86 or amd64 to save space! Cheers *Edit: SOLVED ! Export_X86_X64.cmd works really fine now for x86 or amd64 Arch! *Edit 2: Updated SP1integration.cmd and folders (fr-FR/en-US) Download SP1 Original: http://www.msfn.org/...post__p__972789
×
×
  • Create New...