Jump to content

myselfidem

Members
  • Joined

  • Last visited

Everything posted by myselfidem

  1. It seems the error is with the temp folder: sMountTemp=D:\WTMount It's not like mine: Settings.txt fAddons= fDrivers= fGadgets= fSilents= fThemes= fTweaks= fUpdates= fWallpapers= sAICommands=True sAIOSave=True sCheckForUpdates=True sDLogging=True sFreeRAM=True sGroups=True sHotkeys=True sLastWIM=C:\Win7\sources\install.wim smCheck=False sAIOPM=True sMountTemp=C:\W7T\Mount sQuickMerge=False smVerify=False sSolDownload=C:\W7T130-38B_Test\SoLoR\ sTransparency=100 sTransparencyAll=False sW7TDISM=Normal sW7TExt=Normal sW7TPRI=Normal sW7TTemp=C:\W7T sShowAntiV=True sSkipDCheck=True sUploadLogs=True sLastISO_Folder= sLastISO_ISO= sMountLog=True sUSBPrepLog=True sWelcomeTab=True sDownloadTab=True sToolsTab=True sRegistryLog=False
  2. Try to use: W:\Win7\sources\install.wim sLastWIM=W:\0Wins\7\Ultimate\Sources\install.wim @Legolash2o Removing components with the new version (Test)= No errors! Windows 7 Ultimate x86 I will make more tests... Regards
  3. If they are enabled...I cant' finish the downloading file!! A little typo error: Component Remover => Speech and Natural Langauge Regards
  4. The link doesn't work! Maybe you can try to download a new time on Mediafire with a new link? Regards *Edit: Ooh, my bad...I forgot to disable UAC and LUA!!!!!!!! Now it's OK. Many thanks. Regards
  5. I can't download the file! Weird
  6. I'm in peace! How it's possible to takewonership and remove a file or a folder NOT SPECIFIED (example:fr-FR)?? http://www.wincert.n...dpost__p__79112
  7. For the moment, don't worry about Windows 7 localized version, but i think you can tell that "removal components" is only available for English version...And you are working for a workaround for local version? It's better to improve your awesome software for English version! Regards
  8. This can be done also using SetACL.exe (x86 or x64): http://helgeklein.co...ion-setacl-exe/ Extract: Extract: However some files and folders are Windows 7 version specific and can't be removed if they aren't writed with the correct name: examples: en-US; fr-FR; de-DE;etc.! Regards
  9. However, if needed it seems there is a workaround: http://www.msfn.org/board/topic/82191-xperos-utilities/page__st__60__p__667868#entry667868 Regards
  10. If you could, this would be very awesome! Regards
  11. Xp doesn't have takeown and icacls! About:RunExternal("takeown /f " + "\"" + F + "\"" + " /r /d y"); Works for English version. With my Windows 7 French version, I need to use: RunExternal("takeown /f " + "\"" + F + "\"" + " /r /d o"); y=yes o=oui It seems there is some problem with Windows 7 localized versions! Regards
  12. myselfidem replied to WarZ's post in a topic in Win Toolkit
    Here is the packages.xls file! Same download link given by Etz, but I made an archive with WinRar! Or rename as packages.xls. Regards packages.rar
  13. myselfidem replied to RicaNeaga's post in a topic in Win Toolkit
    Inside your Autounattend.xml file, try to add: <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup"...... <UserData> <AcceptEula>true</AcceptEula> <FullName>Your Full Name</FullName> <Organization>company</Organization>
  14. Many thanks! Yes, that will be fine to give us explainations on how to add our language and the instructions!
  15. This can be done with Autounattend.xml file: <settings pass="oobeSystem"> <component name="Microsoft-Windows-Sidebar" 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]"> <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> http://www.msfn.org/board/topic/151292-weather-gadget/ I hope that can help!
  16. myselfidem replied to myselfidem's post in a topic in OLD Threads
    It was about the order and not ta add all passes!
  17. myselfidem replied to myselfidem's post in a topic in OLD Threads
    Why not? http://technet.microsoft.com/en-us/library/dd744341(WS.10).aspx
  18. myselfidem posted a post in a topic in OLD Threads
    Hi, Legolash2o About xml creator, could you please change the order of the passes, like it is recommended?: 1 - <settings pass="windowsPE"> 2 - <settings pass="generalize"> 3 - <settings pass="oobeSystem"> Thanks and Regards
  19. Thanks! The best way is to read the useful documentation provided by Microsoft: http://www.microsoft...ls.aspx?id=2458 And to ask Legolash2o to add some new options if we need: http://www.wincert.net/forum/index.php?/topic/8591-unattended-merged/ ... or use the import button with XML Creator, and use our Autounattend.xml file already customized! We can also find more help about Autounattend.xml file here: http://www.msfn.org/...seven-xml-here/ Cheers
  20. myselfidem replied to Legolash2o's post in a topic in Win Toolkit
    Yes, many people are disappointed and no message was given about the new RT Se7en Lite 3.0! But Benjamin made a really hard work!!! Maybe that was too hard and he need some rest ....Good luck to him! Now here is the forum about Windows 7 Toolkit. Please don't mix everything! Thanks
  21. Have a nice week-end! After deleting the ei.cfg file, you can remove all catalog files inside your Windows 7 AIO DVD, because they are outdated. And if you need you can create new catalog files with WSIM, but only on a 32-bit computer: http://www.msfn.org/board/topic/152947-problem-with-sim/page__view__findpost__p__973982 Cheers
  22. Check the file with Norton on my computer and I've selected approved by the user...and W7T.exe works fine now! About xml creator, could you please change the order of the passes, like it is recommended?: 1 - <settings pass="windowsPE"> 2 - <settings pass="generalize"> 3 - <settings pass="oobeSystem"> Thanks and Regards
  23. Oh. Really nice! I will do a test and said Norton to accept W7T.exe...But I don't like warning messages! Regards
  24. Yes Legolash2o Maybe it's possible to generate an Autounattend.xml file for Windows 7 AIO (x86 and amd64) with W7T ?! The same lines are duplicated (one for 32-bit version and the second for 64-bit version). But, I remember I have read somewhere that is not possible or too dificult. Thanks