Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Where you got KB976902 in msu file? You can download the updates at Microsoft Update Catalog http://catalog.updat.../site/Home.aspx You can write "Windows 7" to see all the updates or choose one update, like: KB976902 and download the one you need (x86, amd64,etc)! You need to install this update at last or after you have integrated all the others updates othewise you've get errors and the installation fails!
  2. Open exeico.exe with Restorator 2007!
  3. You can use Makecab, like explained here: Makecab problem Cheers
  4. You can download Retorator 2007 (30 days free)! Cheers
  5. I've installed successfuly the update Windows6.1-KB976902-x86.msu inside my Image install.wim offline! I've installed at last. I can see inside Dism.log the result (just the final part here): Cheers
  6. Hello coucou! I' don't know why my last example worked, but when I've tried a new time I haven't no success!! Because the reg file isn't correct with reg.exe! About KB976002 (Browser choice for European countries), the correct reg file for my example above is: RegistryTweaks.reg Windows Registry Editor Version 5.00 ; Supprime l'affichage du choix du Navigateur et le raccourci sur le Bureau [HKEY_LOCAL_MACHINE\WIM_Software\BrowserChoice] "Enable"=dword:00000000 "Shortcut"=dword:00000000 And the batch file is the same, but you need adapt the paths and the image number (index) to your needs. RegHive.cmd @echo off Color 0A echo. "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Mount-Wim /Wimfile:"C:\Win7\sources\install.wim" /index:1 /MountDir:"C:\work" echo. pause echo. reg.exe load HKLM\WIM_Default "C:\work\Users\Default\NTUSER.DAT" reg.exe load HKLM\WIM_Software "C:\work\Windows\System32\config\SOFTWARE" reg.exe load HKLM\WIM_System "C:\work\Windows\System32\config\SYSTEM" echo. pause echo. reg.exe import "C:\DISM_Temp\RegistryTweaks.reg" echo. pause echo. reg.exe unload HKLM\WIM_Default reg.exe unload HKLM\WIM_Software reg.exe unload HKLM\WIM_System echo. pause echo. "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"C:\work" /Commit pause Now that working really fine! I've updated my last post. Regards *Edit: I've made a little French layout: Editer le registre dans une image WIM
  7. Try this tool made by George King, it installs all of the updates that you've downloaded, it can even integrate the updates into a install.wim file. @steven It would be nice to add the Windows6.1-KB976902(xxx).msu inside the update list (ULZ) ton integrate inside the image offline! I've integrated this one at last and all works fine. About the tool made by George King. It's deleted by Norton Internet Security. Thanks a lot for the new update list. Regards
  8. You can find help here: Customize language setup and settings for Office 2010 Plan for multilanguage deployment of Office 2010 Language identifiers and OptionState Id values in Office 2010 Cheers.
  9. @coucou If you have integrated the update KB976002 you can prevent the window for the BrowserChoice with an Addon reg using Windows 7 Toolkit (like explained inside the link above) or injecting the reg key inside install.wim. I've tried successfully (with my Windows 7 Ultimate French version) integrating (injecting) the reg file with this batch file: (Mounted and temp folders "C:\test" and reg file inside "C:\DISM_Temp" with ONE Image with my example) Adapt the paths to your needs and set the reg file inside a temp folder ("C:\DISM_Temp" with my example) ! RegHive.cmd @echo off Color 0A echo. "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Mount-Wim /Wimfile:"C:\Se7en\sources\install.wim" /index:1 /MountDir:"C:\test" echo. pause echo. reg.exe load HKLM\WIM_Default "C:\test\Users\Default\NTUSER.DAT" reg.exe load HKLM\WIM_Software "C:\test\Windows\System32\config\SOFTWARE" reg.exe load HKLM\WIM_System "C:\test\Windows\System32\config\SYSTEM" echo. pause reg.exe import "C:\DISM_Temp\RegistryTweaks.reg" pause echo. reg.exe unload HKLM\WIM_Default reg.exe unload HKLM\WIM_Software reg.exe unload HKLM\WIM_System pause echo. "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"C:\test" /Commit echo. pause And the reg file inside your temp folder: RegistryTweaks.reg Windows Registry Editor Version 5.00 ; Empêche le démarrage de la fenêtre pour le choix du Navigateur ; provoqué par la mise à jour KB976002 et supprime le raccourci sur le Bureau [HKEY_LOCAL_MACHINE\SOFTWARE\BrowserChoice] "Shortcut"=dword:00000000 "Enable"=dword:00000000 Enjoy! *Edit: the correct value for the reg file with reg.exe is with my example above: RegistryTweaks.reg
  10. I've found some help about the first run for Internet Explorer window choice (KB976002). [solved] Windows 7 KB976002 All Versions http://windows.microsoft.com/en-gb/windows/what-is-the-browser-choice-update http://www.forum-unattend.fr/phpBB3/viewtopic.php?f=35&t=541 You can add this reg file inside your unattend installation: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\BrowserChoice] "Shortcut"=dword:00000000 "Enable"=dword:00000000 I hope that can help you! Cheers
  11. With 7Customizer if you have already integrated some updates inside your Windows 7 customized, you don't need to add them a new time. You can just add the new updates needed! You don't see the updates when you launch 7Customizer a new time for your customized Windows 7, but the updates have been integrated! However, some updates have been replaced by Microsoft Update with others and it's better to check! Windows Update Catalog Just write: Windows 7 inside the dialog box. Or use Post-RTM Updates for Windows 7 like it's suggested by -X- ! Works really fine! Cheers
  12. Hello! RT Se7en Lite 1.7.0 RC French guide updated. Cheers
  13. Yes! You can use RunOnceEx method or Windows Post-Install Wizard if you want (WPI 8.1.0) Example with RunOnceEx method: Create the folders $OEM$ inside "sources" (Example: C:\Win7\sources\) $OEM$\$$\SETUP\SCRIPTS\SetupComplete.cmd $OEM$\$1\Install (folder where you have all your programs inside each folder: Office2007; Adobe; etc.) Example: SetupComplete.cmd @echo off REM Windows 7 Ultimate 32 bits - RunOnceEx method REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing applications" /f REG ADD %KEY%\005 /VE /D "Windows 7 Ultimate activation" /f REG ADD %KEY%\005 /V 1 /D "%systemroot%\Setup\Scripts\active.vbs" /f REG ADD %KEY%\010 /VE /D "Tweaks customized" /f REG ADD %KEY%\010 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\Tweaks.reg" /f REG ADD %KEY%\015 /VE /D "ATI Display Driver" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\ATIDriver\Setup.exe -INSTALL" /f REG ADD %KEY%\020 /VE /D "Realtek R239" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Realtek\Setup.exe -s "-f1%systemdrive%\Install\Realtek\setup.iss"" /f REG ADD %KEY%\025 /VE /D "Office Standard 2007" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\Office\SETUP.EXE /config %systemdrive%\Install\Office\STANDARDR.WW\CONFIG.XML" /f REG ADD %KEY%\030 /VE /D "JAVA SUN 6u17" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Java\jre-6u17-windows-i586-s.exe /s /v "/qn"" /f REG ADD %KEY%\035 /VE /D "Adobe Flash Player 10 ActiveX" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\Flash\install_flash_player_10_active_x.exe /s" /f REG ADD %KEY%\040 /VE /D "Adobe Reader 9.2.0" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Adobe\AdbeRdr920_fr_FR.exe /sAll /rs" /f REG ADD %KEY%\045 /VE /D "Adobe Reader 9.2.0 eula" /f REG ADD %KEY%\045 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\Adobe.reg" /f REG ADD %KEY%\050 /VE /D "TuneUp 2008 Key" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\TuneUp.reg" /f REG ADD %KEY%\055 /VE /D "TuneUp Utilities 2008" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\TuneUp\TU2008TrialFR.exe /qn /norestart" /f REG ADD %KEY%\060 /VE /D "Installation WinRar 390" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\Install\WinRar\wrar390fr.exe /S" /f REG ADD %KEY%\065 /VE /D "Installation WinRar 390 Key" /f REG ADD %KEY%\065 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\rarreg.key" /f REG ADD %KEY%\070 /VE /D "Files Attributs" /f REG ADD %KEY%\070 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\Attributs.reg" /f REG ADD %KEY%\075 /VE /D "Movie Maker 2.6" /f REG ADD %KEY%\075 /V 1 /D "msiexec.exe /i "%systemdrive%\Install\MovieMaker\MM26_FR.msi" /qn" /f REG ADD %KEY%\080 /VE /D "Shortcut Notepad on the desktop" /f REG ADD %KEY%\080 /V 1 /D "%systemroot%\Setup\Scripts\notepad.vbs" /f REG ADD %KEY%\085 /VE /D "Finish installation" /f REG ADD %KEY%\085 /V 1 /D "%systemroot%\Setup\Scripts\clean.vbs" /f EXIT
  14. Hello! You can add your customized reg file inside your folder location (Example: C:\Win7\sources\). Create inside the folder "sources" the $OEM$ folders $OEM$\$$\SETUP\SCRIPTS\SetupComplete.cmd Inside the folder SCRIPTS add your reg file (Tweaks.reg) and SetupComplete.cmd And use SetupComplete.cmd to launch the reg file: Tweaks.reg @ECHO OFF ECHO. REGEDIT /S "%systemroot%\Setup\Scripts\Tweaks.reg" EXIT *Edit: 7Customizer French guide updated
  15. You can read the tutorial for Windows Post-Install Wizard here: WPI 6.4.1 release! Just launch WPI.exe inside WPI folder to configure the sofware like you want! Download the last WPI 8.1.0 here: Windows Post-Install Wizard
  16. Thanks 1to1 ! The two methods with Autounattend.xml (with WPI.cmd or without, like the example above) works fine for me! Cheers.
  17. Yes the software made by Legolash2o is really nice and usefull. I'm waiting for the new version Windows 7 Toolkit 0.9.0 Many thanks
  18. But if you really want, you can do not add your "Full name" and "Organization", just keep "AcceptEula" for unattended installation! <settings pass="windowsPE"> <UserData> <AcceptEula>true</AcceptEula> <FullName></FullName> <Organization></Organization> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> Your full name will not be displayed when you launch: Start | Run winver. And inside the Registry, you will see only the name for your local account. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "CurrentVersion"="6.1" "CurrentBuild"="7600" "SoftwareType"="System" "CurrentType"="Multiprocessor Free" "InstallDate"=dword:4bae7ecb "RegisteredOrganization"="" "RegisteredOwner"="Antoine" "SystemRoot"="C:\\Windows" "InstallationType"="Client" "EditionID"="Ultimate" "ProductName"="Windows 7 Ultimate" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Antoine" You can make changes later inside the Registry if you want after the installation is complete and add a full name ! Cheers
  19. Thanks! *Edit: I've made an test on my computer 32-bit. Creation Windows 7 64-bit ISO and tested with my computer 64-bit with Oracle VM VirtualBox (Windows 7 (x64) choosen, of course). All is fine. Integrated en-US and he-IL languages files cab (same as I give you) inside my French Windows 7 version Ultimate with 7Customizer. Cheers
  20. About Adobe Creative CS5 Export the key (name, serial number,...) for Adobe Creative CS5 inside your Registry (Give a name like Adobe.reg) and add a command inside the batch file launched with Guirunonce: Set the reg file inside $OEM$\$1\install\Adobe\Adobe.cmd (Example) You can add inside Winnt.sif [GuiRunOnce] Command0="%systemdrive%\install\Office2003\Office2003.cmd" Command1="%systemdrive%\install\Adobe\Adobe.cmd" or Command1="%systemdrive%\install\Install.cmd" (with all your silent switches for the applications) @echo off echo. REM Installing applications --- REM Add settings reg file for Adobe Creative CS5 REGEDIT /S "%systemdrive%\install\Adobe\Adobe.reg" echo. REM Installing Adobe Creative CS5 start /Wait "%systemdrive%\install\AdobeCS5 {silent switches} etc... REM Deleting unwanted files and folders after execution finished echo. RMDIR /S /Q %systemdrive%\install exit You can add all your programs with silent switches inside one batch file, example above (Install.cmd)!
  21. Hello! You can find help here: Problems to launch WPI Cheers.
  22. I've uploaded the files cab for you (made with exe2cab.exe on my computer 64-bit)! windows6.1-kb972813-x64-en-us.cab windows6.1-kb972813-x64-fr-fr.cab windows6.1-kb972813-x64-he-il.cab After few days I will delete all those files! Cheers! *Edit: Files now deleted!
  23. Which language packs 64-bit do you need as cab files? Hebrew and English?
  24. Hello coucou ! Bonne année 2011. Yes you need to add those values inside your Autounattend.xml! <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup"... <UserData> <AcceptEula>true</AcceptEula> <FullName>Full Name</FullName> <Organization>particulier</Organization> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> Because it's your personnal copy for Windows 7 Ultimate! You can try to use the ISO file Windows 64-bit with VMware to see if you have the same error on a computer 32-bit ! Cheers.
  25. Unfortunately this does not work with 32-bit computer converting exe to cab file for 64-bit file! You need to use exe2cab.exe on a 64-bit computer to convert the language file executable to cab file!
×
×
  • Create New...