
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
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!
-
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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! -
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)]
-
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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)! -
WPI v8.2.2 Release!
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
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 -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Check ! Check if you have set: <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo> -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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 -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
You can find more help inside "Unattended Windows Setup Reference for Windows 7.chm": http://www.microsoft...ls.aspx?id=2458 Extract: -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
I remember I tested on my PC and works.... and I lost all my data!!! -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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> -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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 -
7Customize integrate/Slimstream Windows 7 SP1
myselfidem replied to whairs01's topic in Unattended Windows 7/Server 2008R2
You can find help here: http://www.msfn.org/board/topic/152813-how-to-create-an-oem-folder/ -
Installing apps through setupcomplete.cmd
myselfidem replied to Octopuss's topic in Unattended Windows 7/Server 2008R2
Maybe that can help you: http://www.msfn.org/board/topic/140068-a-visual-guide-to-7customizer/page__view__findpost__p__952038 -
New to unattend.xml - 2 quick questions
myselfidem replied to Stilez's topic in Unattended Windows 7/Server 2008R2
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 -
On IE9 64 bit how do you change the search engine
myselfidem replied to pjmelect's topic in Windows 7
All is solved now and works fine! You can add "Search engines" like you want. Tested and works! Regards -
New topic added about $OEM$ folders: http://www.msfn.org/board/topic/152813-how-to-create-an-oem-folder/ Cheers
-
How to change registry in mounted image?
myselfidem replied to Octopuss's topic in Unattended Windows 7/Server 2008R2
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 -
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!
-
How to change registry in mounted image?
myselfidem replied to Octopuss's topic in Unattended Windows 7/Server 2008R2
You can set a value inside your Autounattend.xml to disable Windows Defender: <settings pass="specialize"> <DisableAntiSpyware>true</DisableAntiSpyware> (Disables Windows Defender) -
How to change registry in mounted image?
myselfidem replied to Octopuss's topic in Unattended Windows 7/Server 2008R2
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! -
How to change registry in mounted image?
myselfidem replied to Octopuss's topic in Unattended Windows 7/Server 2008R2
Yep! Image Tweaks on mounted hives *Edit: About switch /s and mmc.exe: http://www.msfn.org/...post__p__108801 -
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