Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Thanks maxXPsoft for the new realease! However there is some trouble using SetACL.exe with localized Windows 7 versions! Uisng SetACL.exe doesn't work for localized version, see example here, please: http://www.msfn.org/...post__p__966844 But to use SetACL.exe for all localized version we can use: http://helgeklein.co...ion-setacl-exe/ http://support.micro...b;EN-US;Q243330 Regards
  2. When I have some time I will try to update the Manual with French language! Regards *Edit: It seems we are sometimes all procrastinators!
  3. Another example with 3 OS on a HDD: Without using this value: <WillWipeDisk>true</WillWipeDisk> On my computer I installed Windows XP, Windows Vista and Windows 7 When I need to reinstall Windows 7 with an Autounattend.xml file on my HDD, I do like this: Partial Autounattend.xml (x86) <?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"> <ComplianceCheck> <DisplayReport>OnError</DisplayReport> </ComplianceCheck> <!-- The UI will be displayed to select the partition and format this one to install Windows 7 --> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </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> <WillShowUI>OnError</WillShowUI> <!-- Partiion selected and formatted above --> <InstallToAvailablePartition>true</InstallToAvailablePartition> </OSImage> </ImageInstall> .......
  4. Look at this link and download registry key #153 (Restore Missing "New" and Text Doc):sing "New" a http://www.kellys-korner-xp.com/xp_tweaks.htm
  5. Many thanks Tripedacus!
  6. Try to change the name inside the registry or use a reg file suiting your needs: RegisteredOwner.reg (example) Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "CurrentVersion"="6.1" "CurrentBuild"="7601" "SoftwareType"="System" "CurrentType"="Multiprocessor Free" "InstallDate"= "RegisteredOrganization"="customer" "RegisteredOwner"="Misspelled" "SystemRoot"="C:\\Windows" "InstallationType"="Client" "EditionID"="Ultimate" "ProductName"="Windows 7 Ultimate" "ProductId"="XXXXX-OEM-XXXXXXXXXXX" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="myselfidem"
  7. Or you can use my Cleanup.cmd to do the "job" easily inside the folder CleanUpTemp.zip: http://www.mediafire.com/?z6v9uj6x97tg8 *Edit: When we use RT Se7en Lite the best way is first to create a new Temp folder at the root of HDD, because RT 7 Lite use the %userprofile%\temp by default. 1 - For this reason sometimes there is not enough space and errors occurs. 2 - The process need a long time to mount/unmount the 2 temp folders: %temp%\RT_Mount and %temp%\RT_Mount_Boot 3 - Folder paths are too long using "%userprofile%\temp" en the process time increases ! Check if you need to use the Cleanup.cmd for the two temp folders: %temp%\RT_Mount and %temp%\RT_Mount_Boot. You can use the batch file for any temp folder with an corrupted image (or not corrupted!), set the temp path at first.
  8. http://www.intowindows.com/rt-windows-customizer/
  9. Solved here: http://www.wincert.net/forum/index.php?/topic/8158-gdism-eldi-java-and-net/page__view__findpost__p__81260 Regards
  10. Yes 2 or 3 times...It's better to use 3 times, or you can use 10 times! Try the Autounattend.xml file attached and let me know the result, please...And use the same password! Regards *Edit: Remove this seetiings, if the key is already integrated: <settings pass="windowsPE"> inside: <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> </ProductKey> And inside <settings pass="specialize">: <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> >/IMAGE/INDEX< = is for the OSImage installation only! <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/INDEX</Key> <Value>1</Value> </MetaData> </InstallFrom> <WillShowUI>OnError</WillShowUI> <InstallToAvailablePartition>true</InstallToAvailablePartition> </OSImage> </ImageInstall> Your new Autounattend.xml file without key. Autounattend.xml
  11. My advice: do not use it...It's a WAREZ!!
  12. Inside your Autounattend.xml file! 1. <AcceptEula> wasn't at the good place move to <UserData> 2. <DynamicUpdate> value change to <WillShowUI>Never</WillShowUI> I'm guessing a blank window appears because the value was <WillShowUI>Always</WillShowUI> and <Enable>false</Enable> 3. Add for <AutoLogon> value: <LogonCount>3</LogonCount> Like this you need to enter your password after 3 times AutoLogon!
  13. Solved: http://www.msfn.org/...post__p__988316
  14. I found the workaround about URL's writed TWICE inside the posts with the editor for Autounattend.xml or xml files inside the forum. If I copy/paste the code we can see this error: http:// writed twice: Example with error: <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]"> And if we use this workaround: Simply click the line with http:// and click on the icon on the top left: Remove formatting. And now all is fine! Correct example: <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"> Errors occurs when we copy/paste some examples on the forum with this coding error!! I will update all my posts! Posts updated inside this thread !
  15. Maybe that can help you: http://blogs.technet.com/b/svengruenitz/archive/2008/07/02/driver-installation-and-updating-made-easy-dpinst-exe.aspx http://msdn.microsoft.com/en-us/library/windows/hardware/ff552335(v=vs.85).aspx
  16. Look at here: http://www.msfn.org/board/topic/139877-post-sp1-updates-for-windows-7-updated-10012012/page__view__findpost__p__969228
  17. Nice ! The problem when we copy/paste some Autounattend.xml file inside the editor inside a post, you can see that the URL are writed TWICE and an error occurs during the installation...I always check the files with WSIM: http://www.msfn.org/...post__p__970087 I will try to avoid this issue next time! The Autounattend.xml file attached is the same as the one posted above.
  18. You've made an error when you have copied the file...Check it with WSIM or attach your Autounattend.xml file, please and remove your product key inside! Here is my file: try it and let me know the result, thanks! Add your product key inside!
  19. Which language option do you have to choose? Could you past your new Autounattend.xml file, please? At last do you have the keyboard layout for en-GB?
  20. I think this can be done like this: <?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="amd64" 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>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <value>Windows 7 ULTIMATE</value> </MetaData> </InstallFrom> <InstallToAvailablePartition>true</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" 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> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" 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>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeZone>GMT Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> </OOBE> </component> </settings> </unattend> Let me know if it works for you! *Edit: You can also add more keyboard layouts: <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- You can add keyboards here: examples: en-GB, en-US, en-CA, fr-CA --> <InputLocale>0809:00000809;0409:00000409;1009:00001009;0c0c:00000c0c</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </component>
  21. Maybe you have removed some needed components : http://www.rtwincust...onents-to-keep/ Please attch your full Autounattend.xml file if you want more help! Help about Autounattend.xml creation file: http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/
  22. Could you attach your Autounattend.xml file ?
  23. WRONG: http://answers.microsoft.com/en-us/office/forum/office_2003-office_install/cant-install-office-2003-in-windows-7/4d5bb2ed-6486-4ffc-a33c-b2533c04a076
  24. Microsoft-Windows-Security-Licensing-SLC-UX This setting is deprecated and should not be used. Please use Microsoft-Windows-Security-SPP-UX instead. You need to use: X86 <settings pass="specialize"> <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> AMD64 <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" 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> Same thing for (These settings are deprecated) : <OOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> More help about Autounattend.xml AIO (x86/amd64) files: http://www.wincert.n...n-one-x86amd64/
  25. You can find some silent switches here: http://www.msfn.org/...ributions-only/ Cheers
×
×
  • Create New...