Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. You can remove the monted image with Se7en_UA and restart Se7en_UA to do all the process! Set your SP1 inside the same partition: C:\ and not E:\
  2. Thanks coucou ! About Export.cmd, you can try (Like this if we use Export.cmd twice; the new install.wim image isn't removed) : WAIK for Windows 7 must be installed! Export.cmd *Edit: Batch file Updated!
  3. If you have any other questions, maybe it's better to open a new topic?
  4. You don't need to mount the install.wim image using the command /export. First you can use Export.cmd to save only one image (example: Ultimate). You can use compress.cmd after you have added IE9, updates, etc. and Unmount /Commit the image. But do not use twice when it's done! Use only one time compress.cmd! It's not needed to use twice => the result is the same: (example: before => 2 234 317 Ko and after compression => 2 091 057 Ko; and after another compression => 2 091 057 Ko) compress.cmd result using twice: If there is errors, it's better to save first install.wim image ( a copy) and after we can use (like this it's not needed to remove and rename manually the files): compress.cmd (we can use safely twice this batch file but it's not needed) @echo off & color 1F echo. "C:\Program Files\Windows AIK\Tools\x86\imagex.exe" /export C:\Win7\sources\install.wim 1 C:\Win7\sources\installv2.wim "Windows 7 ULTIMATE" /check /compress maximum echo. >nul timeout /t 3 DEL /S /F /Q "C:\Win7\sources\install.wim" REN "C:\Win7\sources\installv2.wim" "install.wim" echo. pause Regards *Edit: I will try to secure the batch file Export.cmd to not remove "install.wim" if we use twice the batch file! the command timeout /t 3 doesn't work on Windows XP.
  5. The Export.cmd is to use only one time to keep only one image install.wim Ultimate! The batch file remove install.wim file and rename the new image installnew.wim as install.wim! Do not use twice! DEL /S /F /Q "C:\Win7\sources\install.wim" REN "C:\Win7\sources\installnew.wim" "install.wim" -------------------------------------------------------------------------- When you have integrated IE9, updates etc., you can use the compress.cmd given above! I've done like this for me. It's always needed to mount/unmount the image before to compress a new time without error with the same compression! Do not compress the install.wim image twice! Dism /Cleanup-wim is used to remove images incorrectly mounted or unmounted and also clear the registry inside this key: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIMMount\Mounted Images\] DISM Extract:
  6. You can use: Dism /Cleanup-wim Remove the temp folder and give a new name for the temp folder; and try again!
  7. Yes coucou ! You can use imagex.exe to downsize your customized install.wim and boot.win images. You can use Run As Administrator the Deployement Tools and write inside the command prompt! You can use: imagex.exe /info <path_to_install.wim_file> to read informations about the images! Select the index number, the correct name, and adapt the paths to your needs! For 64-bit version you can use: C:\Program Files\Windows AIK\Tools\amd64\imagex.exe compress.cmd @echo off & color 1F echo. "C:\Program Files\Windows AIK\Tools\x86\imagex.exe" /export C:\Win7\sources\install.wim 1 C:\Win7\sources\installv2.wim "Windows 7 ULTIMATE" /check /compress maximum echo. pause After you can remove (or save) install.wim and rename installv2.wim as install.wim inside the folder "sources". ImageX Command-Line Optins: http://technet.micro...302(WS.10).aspx Extract: Cheers
  8. Google Search is your friend! http://www.whereisit-soft.com/
  9. I disd not decide nothing. RT7 decide for me when I used the "Remove component" Languages. Consequently, I got Error 1907. Then, I googled that error and get the infos regardinf a missed fonts. So, I installed a pure Win7 and copy all the fonts. Then I installed aWin7 prepared with RT7 and "Remove component" Languages. and compared the C:\Windows\fonts directory Morality, do NOTsuppress any font That's it We must keep only JAPANESE to have Microsoft Office installing fine! Weird! *Edit: I made a new test removing All languages, and installing silently Office 2007 SP2 and updates whitout any problem! All is fine. Disabled UAC and used WPI 8.2.1
  10. You can try to disable feature first and after use 7Customizer!
  11. Yes! Regards Tested: http://www.msfn.org/...post__p__951721 *Edit: post updated. Thanks
  12. I think when you upgrade your Windows Vista version to Windows 7 Ultimate, the recovery partition is always the same and you can't create your recovery DVD's. Before to upgrade your Laptop to Windows 7 Ultimate, you can create Recovery DVD's for your Windows Vista only! When you have upgraded your Laptop with Windows 7 Ultimate you can create an image with Noton Ghost or True Image to save your OS and use this image to restore your computer if needed!
  13. Thank you mritter for clarifying this issue! B)
  14. 7Customizer do not integrate SP1! You can read the answer here: http://www.msfn.org/board/topic/139077-7customizer-a-windows-7-customization-and-deployment-tool/page__view__findpost__p__956511
  15. Yes, you can if you want! Also available on x64-bit But when I copy/paste a file with the editor inside a topic the files with http:// are writed twice! You need to change the lines with: http:// and remove lines unneeded! Also change the name inside: "FaviconPath"="C:\\Users\\User _Name\\AppData\\LocalLow\\Microsoft\\Internet Explorer\\Services\\search_{AEB25C89-CF33-42B0-9642-C5D54C66937E}.ico" But you may want personal settings for IE9. You can do as I made. Install Windows 7 SP1 with IE9 integrated - on a Virtual Machine - and keep the connection. Choose your personal settings and save the reg file! Or save the reg files inside your x86 Windows 7 computer and add the file inside your UA-CD 64-bit. Regards
  16. Thanks coucou! It was before IE9 and SP1 I use customized settings saved on my computer for IE9 (IE9.reg) and I don't use any more these reg keys! Even if I install Firefox! Weird I add inside my Autounattend.xml to DisableFirstRunWizard <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> </component> Yes the reg files are the same for x64-bit version! *Edit: But I must check if I have already "injected" this reg files inside my Windows 7 customized! I don't remember! *Edit2: I haven't injected the reg files and I use only the example given above and works fine. Added my customized settings for IE9 integrated! IE9.reg (x86)
  17. It seems that doesn't work in this context! And the reg file is always installed, even if it is already installed!
  18. Adding a "s" to \Shell Folder: RegKeyExists("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders") But, maybe you have created this reg key, with "ShellFolders.reg" ("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folder")! *Edit: After testing, I have the same problem: doesn't work! (the registry entries are alredy installed but the grayed condition doesn't work). Even if I select inside: Options Wizard | Features = if grayed condition is true, disable the check box. config.js prog[pn]=['ShellFolders']; uid[pn]=['SHELLFOLDERS']; ordr[pn]=[21]; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; pfro[pn]=['no']; cmds[pn]=['{REGEDIT} "%wpipath%\\Install\\REG\\ShellFolders.reg"']; gcond[pn]=['RegKeyExists("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folder")']; desc[pn]=['ShellFolders'];
  19. About REGEDIT, you must use the switch: /S Example(x86): prog[pn]=['Archiveur WinRAR 4.0.1']; uid[pn]=['ARCHIVEURWINRAR401']; ordr[pn]=[9]; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; pfro[pn]=['no']; cmds[pn]=['"%wpipath%\\Install\\WinRAR\\wrar401fr.exe" /S','REGEDIT /S %wpipath%\\Install\\WinRAR\\rarreg.key']; desc[pn]=['Archiveur WinRAR 4.0.1']; pn++;
  20. Many thanks alvinkhorfire! Also for the tip"
  21. Inside this Registry Tweaks, you can remove this reg files and you will have the shorcuts arrow displayed: Windows Registry Editor Version 5.00 ;--------------------------------------------------------------------------------------------------------------------------- ; Remove " - Shortcut" Suffix from shortcuts [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] "29"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,\ 25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,\ 00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,35,00,30,00,\ 00,00 If you want change the registry keys inside your OS installed, you can use: Restore_Shorcuts_arrow.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:1e,00,00,00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] It's needed to restart the computer to see the changes! You can also find some other help here: http://www.msfn.org/board/topic/151327-solved-shortcut-icons-corrupt/
  22. I think it's this option and I use:(example) erase /f /q "%USERPROFILE%\Favorites\Favs.cmd"
  23. I hope the new install.wim cleaned with TuneUp Utilities will work for you! Anyway if there is some trouble you can try the workaround I given above. Works fine!
  24. Yes, you're right mate AIK for Vista is more faster! If you have errors with GImageX, you can try to use imagex.exe to compress your install.wim image, because you have used FAST COMPRESSION! Try to use the same compression with imagex.exe!!
×
×
  • Create New...