Blog Archive

Thursday, December 24, 2009

Windows 7 RTM December Updates-Starforce



6 Updates (for x86) and 37 (for x64). Intended for both the Russian, and for the final English version of Windows 7 any edition.





Code:
http://fs6.www.ex.ua/get/764165/Hotfix_x64_11122009_Staforce.rar
http://fs6.www.ex.ua/get/764152/Hotfix_x86x64_06122009_Staforc.rar

Wise Package Studio, Part 9: Packaging the WAIK - Windows Automated Installation Kit

Wise Package Studio is a very great tool for packaging software for our deployment. But we also need an image of Windows XP or Vista to deploy our software too. One of the tools we need to build cool images is the Windows Automated Installation Kit.

This article will help you through the task of capturing the Windows Automatic Installation Kit and build your own MSI of it.

First we have to download the software. This can be found on http://www.microsoft.com/downloads/details.aspx?Fa...

The Windows Automated Installation Kit (Windows AIK) is designed to help corporate IT professionals customize and deploy the Microsoft Windows Vista™ family of operation systems. By using Windows AIK, you can perform unattended Windows installations, capture Windows images with ImageX, and create Windows PE images.

The download is almost 1 GB, so you need some space. When you have downloaded the WAIK, you have to burn it to a DVD, or you can mount it with Daemon tools. The download is an IMG file that can be simply mounted and used. I mount it on my server, and share it as a drive letter. This will make it simple for my client to pick up.

When the image is mounted, make a network mapping from the windows 2003 server to the drive.

Start Wise Package Studio, and create a new project named WAIK.

I'm going to repackage it with the Windows Installer. Click close to save the project and go back to the Wise Package Studio screen.

Click run on the Create Package task and start the process by selecting Next.

I create a snapshot in conjunction with the Smart Monitor. Click Next to continue.

I first create a new snapshot, so the initial scan that was previously created is rerun. Click Next to start the scan.

Now we see the package that we selected during the building of the project. Select execute to start the installation.

Now we see the initial startup screen for the Windows Automated Installation Kit. I first select MSXML 6.0 Setup because that is not on my computer and I want it in my package.

Click Next in the Welcome screen.

Select agree for the MSXML 6.0 setup, and click Next.

Check the correct username and company information and click Next to continue.

Now you can click Install to start the installation.

Click Finish to end the installation of the MSXML 6.0 component.

When the MSXML 6.0 component is installed, you can select Windows AIK to start the installation of the software we need.

Click Next in the welcome screen.

Select I agree and click Next to continue.

Select the installation path where you want to install the software, and select Next to continue.

Then click Next to start the installation. This will take some time, so grab a cup of coffee and be patient. It is a big installation.

Click Close to finish the installation.

Click Exit in the screen of the Windows AIK to close.

Now select Next to run the second snapshot. This will help you capture all the changes that are made to the system while installing and configuring the WAIK.

Now you are able to exclude various files and registry keys that you do not want in your package. Again this depends on what software is running on your computer, and therefore it is almost impossible to list all the files and registry keys that you need to exclude.

If you feel uncomfortable with this, just leave it as it is and click Next. In the next screen you see all the exclusion that you have made.

Click Next to go to the next step.

Our setup capture is now finished. Wise Setup Capture will give you the version number of the software and also it will list the Default Directory where the software is installed.

Click Finish to go to the next step.

Next step is the Edit Package feature. Run the task and edit it at your will. All the steps are explained in Part 3 of this series.

Now we select Run to start the Validate Compliance with Standards task.

Next step is to distribute the package to the Share Point directory. Click on Run to start the task. This task will run, and when it is finished the screen disappears automatically.

Just give it some time until you see that the next task, Import into Software Management Database is selected.

Start that task by selecting Run. This task will import the software into the Software Management Database. When the task is ready, then Next will be selected. Start the Resolve Conflicts task by selecting Run.

Select all the packages. As you see there are no conflicts.

My final task is to make the package available. Select run to start that task. When you wish, you can also select the Distribute Software task to distribute it to your SMS or Altiris Deployment Server.

Now we have installed and configured the WAIK, and we have built a package so we can use it on more computers, we are up to the next step in this article.

We are going to use the WAIK to do our job.

Close Wise Package Studio and install the customized MSI on another machine. After the installation you will find a new shortcut in the start menu that will start the Windows System Image manager. Start the shortcut.

Before we start building an answer file for the Windows Vista deployment we first have to configure some tasks.

We start with the distribution share.

Right click on the Select Distribution Share line.

Select Create Distribution Share.

Browse to the directory where you want to locate the Distribution Share.

The Windows Automated Installation Kit creates the folders that are needed.

The Windows Automated Installation Kit uses WIM files and Catalog files to deploy standardized Windows images to the client.

What is a WIM file and what are catalog files?

Windows System Image Manager uses Windows image (.wim) files and catalog (.clg) files to display the available components and packages that can be added to an unattended answer file. Windows images and catalog files contain configurable settings that you can modify once the component or package is added to an answer file.

Windows Image Files

A Windows image (.wim) file contains one or more compressed Windows images. Each Windows image in a .wim file contains a list of all of the components, settings, and packages available with that Windows image.

Limitations of Windows Image Files

The following list describes some of the limitations of using .wim files.

  • Windows image files can be opened only by an account with administrator privileges.
  • Windows image files can be opened only by one user at a time.
  • Because Windows image files can contain one or more Windows images, they tend to be large. Some Windows image files can be several gigabytes (GB) in size.
  • The settings in a Windows image can change over time. Windows SIM enables you to create an answer file in which the settings are modified, added, or removed. Windows image files also change when packages are added, configured, or removed. By running Setup and then applying the answer file, the new settings and configurations are applied. If you recapture the installed Windows image by using ImageX, the new settings and configurations are now the defaults. When a Windows image changes, you must create a new catalog file.

Because of these limitations, Windows SIM uses catalogs when creating an answer file.

Catalog Files

A "catalog" file is a binary file that lists the state of all the settings and packages in a Windows image. When a catalog is created, it queries the Windows image for a list of all the settings in that image. Because the contents of a Windows image can change over time, it is important that you recreate the catalog file whenever you update a Windows image.

Because Windows images can be opened only by administrators, you must have administrator privileges on the system to create a catalog file.

The Windows retail DVD includes pre-generated catalog files for each Windows image inside install.wim. These catalog files are in the Sources directory of the retail DVD and can be used to create an answer file for a Windows image in the default install.wim file. However, if you intend to create a catalog for a custom Windows image, you should use Image Manager to recreate the catalog for that custom Windows image.

Contents of a Catalog File

The catalog contains the following information:

  • A list of component settings and current values.
  • Windows features and package states.

Benefits of Catalog Files

Catalog (.clg) files have several advantages over .wim files.

Significantly smaller than Windows image (.wim) files, .clg files can be less than 1 MB, while .wim files can be several GB in size. Also, .clg files are easier to copy to removable media or a network share.

While .clg files enable multiple users to create answer files for a single .clg file at the same time, a .wim file enables only one person to open and to access the .wim file at any given time.

Non-administrators can create answer files for a .clg file. However, .wim files can only be opened by administrators.

How to build a WIM file and the catalog files can be found in this article Deployment Console, Part 10: Creating Windows WIM and Catalog Files in the series of Altiris Deployment Solution.

Wise Package Studio, Part 8: Building an Office 2003 Generic Transform File

Wise Package Studio, Part 10: Orca, What is It and Why Do We Need It?

How to Make Windows 7 AIO - All in One (x86 & x64)

Windows 7 Home Premium x86
Windows 7 Professional x86
Windows 7 Ultimate x86
Windows 7 Enterprise x86

Windows 7 Home Premium x64
Windows 7 Professional x64
Windows 7 Ultimate x64
Windows 7 Enterprise x64



What you need do

1. Copy and paste the following line in Command Prompt

Ultimate x64

C:\ImageX\Imagex.exe /export C:\64bit\Sources\install.wim 4 C:\Allbit\Sources\install.wim "Windows 7 ULTIMATE x64"

2. Delete

Windows 7 Starter (x86)
C:\ImageX\Imagex.exe /delete C:\Allbit\Sources\install.wim "Windows 7 STARTER"

Windows 7 HomeBasic (x86)
C:\ImageX\Imagex.exe /delete C:\Allbit\Sources\install.wim "Windows 7 HOMEBASIC"

Windows 7 Home Premium (x86)
C:\ImageX\Imagex.exe /delete C:\Allbit\Sources\install.wim "Windows 7 HOMEPREMIUM"

Windows 7 Home Professional (x86)
C:\ImageX\Imagex.exe /delete C:\Allbit\Sources\install.wim "Windows 7 PROFESSIONAL"

````````````````````````````````````````
Just to recap so i know i do it correctly: I only want 2 option when booting from the dvd
1)Window 7 Ultimate x64
2)Window 7 Ultimate x86

Here is the step i should do for just Ultimate x64 and x86:
1) create 2 separate folders in C drive: Allbit, and 64bit
2) extract ultimate x86 and put in "Allbit" folder
3) extract ultimate x64 and put in "64bit" folder
3) create ImageX folder in C drive and extract ImageX.rar to that folder
4) type CMD --> run as Admin
5) C&P the following
C:\ImageX\Imagex.exe /export C:\32bit\Sources\install.wim 4 C:\Allbit\Sources\install.wim "Windows 7 ULTIMATE x86" ---> enter

C:\ImageX\Imagex.exe /export C:\64bit\Sources\install.wim 4 C:\Allbit\Sources\install.wim "Windows 7 ULTIMATE x64" ---> enter

6) Delete the following:

Windows 7 Starter (x86)
C:\ImageX\Imagex.exe /delete C:\Allbit\Sources\install.wim "Windows 7 STARTER"

Windows 7 HomeBasic (x86)
C:\ImageX\Imagex.exe /delete C:\Allbit\Sources\install.wim "Windows 7 HOMEBASIC"

Windows 7 Home Premium (x86)
C:\ImageX\Imagex.exe /delete C:\Allbit\Sources\install.wim "Windows 7 HOMEPREMIUM"

Windows 7 Home Professional (x86)
C:\ImageX\Imagex.exe /delete C:\Allbit\Sources\install.wim "Windows 7 PROFESSIONAL"

7) Navigate to C:\Allbit\sources and delete the following:
install_windows 7 STATER.clg, HOMEBASIC.clg, HOMEPREMUM.clg, PROFESSIONAL.clg, and ULTIMATE.clg

8) re-open Win 7 Ultimate x86 ISO in Ultra ISO and delete all file in it
9) Add all files from "Allbit" folder
10) Save As
Delete

C:\Allbit\sources and delete a file ei.cfg

You do not need this line :

C:\ImageX\Imagex.exe /export C:\64bit\Sources\install.wim 4 C:\Allbit\Sources\install.wim "Windows 7 ULTIMATE x86" ---> enter

This x86 Ultimate is already in Allbit folder.

A few vista ultimate features for win 7

As we all know by now there were some features in windows vista ultimate that were excluded from windows 7. Some, like the snipping tool and sticky notes were returned. However others like Texas Holdem, Inkball, Tinker, and windows calendar were not. After a very extensive search on the web I have found a few of these features and am uploading them for you to grab at your convenience here.

Holdem http://www.mediafire.com/?5o40itiuitd

Inkball http://www.mediafire.com/?tzgmwecnwdq

Tinker http://www.mediafire.com/?qnjtyqiommd

WinCal http://www.mediafire.com/?zltgjfwjxzy

If you like this post please give a little thanks

If there are other windows vista features you miss and can not find them list them here and maybe I can find them for you

I am not the original creator of these files.. Razorblade created the holdem and tinker installs, the others had no names attached to them.

Tinker should be working now, thanks for pointing that out. Yes Tinker will be available sometime next year (so they say) but I am not sure about Inkball. Calendar will not be available for Win 7 as it is available as a sidebar gadget.

Starter background changer

This is my small app to change wallpaper in Windows 7 Starter edition. It works by modifying registry, so you might need to log off after changing wallpaper.

Changelog:
  • 1.1: Restore registry permissions on uninstall (needed if you are upgrading or upgraded Windows using Windows Anytime Upgrade and want to use Windows built-in background chooser)
  • 1.2: Ability to change background color and/or don't use any background picture at all
  • 1.2: Now previous layout and color settings are loaded once application launches
  • 1.3: Changes are applied instantly (no need to log off) if background color was left unchanged

Features:
  1. Desktop (shell) integration (right click on desktop and choose "Personalize" to change background).
  2. Five background layouts like in other Windows editions.
  3. Desktop background color selection and ability not to use any background image at all
  4. UAC support.
  5. No background processes compared to 3rd party theming applications.
  6. Open source (sources are included in download).

Usage:
Use installer in installer\bin\setup.exe
Or if you don't need easy uninstall or want to install it manually, you can import registry settings from application\bin\personalize.reg and copy application\bin\wall.exe to your Windows folder.

Developers:
Application source is available in application\src. I have used SharpDevelop 3.1 to create this application.
Installer source is available in installer\src. You can build installer using Inno Setup.

Screenshot:
sbc12.jpg

Download version 1.3 from mediafire

Wednesday, December 23, 2009

WINDOWS 7~ Christmas Theme Pack + Icons

Windows 7 theme pack with Icons

Pack includes :

Over 40 wallpapers
Over 90 Icons
sound pack





Download 57MB :
Code:
http://www.mediafire.com/file/tmzmjb...ERXMASPACK.zip

OR

Code:
http://www.megaupload.com/?d=P3I58JXK
__________________

Tuesday, December 22, 2009

Windows Movie Maker 6.0 Download

I just copy windows movie maker of my windows vista disk on to 7 and it work with out any problems, i hate the new windows live movie maker.

Heres a installer i've made Download

Windows 7 Themes

Windows 7 OEM Themes

Windows 7 Other Themes


Monday, December 21, 2009

Excellent Wallpapers Collection!

DOWNLOAD

Samples (some of them)







HowTo : create a multi language Windows 7 or Windows 2008 R2 server DVD installer

HowTo : create a multi language Windows 7 or Windows 2008 R2 server DVD installer.

Preambule: what you'll need to localize an install DVD
----------


a/ An existing Windows 7 installation DVD or ISO image, x86 and/or x64, or a Windows server 2088r2 x64 installation DVD or ISO image.
b/ Download from MicroSoft Windows AIK For Win7 (Automated Installation Kit ), and install it on your PC.
c/ Windows 7 Local Packs. You can search on the forum to get them.
d/ Download Windows 7 Language pack , x86 and/or x64, or Windows Server 2008r2 x64 language pack .

For Windows 7, you can use the following adress to get the torrent file, and download only the last 2 ISO images files :

http://thepiratebay.org/torrent/5061850/Windows_7_All_Editions_MSDN_(Ult_Ent_Pro_HP_HB_Sta rter_Language

Windows 7 Language Pack (x64) - DVD (Multiple Languages)
File Name: mu_windows_7_language_pack_x64_dvd_x15-73276.iso
Date Posted (UTC): 8/6/2009 9:59:56 AM
SHA1: 5AB13E8534FA6E17DB2EDEDEAD0D219E9B99A794
ISO/CRC: 5EA0988F
Windows 7 Language Pack (x86) - DVD (Multiple Languages)
File Name: mu_windows_7_language_pack_x86_dvd_x15-73272.iso
Date Posted (UTC): 8/6/2009 9:59:56 AM
SHA1: 9A04B246F132D929CDE04B14DD07FCF5F14D2F23
ISO/CRC: 45A48C46

For Windows 2008r2 , direct from Microsoft : Windows Server 2008 R2 Multilingual User Interface Language Pack ISO

Remark: You can use this procedure to transform a DVD from xx-XX language to yy-YY , by applying it to add yy-YY and then using command "Dism /image:C:\mnt /Remove-Package ..." to remove xx-XX language.


References: Microsoft Windows MUI Knowledge Center

------------------------------------ Install Guide ---------------------------------------------------------

You'll have to replace "fr-fr" in all commands with the language you want to install.
You can add up to 34 languages at the same time to your DVD, for a total of 35, by repeating the appropriate commands in that procedure.
The size of the final DVD depends of the number of language you add, of course.


1/ Localize windows offline image: (The goal is to have multiple possibility regarding Windows 7 or Windows 2008r2 that will install on your PC.)
--------------------------------


Copy "install.wim" from install DVD/ISO "\sources" directory to a work directory on your PC. In my exemple "C:\Temp".

Create an empty mount point directory somewhere ( "md C:\mnt" ), this will be used by Dism commands.

Mount corresponding langage pack DVD/ISO in your cd drive. I mean take the DVD and put it in your DVD drive (V:\ in my exemple), or mount the ISO image file using daemon tools or similar.

Start an AIK command prompt in administrator mode. Go into your work directory ( "cd C:\temp" ) then execute the followinfg commands:

Code:
Dism /Mount-Wim /WimFile:install.wim /index:1 /MountDir:C:\mnt
Dism /image:C:\mnt /add-package /packagepath:V:\langpacks\fr-fr\lp.cab
Dism /Unmount-Wim /MountDir:C:\mnt /commit
Dism /Mount-Wim /WimFile:install.wim /index:2 /MountDir:C:\mnt
Dism /image:C:\mnt /add-package /packagepath:V:\langpacks\fr-fr\lp.cab
Dism /Unmount-Wim /MountDir:C:\mnt /commit
Dism /Mount-Wim /WimFile:install.wim /index:3 /MountDir:C:\mnt
Dism /image:C:\mnt /add-package /packagepath:V:\langpacks\fr-fr\lp.cab
Dism /Unmount-Wim /MountDir:C:\mnt /commit
.....
Execute AddPackage process for every language pack you want to add (before unmounting), and for every index in install.wim by unmounting and mounting next index.
(for example, msdn english windows 7 x86 dvd , have 5 indexes : 1=starter,2=homebasic,3=homepremium,4=professionna l,5=ultimate).

Language pack DVD used (x86 or x64) must correspond to original DVD used (from which original "install.wim" come), of course.


Windows7 Only : You can also add here Windows7 Local packs. There role is to add your installed W7 some localized themes and internet shortcuts.

There's actually LocalPacks for 20 regions, and as usual x86 and x64 versions. For each language, Msoft install in standard one or some of them. Note that these local packs are installed standard for all Windows7 editions except STARTER which come with no local pack at all.
. en-US installs contains:
x86/x64 Microsoft-Windows-LocalPack-AU-Package
x86/x64 Microsoft-Windows-LocalPack-CA-Package
x86/x64 Microsoft-Windows-LocalPack-GB-Package
x86/x64 Microsoft-Windows-LocalPack-US-Package
x86/x64 Microsoft-Windows-LocalPack-ZA-Package
. fr-FR installs contains:
x86/x64 Microsoft-Windows-LocalPack-CA-Package
x86/x64 Microsoft-Windows-LocalPack-FR-Package
. for other W7 languages, I don't have the exact list. It can be found in WAIK user's guide, or you can execute command "Dism /image:C:\mnt /get-packages" against a mounted "install.wim" from an install DVD from your country to get that list.

To install, for each wim index (except STARTER edition), add the following command(s) before unmounting:
Code:
Dism /image:C:\mnt /add-package /packagepath:Microsoft-Windows-LocalPack-FR-Package.cab
Note that in my example, I localized an English DVD to have French, so I don't had to Add_Package "CA" as it's already installed for English".



2/ localize BOOT windows installer on DVD: (The goal is to give multiple choices of dialog language during Windows 7/2008r2 BOOT installation)
------------------------------------------


Copy boot.wim from install DVD \sources directory and put Windows AIK install DVD in your cd drive ( v:\ ), or use daemon tools or equivalent to mount Windows AIK ISO image.

Then execute:

Code:
Dism /Mount-Wim /WimFile:boot.wim /index:1 /MountDir:C:\mnt
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\lp.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-scripting_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-srt_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-wds-tools_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-wmi_fr-fr.cab
Dism /Unmount-Wim /MountDir:C:\mnt /commit
... then
Code:
Dism /Mount-Wim /WimFile:boot.wim /index:2 /MountDir:C:\mnt
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\lp.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-setup_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-setup-client_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-scripting_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-srt_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-wds-tools_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-wmi_fr-fr.cab

...(see following remark)
Dism /Unmount-Wim /MountDir:C:\mnt /commit
Very important : In index 2 of "boot.wim" (Microsoft Windows Setup), before ummounting , edit file C:\mnt\sources\lang.ini . It must look like (with your language(s)) :
Code:
_________________________
[Available UI Languages]
en-US = 3
fr-FR = 2

[Fallback Languages]
en-US = en-us

_________________________
Add in lang.ini all languages added during "install.wim" AND "boot.wim" customization. Only langages defined in this file will be a selectable choice for W7 installed version.
(for example, if you want to keep setup dialog only in English, but installable W7 in en-EN and fr-FR, you have to add both to lang.ini, even if boot.wim haven't been localized in French)


All .cab file used here for localising "boot.wim" are located on the Windows AIK DVD downloaded from microsoft under directory "\WinPE_LangPacks\x86" or "\WinPE_LangPacks\amd64". You use the directory that correspond to original DVD used (from which "boot.wim" come), of course.

For Windows 2008r2 server : replace "winpe-setup-client_fr-fr.cab" with "winpe-setup-server_fr-fr.cab" for Index2.

Do package install for every language pack you want to add (before unmounting).


Nota:
Here you have the opportunity to allow the choice during install of creating or not the 100Mb boot partition.
Before unmounting index 2 of boot.wim, edit "c:\mnt\sources\WINSETUP.DLL" using an hex editor (like hexedit) :

x86 version : offset 0x77798h: replace 74 with EB
x64 version : offset 0x84AC4h: replace 74 with EB



3/ Create the ISO DVD image Directory :
---------------------------------------


Copy all your original Windows 7/2008r2 DVD in a work directory ( "C:\Temp\DVDmui\" in my exemple), and replace "boot.wim" and "install.wim" in the "C:\Temp\DVDmui\sources" directory with the ones you just created.

(1)Option 1: before moving "install.wim", you can reduce its size a little, by using these commands :

Code:
imagex /export C:\Temp\install.wim 1 C:\temp\install_reduced.wim
imagex /export C:\Temp\install.wim 2 C:\temp\install_reduced.wim
imagex /export C:\Temp\install.wim 3 C:\temp\install_reduced.wim
imagex /export C:\Temp\install.wim 4 C:\temp\install_reduced.wim
imagex /export C:\Temp\install.wim 5 C:\temp\install_reduced.wim
imagex /export C:\Temp\install.wim ............
Do one imagex command for every index and use "install_reduced.wim" after renaming it to "install.wim". This will reorganize internal structures by recreating the file from scratch.


(2)Option 2: you can customize the text that will display in the W7/W2008r2 Install popup choice during install by coding for each index in the install.WIM:
Code:
imagex /info your_install.wim #index "Name" "Description"
That will display "Name" in the choice list and "Description" at the bottom of the panel when selecting this particular choice.

example:

Code:
imagex /info DVDmui\sources\install.wim 1 "Windows7 Starter" "Windows 7 Starter 32bits edition"
imagex /info DVDmui\sources\install.wim 2 "Windows7 HomeBasic" "Windows 7 Home Basic 32bits edition"
imagex /info DVDmui\sources\install.wim 3 "Windows7 HomePremium" "Windows 7 Home Premium 32bits edition"
....
As far as I know, You can't have "name" and "description" different for each language.


(3)Option 3: at this stage, and in case you've created a x86/x64 MUI DVD, you can use the procedure that allows AIO W7 DVD to install using 32bits architecture and also repair x64 images, from DKANE and referenced here:

Windows x86 and x64 AIO, full instructions

Follow Stage 1 partially (copy x64 sources directory), and Stages 3 and 4.


4/ localize UPGRADE windows installer on DVD: (The goal is to give multiple choices of dialog language during W7/W2008r2 UPGRADE installation)
---------------------------------------------


This part have to be done manually. You need to have a DVD already in the target language. Put it in your V: DVD drive.

Then copy from this DVD all directories named "fr-FR" to the "DVDmui\" tree.
You'll have to copy :

Windows 7:
"V:\boot\fr-fr"
"V:\sources\fr-FR"
"V:\sources\dlmanifests\fr-fr"
"V:\sources\dlmanifests\microsoft-windows-iasserver-migplugin\fr-fr"
"V:\sources\dlmanifests\microsoft-windows-storagemigration\fr-fr"
"V:\sources\etwproviders\fr-fr"
"V:\sources\license\fr-fr"
"V:\sources\replacementmanifests\fr-fr"
"V:\sources\replacementmanifests\microsoft-windows-offlinefiles-core\fr-fr"
"V:\support\logging\fr-fr"
"V:\support\migwiz\fr-fr"

Windows 2008r2:
"V:\boot\fr-fr"
"V:\sources\fr-FR"
"V:\sources\dlmanifests\fr-fr"
"V:\sources\dlmanifests\microsoft-windows-storagemigration\fr-fr"
"V:\sources\etwproviders\fr-fr"
"V:\sources\license\fr-fr"
"V:\sources\replacementmanifests\fr-fr"
"V:\sources\replacementmanifests\microsoft-windows-offlinefiles-core\fr-fr"
"V:\support\adprep\fr-fr"
"V:\support\logging\fr-fr"


Note : In case you don't have the right localized DVD, you have to know that all these folders are identical on W7 and W2008r2 DVD, except "\sources\license\fr-fr\" folder, "\sources\fr-fr\readme.rtf" file, "\support\adprep\fr-fr\" folder which is specific to W2008r2 and "\support\migwiz\fr-fr\" folder which is specific to Windows7.

So you can easily use a W7 DVD to localize W2008r2 and vice-versa, by using it indifferently for most folders.

After localizing your boot.wim file (part 2 of this tuto), you can retrieve the right "\sources\license\fr-fr\" and "\sources\fr-fr\readme.rtf" inside boot.wim.

Code:
Dism /Mount-Wim /WimFile:boot.wim /index:2 /MountDir:C:\mnt
Copy /Y C:\Mnt\sources\fr-fr\readme.rtf DVDMui\sources\fr-fr
Xcopy C:\Mnt\sources\licenses\fr-fr\ DVDMui\sources\licenses\fr-fr\ /cherkiy
Dism /UnMount-Wim /MountDir:C:\mnt /discard
Finally, edit "DVDmui\sources\lang.ini" to contain:
Code:
_________________________
[Available UI Languages]
en-US = 3
fr-FR = 2

[Fallback Languages]
en-US = en-us

_________________________
That's it. Now when you'll execute "Setup.exe" from the DVD in a running Windows, you'll get the same language choice menu as when you boot from DVD.


5/ OPTIONNALLY : localize Windows Recovery Environnment: (The goal is to localize the recovery environment that you run when pressing F8 key during W7/W2008r2 boot, after install)
-------------------------------------------------------------


This recovery environment (RE) is architecture dependant, so there's one for x86 (W7) , and one for x64 (W7 and W2008r2) .
RE boot file is named WinRE.WIM, and is located inside "INSTALL.WIM" in "windows\system32\recovery" folder. Later on, after installation, this WinRE.WIM file will be located in "C:\Recovery\nnnnnnnnn" hidden folder, from where it will be executed in case you press F8 during Windows boot.

To localize it, you need first to extract it:

Code:
Dism /Mount-Wim /WimFile:DVDMui\Sources\install.wim /index:1 /MountDir:C:\mnt
Copy C:\mnt\windows\system32\recovery\WinRE.WIM C:\Temp\WinRE32.WIM
Dism /UnMount-Wim /MountDir:C:\mnt /Discard
Call it WinRE32.WIM or WinRE64.WIM depending where it comes from.

Then you localize it , in a similar way than for Boot.wim :

Put Windows AIK install DVD in your cd drive ( v:\ ), or use daemon tools or equivalent to mount Windows AIK ISO image.

Code:
Dism /Mount-Wim /WimFile:C:\Temp\WinRE32.WIM /index:1 /MountDir:C:\mnt
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\lp.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-setup_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-setup-client_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-scripting_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-srt_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-wds-tools_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\x86\fr-fr\winpe-wmi_fr-fr.cab
Dism /Unmount-Wim /MountDir:C:\mnt /commit
OR/AND:

Code:
Dism /Mount-Wim /WimFile:C:\Temp\WinRE64.WIM /index:1 /MountDir:C:\mnt
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\amd64\fr-fr\lp.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\amd64\fr-fr\winpe-setup_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\amd64\fr-fr\winpe-setup-client_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\amd64\fr-fr\winpe-scripting_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\amd64\fr-fr\winpe-srt_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\amd64\fr-fr\winpe-wds-tools_fr-fr.cab
Dism /image:C:\mnt /add-package /packagepath:V:\WinPE_LangPacks\amd64\fr-fr\winpe-wmi_fr-fr.cab
Dism /Unmount-Wim /MountDir:C:\mnt /commit
The resulting files WinRE32.WIM or WinRE64.WIM need now to be re-injected into each one of the indexes of INSTALL.WIM.

Code:
Dism /Mount-Wim /WimFile:DVDMui\Sources\install.wim /index:1 /MountDir:C:\mnt
Copy /Y C:\Temp\WinRE32.WIM C:\mnt\windows\system32\recovery\WinRE.WIM
Dism /UnMount-Wim /MountDir:C:\mnt /Commit
Dism /Mount-Wim /WimFile:DVDMui\Sources\install.wim /index:2 /MountDir:C:\mnt
Copy /Y C:\Temp\WinRE32.WIM C:\mnt\windows\system32\recovery\WinRE.WIM
Dism /UnMount-Wim /MountDir:C:\mnt /Commit

....
You can re-arrange the order of the operations, to do this job during Part 1 of my TUTO, when localizing Install.WIM.

It's important to use the exact same WinRE32.WIM or WinRE64.WIM for every indexes of your INSTALL.WIM image. If you don't (exemple: you localize each WinRE.WIM found in every index), then the resulting INSTALL.WIM will grow up about 170megs per index, as DISM will store each copy of WinRE.WIM instead of storing it only once.

Now pressing F8 key during boot will give you access to the Recovery environment in the same language than Windows, instead of English only.



6/ Finally, create the ISO image using oscdimg command :
--------------------------------------------------------


Code:
oscdimg -bC:\Temp\DVDmui\boot\etfsboot.com -lW7_MUI_DVD -t07/14/2009,11:26:40 C:\Temp\DVDmui mui_windows_7.iso -u2 -m -h -o
or
oscdimg -bC:\Temp\DVDmui\boot\etfsboot.com -lW2008R2_MUI_DVD -t07/14/2009,11:33:28 C:\Temp\DVDmui mui_windows_2008r2.iso -u2 -m -h -o

Code:
Useful commands:
----------------
Dism /image:C:\mnt /get-packages (show which package are installed in a mounted .WIM index)
Dism /image:C:\mnt /get-intl (show which language pack are installed in a mounted .WIM index)
Dism /Get-WimInfo /WimFile:install.wim /index:1 (show infos including language pack installed in an unmounted .WIM file)
Dism /Unmount-Wim /MountDir:C:\mnt /discard (unmount a .WIM file without saving updates done)
Imagex /INFO install.wim (show infos for an unmounted .WIM file. List and content of INDEXES)
Mctadmin /a FR or Mctadmin /r FR (dynamically add/remove localpack for the actual user)
...
Attached Thumbnails
Click image for larger version  Name: Windows7_install_1.JPG Views: 81 Size: 29.2 KB ID: 4217 Click image for larger version  Name: Windows7_install_2.JPG Views: 65 Size: 36.2 KB ID: 4218 Click image for larger version  Name: Windows7_install_3.JPG Views: 58 Size: 36.1 KB ID: 4219 Click image for larger version  Name: Windows7_install_4.JPG Views: 48 Size: 31.0 KB ID: 4220 Click image for larger version  Name: Windows7_install_5.JPG Views: 84 Size: 48.9 KB ID: 4221

How To run Win7 on any old laptop or desktop

Everyone has it, an old laptop or desktop that really has no use anymore, or is just laying around the house for decoration or dust gathering.

Even when ones needs a barebone system for a specific purpose or task to
fulfill, this will help you get there.

Have you thought about running win7 on it ? You could...



Only two conditions :

Code:
-> Meet the minimum requirements :

1GHz Processor (x86 or x64)
1GB of RAM
16GB HDD
DVD-RW Drive

Your laptop or desktop needs these four criteria to be able to install and run
Win7.

To run Aero, you will need a proper Graphics card which supports at least
DX9 an 128MB memory, but we're going for the performance here,
so aero really doesn't matter and is prefered to be disabled.

-> Follow this guide

So here's what you need to do after installation.
It will make any system that meets the requirements run fairly smooth :


1. Disable aero

Code:
Sure, the aero interface is really nice, but it is a resource hogg, especially on
an old desktop or laptop. So disabling it will gives us the juice we need.

-Right Click on your Desktop and select ”Personalize”.
Then click the Window Color tab.
-Uncheck the Box saying ”Enable Transparency” and then click on
”Open classic appearance properties for more color options”.
-A window will pop up. Apply a Standard or Basic theme from it.
2. Disable AeroPeek and AeroSnap features
Code:
Aero Snap enables you to maximize, minimize and resize windows by dragging
and dropping them in the screen corners.
Aero Peek enables you to peek through all the open windows by showing only
their outlines. Aero Peek is like the ”Show Desktop” Feature in XP and Vista,
only a bit more fancy.

Goto Control Panel and double-click on ”Ease of Access Center”.
Now click on the ”Make it easier to focus on tasks”
Now uncheck
”Prevent windows from being automatically arranged when moved to the edge of the screen” .

Right click on the Windows 7 taskbar and select Properties.
Now untick the ”Use Aero Peek to preview the desktop” option from there.
3. Disable Visual Effects

Code:
-Go to control panel -> classic view (large thumbs)
-Click System -> advanced system settings
-Select the Advanced tab -> Performance settings -> visual effects

Now untick all the options except the last four
(actually three; you can untick the second option from the last four).
The diference after reboot will be noticable...
4. Speed up boot

Code:
-Go into your bios (usually "Del" key or "F2" upon boot).
-Disable boot screen, mem check and any other boot features that increase
boot time. Set bios for fast boot if the option is there.
(for laptops these are usually not present)
-In windows, type msconfig in a run box, and go into the Boot tab.
-Check "NoGui Boot"
-Go to Advanced Options...
-When dualbooting, set time-out to 3, otherwise set it to 0.
-When having dual or quad core, check the number of processors box and
set it to the number of cores you have.
5. Turn off unneccesary features

Code:
Goto control panel -> Programs and features -> Turn features on or off
uncheck features you don't plan on using.
6. Disable UAC (User Account Control)

Code:
The User account control (UAC) feature in Windows 7 can protect
your computer, though when you are a daily user of your computer it can be
very annoying. Also, when using a proper AV+FW+Malware setup, really it's
not that crucial.

However I do not recommend this for the ones who want this feature
enabled, so this will be users choice.

-Goto control panel -> action center (classic view)
-Click "settings for User Account Control" on the left
-Drag the slider all the way down to "Never Notify"
-"Ok" and reboot
NOTE : Sidebar and gadgets will not work prperly when UAC is disabled,
so better to turn it off completely aswell.
To do that goto control panel, programs and features.
Click "turn features on and off" and uncheck "Windows gadget platform".

7. Disable unneccesary services
Code:
A lot of services are set to automatic, but aren't actually used at all.
Some you will only need occasionally and aren't crucial.
So a lot of resources get eaten which you can save.

Just type services.msc in a run box. It will open the services pane.

www.blackviper.com for figuring out everything you need to know about
services in win7. Use the site, and go over the services one by one.
Disable the unneeded ones, or set to manual if it is recommended.

NOTE : on the site, guidelines are included for barebones.
8. Disable search indexing service

Code:
Search Indexing service keeps track of files so that they can be
found quickly when asked at some other time.
This feature is only useful if you perform frequent searches on your system,
but mind it is a desastrous resource hog.
We are going for performance here, so I certainly recommend you to disable
this feature.

rightclick every hard drive you have, and uncheck the
"use this drive to index blablabla"

AND

goto services.msc and set Windows search to Manual.
9. Change Power Plan to Maximum Performance

Code:
Doubleclick Power options in control panel.
Click the arrow down to show additional plans.
Activate the High Performance plan, and go to advanced if you want to
tweak a little here and there.
10. Setup ReadyBoost
Code:
The ready boost feature in Windows 7 boosts performance and speed of
windows 7 greatly by using your flash/pen drive as Ram.
This one is a must for old machines with little as little as 1Gb of ram.

You need to have a High Speed Flash/USB or Pendrive with you which is
ready boost compatible.

Plug it in and open explorer.
Right-click the on USB Flash/Pendrive and select “Ready Boost”
Now check “Use this device”.
(You can configure how much space on your drive to be used as Ram.)
11. Disable Thumbnail Preview in explorer

Code:
This feature will show small thumbnails of the contents of a folder instead of
it’s icon. But this feature does eat system resources.
Explorer will speed up when this is disabled.

In explorer, click the organise menu at the top.
Goto folder and search options -> "view" tab.
check "Always show icons, never thumbnails".
12. Turn off screen saver and wallpaper

Code:
Rightclick desktop -> personalize
Click the Screen Saver link and set to "None".
Now goto "desktop background" link
From the Location drop down menu select "Solid Colors" and pick one color.
13. Disable unneccesary StartUp applications

Code:
A lot of installed apps will enable certain services at startup.
When you install tons of apps, this loss of resources can be significantly high.
Disabling them will save up lots of resources, AND speedup boot time with a
few seconds.

So first install all the apps you need on the machine.

Then type msconfig in a run box.
Goto the startup tab.
Uncheck all apps you don't want running at startup, there by disabling them
and certain services from starting up at login.
14. Registry Tweaks to speed up Windows

Code:
There are litterally tons of tweaks one can use for this purpose.
There are many threads on MDL alone you can lookup to determine which
ones could be of use to u.
Everyone prefers other kinds of tweaks, and will need their own set according
to the rig they have set up. So I will leave this completely to you to decide
whether to use them and which ones.

Windows 7 covers (Home, Professional and Ultimate)

Updated 12-12-2009

Original Covers (including disc(s) 32-64 bit) for Home Premium and Ultimate (Little edited on it, the big bar is smaller and the ultimate bar got replaced because of a bad scan)




Home Premium: http://rapidshare.com/files/319605656/Home_Premium.rar
Ultimate: http://rapidshare.com/files/319606337/Ultimate.rar

Found original scans over the net, however people never made a normal dvd case of it like i did with ultimate. Home premium whas finished but the side bar (where the name is on it) whas fucked up so i fixed it.

* Removed custom covers

Animated Network Sytem Tray Icon for Windows 7 UPDATED!!

Apart from major changes in Windows 7 like Taskbar, Jumplist, Wallpaper Slideshow etc there also several other small changes like changes in Icons & system icons. One such change is the removal of the animated network system tray icon to a plain icon in Windows 7.

In Windows XP, the Network icon blinks whenever there is any network activity and this helps users identify that their network/internet connection is intact & working fine. However in Windows 7, due to non-animated network connection system tray icon, there is no indication of network activity in the system tray.

Igor Tolmachev of itsamples.com has developed a nifty tool called Network Activity Indicator which adds a animated Windows XP style Network/Internet Activity indicator icon to the Windows 7 system tray. I recommend that you hide the default Windows 7 network icon and choose to only display this one. Also choose the 'Load with Windows' option.

This free tool can be downloaded from the Code Project website (note - free registration is required to access Code Project files):

http://www.codeproject.com/KB/IP/NetworkIndicator.aspx

Enjoy!

Script to create a manual System Restore point in Windows 7

Here is a simple one click solution to create a manual restore point on demand:

open a new text file, copy the content of the following script and save as Manual Restore.vbs

Code:

'""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
'Script to create a System Restore point in Windows 7 | Vista | XP
'May 10 2008 - Revised on Jan 10, 2009
'© 2008 Ramesh Srinivasan. http://www.winhelponline.com
'""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
If GetOS = "Windows XP" Then
CreateSRP
End If

If GetOS = "Windows Vista" Or GetOS = "Windows 7" Then
If WScript.Arguments.length =0 Then
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "wscript.exe", """" & _
WScript.ScriptFullName & """" & " uac","", "runas", 1
Else
CreateSRP
End If
End If

Sub CreateSRP
Set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
sDesc = "Manual Restore Point"
sDesc = InputBox ("Enter a description.", "System Restore script : winhelponline.com","Manual Restore Point")
If Trim(sDesc) <> "" Then
sOut = SRP.createrestorepoint (sDesc, 0, 100)
If sOut <> 0 Then
WScript.echo "Error " & sOut & _
": Unable to create Restore Point."
End If
End If
End Sub

Function GetOS
Set objWMI = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _
".\root\cimv2")
Set colOS = objWMI.ExecQuery("Select * from Win32_OperatingSystem")
For Each objOS in colOS
If instr(objOS.Caption, "Windows 7") Then
GetOS = "Windows 7"
ElseIf instr(objOS.Caption, "Vista") Then
GetOS = "Windows Vista"
elseIf instr(objOS.Caption, "Windows XP") Then
GetOS = "Windows XP"
End If
Next
End Function

tested on Windows x64 Pro, Ultimate and Enterprise.

credit to Ramesh Srinivasan

Vista Movie Maker for Windows 7



Windows Movie Maker for Windows 7

Idea
Erm, I was missing Movie Maker and needed it for a class project (don't ask). So I took the files from Vista, copied the newer stuff from Windows 7's DVD Maker, and got it working on Windows 7 (registering a bunch of files, basically) and created an installer.

Agreement/Disclaimer
By downloading and using this, you agree to the Windows 7 Pre-Release EULA and admit you have a licensed copy/key. Like that's hard to get. I also cite the Vista product terms, but it's really not important as the software is distributed freely. I claim no rights to this software.

FAQ
How is this different from Windows Live Movie Maker?
Um, you get all the features back. WLMM is a horrible app with a ribbon on top (literally).
How this is different from Windows Movie Maker 2.6?
This app has the Windows Vista look (for better or for worse), improved stability, improved speed on transitions/effects, and use of the Windows Media Foundation (allows codec support in Windows 7).
Does this work with DVD Maker?
No. Windows 7's DVD Maker does not support importing project files (MSWMM), but will support importing all video files including ones normally published (to "My Computer" by Movie Maker. Note that the "Publish To... DVD" feature does not work in Vista Movie Maker on Windows 7.

Download (32-bit)
(64-bit coming soon)
Here it is, have fun.

Changelog
Release 2, 3/31/09 (8.53 MB EXE): Significantly reduced size; ripped out DVD Maker stuff that was left behind (not in Windows 7)
Release 1, 3/30/09 (66.13 MB RAR): Initial release. All of Vista's Movie Maker files, with Windows 7's DVD Maker files copied over, with a wrapper to register all the valid DLL and AX files. Voila.

HOW-TO put More than One WINDOWS distribution on one MultiBoot DVD

Hi all

Suppose you'd like to have a dvd with Vista/Win7 setup files(installation disk) PLUS ERD Commander, Active Boot Disk, ESET SysRescue, DART 6.x or any other custom made WinPE that you built, on a multiboot CD/DVD, so you could chose which one you'd like to boot.

How do you do it?
Answer: very easy if you know where to look

complete procedure...

Use the default WinVista, WIN 7, WinPE or any bootable wim.

Copy the contents to the HDD

...the structure would be

Code:
dvd1 | - Project Root
| - BOOT (CONTAINS THE BCD FILE TO BE EDITED)
| - EFI
| - SOURCES (CONTAINS THE PE .WIM FILES)
| - OTHER FILES
In the boot folder we need to run the command

bcdedit /store bcd /ENUM

This will give you the details of old entry in the boot loader.

You need to note the guid. In every case the default guid is {7619dcc8-fafe-11d9-b411-000476eba25f}

Code:
bcdedit /store bcd /enum
Code:
Windows Boot Manager
--------------------
identifier {bootmgr}
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
displayorder {default}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {default}
device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Windows Setup
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes
First you'd like to see the existing boot entries in the BCD store.

Code:
bcdedit /store bcd /ENUM
*** note the old guid

Then you copy the default boot entry to a new entry in the bcd store, that has to be updated.

Code:
bcdedit /store bcd /copy {default} /d "Active Boot Disk"
*** new guid is given at this stage

Active Boot Disk is the description I'd like to use for my Active Boot Disk WinPE.

Code:
operation completed successfully.
{613fe2f0-2356-11de-bf6a-001e4cdc40b1}

***{613fe2f0-2356-11de-bf6a-001e4cdc40b1}=new guid
It can be different for you.

therefore my new guid is {613fe2f0-2356-11de-bf6a-001e4cdc40b1}

now

Code:
bcdedit /store bcd /set {newguid} DEVICE ramdisk=[boot]\sources\boot32.wim,{oldguid}
boot32.wim being the name I chose for the Active Boot wim file. You can rename it as you like, but you can not use spaces.

Code:
operation completed successfully.
next

Code:
bcdedit /store bcd /set {newguid} OSDEVICE ramdisk=[boot]\sources\boot32.wim,{oldguid}
*** boot32.wim is the file copied from the active boot disk (boot.wim renamed)

*** to check whether the bcd store has 2 ramdisks

Code:
bcdedit /store bcd /ENUM
Code:
Windows Boot Manager
--------------------
identifier {bootmgr}
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
displayorder {default}
{613fe2f0-2356-11de-bf6a-001e4cdc40b1}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {default}
device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Windows Setup
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes


Windows Boot Loader
-------------------
identifier {613fe2f0-2356-11de-bf6a-001e4cdc40b1}
device ramdisk=[boot]\sources\boot32.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Active Boot Disk
locale en-US
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\boot32.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems Yes
Like this you may add n number of Win7 pes... (i have tested 6 PEs + Windows 7 Setup) to the BCD Store. Just you have to keep the oldguid to same as {7619dcc8-fafe-11d9-b411-000476eba25f}

Code:
{7619dcc8-fafe-11d9-b411-000476eba25f}
will never change... that's the rule.

Copy the boot.wim file in sources folder of active boot disk/ ghost pe/ erdcommander 6.0 to the sources folder in disk1 in the project and rename it to desired. I renamed it to boot32.wim you may use any...(every *.wim must be named differently!)

{default} is not a variable and need not be changed.


Next
This is a script that automates the above process:

Code:
Rem BCD (boot configuration data) editor for multiple WINDOWS 7/Vista PE

REM THIS IS THE ORIGINAL BCD FILE EXTRACTED FROM ANY WINDOWS 7 WINPE / Win 7 / VISTA DVD (I USED Windows 7 INSTALLATION)
set BCD-File="c:\bcd 1\BCD"

REM SET THE NAME FOR THE WINDOWS 7 PE HERE
set pename="Your PE Name"

REM SET THE NAME FOR THE WIM.FILE HERE WITH PATH
set filena=[boot]\sources\yourwimfile.wim

for /f "eol=r tokens=1-2" %%a in ('bcdedit /store %BCD-File% /ENUM all') do set rdo=%%b


for /f "tokens=1-7" %%a in ('Bcdedit /store %BCD-File% /copy {default} /d %pename%') do set guid1=%%g
bcdedit /store %BCD-File% /set %guid1:~0,38% DEVICE ramdisk=%filena%,%rdo%
bcdedit /store %BCD-File% /set %guid1:~0,38% OSDEVICE ramdisk=%filena%,%rdo%

bcdedit /store %BCD-File% /ENUM
Run it as many times as you like to add multiple pes after changing the variables - bcd-file, pename, filena
remember not to use any spaces in filena variable.

I hope it helps

Thanks to varun037 and Noise from msfn forums.

kukubau aka atolica

Sunday, December 20, 2009

Microsoft Windows 7 Updates Compatibility Center

Microsoft Windows 7 Updates Compatibility Center






Updates Comptability Center: The Walkthrough:

To begin with, Windows 7 Updates Compatibility Center is a newly launched Center at My Digital Life Forums. Simply, the Updates Compatibility Center is dedicated to assist its users who are using Microsoft Windows 7 to wisely choose which updates to pick for their next-generation operating system, the so-called Microsoft Windows 7.



Updates Compatibility Center: The Mission:

Indeed, nothing should be launched out of boredom. And that’s the case with the newly launched Updates Compatibility Center. Our Windows 7 Updates Compatibility Center has a significant if not a vital role to play and a major if not a foremost goal to achieve, and thereby, all users are intended and requested respectively to strive and endeavor with faith to keep this Center online for all users to benefit from.

As for the Updates Compatibility Center’s mission, this can be conveyed as well as expressed in a sole single query. Are you a Windows 7 user who has got his OS running and is worried about what Microsoft Windows 7 Updates to install? Precisely, that’s our target that has to be achieved. Providing users with a complete center that tests Official Microsoft Windows 7 Updates for any possible problems and drawbacks is literary the Center’s primary reason to being launched. Problems and drawbacks can be plenty and consequences can be enormous ranging from software (programs) incompatibly, reduced performance, system modification, or even OS deactivation.




Updates Compatibility Center: The Deep Perspective:

As it’s apparent, the Updates Compatibility Center is aimed at testing Official Windows 7 Updates for any possible incompatibility drawbacks or flaws. Consequently, users will be less likely to experience incompatibility issues with their software as well as deactivation issues.
Mainly, the Microsoft Windows 7 Updates Compatibility Center is dedicated to test solely Official Updates launched by Microsoft via Windows Update. In other words, leaked updates are not allowed on-board as they may be tampered with, and thus result in false feedback.
Each tested update will have its code listed along with its description, experienced flaws or problems, official download link, as well as its official link at Microsoft’s Knowledge Base.




Updates Compatibility Center: A Community Work Indeed:

As it is important that a thread be updated by its authors, others role can be indeed remarkable. As a user of the Updates Compatibility Center, you are kindly requested to repost to us immediately whenever you spot a new update delivered by Microsoft to do the necessary tests and reply. User testing and feedback would also be appreciated. Eventually, please try to keep this Center ongoing with the latest updates. Eventually, support comes from you users, thus, advertise and spread the word to help others. Adding the Center's link to your signature can be a very smart appreciated act. In short, try to keep the center running as it’s the community’s responsibility.

Please make sure you turn off automatically install updates to make the biggest benefit possible out of this.




Updates Compatibility Center: The Center's Security Add-on:

As it is vital to notify users about risky updates when they are on-forums, it is even more crucial to notify them when they are off-forums. From this perspective, the authors of the Updates Compatibility Center along with Mr. Jinje decided to effectively unite and assemble their efforts to unleash the Center’s novel Security Add-on.

Technically, this tool or add-on has been engineered to supply its users with outmost protection when searching for updates. Simply put, the tool has an update list that is often updated whenever new updates surface. Based on the contents of the list, the tool classifies updates and sorts them in a simple interactive way, allowing users to easily spot risky updates as well as optional updates. Then updates can be easily downloaded and installed from the tool itself, just like in Windows Update. This shall provide users with protection from risky updates when off-forums.

As for the instructions, download the tool from the link listed below, and make sure you do put your hands on a fresh copy of the updates list every now and then from Mr. Jinje’s main thread. Note that the list is updated often, and tuning in for new lists is always recommended. Most importantly, Windows 7 Updates Compatibility Center recommends the add-on to all users, which do not always have the opportunity to visit the Center and go over the list of tested updates. In other words, the tool has been launched in intent of simplicity and facility on part of the Center’s users.




Download Links:

Updates Compatibilty Center's Security Add-on Download Link

Download Latest Updates List from Mr. Jinje's Thread


N.B: Make sure you get the latest build of the add-on, which is version 2.5 build 998, and the latest version of the updates list, which is attached in Mr. Jinje's thread. Note that this tool has been officially engineered by jcarle under the name Windows Updates Downloader (WUD).




Windows 7 Updates Compatibility Center: The Tested Updates:



Quote:
The List of Tested Updates:


1) Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package (KB973923):

Description: A security issue has been identified that could allow an attacker to compromise your Windows-based system with Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package and gain complete control over it. You can help protect your computer by installing this update from Microsoft. After you install this item, you may have to restart your computer.

Reported Issues: None

Status: Safe

Official Link: Description of the security update for the Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package

Official Download Link: Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update


2) Microsoft Visual C++ 2008 Redistributable Package (KB973924):

Description: A security issue has been identified that could allow an attacker to compromise your Windows-based system with Microsoft Visual C++ 2008 Redistributable Package and gain complete control over it. You can help protect your computer by installing this update from Microsoft. After you install this item, you may have to restart your computer.

Reported Issues: None

Status: Safe

Official Link: Description of the security update for the Microsoft Visual C++ 2008 Redistributable Package

Official Download Link: Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package ATL Security Update


3) Microsoft Silverlight 3.0.4 (KB974331)

Description: This update includes security and reliability improvements for Micorosoft Silverlight. This update broadens support for Unicode characters, especially for the GB18030 character set for China. This update is backward-compatible with applications that were created against earlier versions of Silverlight.

Rating: Optional

Reported Issues: None

Status: Safe

Official Link: Description of the update for Silverlight

Official Download Link: The Official Site of Silverlight


4) Microsoft Windows 7 Update: Internet Explorer 8 (KB973874):

Description: An update is available for the Windows Internet Explorer 8 Compatibility View list that is dated August 25, 2009. This Compatibility View list update makes Web sites that are designed for older browsers look better in Internet Explorer 8. When you install Internet Explorer 8, you can decide whether the sites that you browse should be displayed in Compatibility View. After you install this update, you may have to restart Internet Explorer.

Rating: Important

Reported Issues: Superceded by Update # 13 - KB975364

Status: Safe

Official Link: A Compatibility View list update is available for Windows Internet Explorer 8: August 25, 2009

Official Download Links:

Update for Internet Explorer 8 Compatibility View List for Windows 7 (KB973874) x86

Update for Internet Explorer 8 Compatibility View List for Windows 7 (KB973874) x64


5) Microsoft Windows 7 Update (KB974332):

Description: Install this update to resolve issues with non-compatible applications for Windows 7. For complete details of this update, see Knowledge Base Article KB974332. After you install this item, you may have to restart your computer.

Rating: Recommended

Reported Issues: Might solve some comptability issues with certain reported software including Alcohol 52%, Windows Live Photo Gallery, and many others. Note that the update might stop some incompatible programs from running such as old versions of winrar. No deactivation issues were reported.

Status: Safe

Official Link: Windows 7 and Windows Server 2008 R2 Application Compatibility Update

Official Download Links:

Update for Windows 7 (KB974332) x86

Update for Windows 7 (KB974332) x64


October 2009 Updates (October 13th, 2009):


6) Cumulative Security Update of ActiveX Kill Bits (KB973525):

Description: This security update addresses a privately reported vulnerability that is common to multiple ActiveX controls and is currently being exploited. The vulnerability that affects ActiveX controls that were compiled using the vulnerable version of the Microsoft Active Template Library (ATL) could allow remote code execution if a user views a specially crafted Web page with Internet Explorer, instantiating the ActiveX control. Users whose accounts are configured to have fewer user rights on the system could be less impacted than users who operate with administrative user rights.

This security update is rated Critical for all supported editions of Microsoft Windows 2000 and Windows XP, Important for all supported editions of Windows Vista and Windows 7, Moderate for all supported editions of Windows Server 2003, and Low for all supported editions of Windows Server 2008 and Windows Server 2008 R2.

Rating: Important

Reported Issues: None

Status: Safe

Official Link: Cumulative Security Update of ActiveX Kill Bits (KB973525)

Official Download Links:

Cumulative Security Update of ActiveX Kill Bits x86

Cumulative Security Update of ActiveX Kill Bits x64


7) Cumulative Security Update for Internet Explorer (KB974455):

Description: This security update resolves three privately reported vulnerabilities and one publicly disclosed vulnerability in Internet Explorer. The vulnerabilities could allow remote code execution if a user views a specially crafted Web page using Internet Explorer. Users whose accounts are configured to have fewer user rights on the system could be less impacted than users who operate with administrative user rights.

This security update is rated Critical for all supported releases of Internet Explorer: Internet Explorer 5.01, Internet Explorer 6, Internet Explorer 6 Service Pack 1, Internet Explorer 7, and Internet Explorer 8.

Rating: Important

Reported Issues: None

Status: Safe

Official Link: Cumulative Security Update for Internet Explorer (KB974455)


8) Security Update for MSXML 4.0 Service Pack 2 (KB954430):

Description: A security issue has been identified in Microsoft XML Core Services (MSXML) that could allow an attacker to compromise your Windows-based system and gain control over it. You can help protect your computer by installing this update from Microsoft. After you install this item, you may have to restart your computer. Once you have installed this item, it cannot be removed.

Rating: Important

Reported Issues: None

Status: Safe

Official Link: Security Update for MSXML 4.0 Service Pack 2 (KB954430)

Official Download Link: Security Update for MSXML 4.0 Service Pack 2 (KB954430)


9) Security Update for Windows 7 (KB974571):

Description: This security update resolves two publicly disclosed vulnerabilities in Microsoft Windows. The vulnerabilities could allow spoofing if an attacker gains access to the certificate used by the end user for authentication.

This security update is rated Important for all supported editions of Microsoft Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Windows 7.

Rating: Important

Reported Issues: None

Status: Safe

Official Link: Security Update for Windows 7 (KB974571)

Official Download Links:

Security Update for Windows 7 (KB974571) x86

Security Update for Windows 7 (KB974571) x64


10) Security Update for Windows 7 (KB975467):

Description: This security update resolves a privately reported vulnerability in Microsoft Windows. The vulnerability could allow denial of service if an attacker sent a maliciously crafted packet during the NTLM authentication process.

This security update is rated Important for all supported editions of Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Windows 7.

Rating: Important

Reported Issues: None

Status: Safe

Official Link: Security Update for Windows 7 (KB975467)

Official Download Links:

Security Update for Windows 7 (KB975467) x86

Security Update for Windows 7 (KB975467) x64


11) Update for Windows 7 (KB974431):

Description: Another important reliability update. This update resolves some reliability issues in Windows 7. By applying this update, you can achieve better reliability in various scenarios. After you install this item, you may have to restart your computer.

Reported Issues: This update targets and updates most significantly Windows Explorer, Windows Media Player, and Windows Media Center. Other minor improvements that boost reliability were also reported. For more details, check out the official link.

Rating: Important

Status: Safe

Official Link:
Update for Windows 7 (KB974431)


Official Download Links:

Update for Windows 7 (KB974431) x86

Update for Windows 7 (KB974431) x64


12) Update for Windows 7 (KB975053):

Description: The update is for Windows Media Center in Windows 7. Install this update to improve the Windows 7 Media Center experience when you are using an ISDB tuner. After you install this item, you may have to restart your computer.

Rating: Optional

Reported Issues: None

N.B: This update might not be delivered with automatic updates "Windows Updates". For this reason, you'll have to download it and install it manually from Microsoft's official website linked below.

Status: Safe

Official Link: Update for Windows 7 (KB975053)

Official Download Links:

Update for Windows 7 (KB975053) x86

Update for Windows 7 (KB975053) x64


13) Update for Internet Explorer 8 Compatibility View List for Windows 7 (KB975364):

Description: An update is available for the Windows Internet Explorer 8 Compatibility View list that is dated October 27, 2009. This Compatibility View list update makes Web sites that are designed for older browsers look better in Internet Explorer 8. When you install Internet Explorer 8, you can decide whether the sites that you browse should be displayed in Compatibility View. After you install this update, you may have to restart Internet Explorer.

Rating: Recommended

Reported Issues: Supercedes Update # 4 - KB973874

Status: Safe

Official Link: A Compatibility View list update is available for Windows Internet Explorer 8

Official Download Links:

Update for Internet Explorer 8 Compatibility View List for Windows 7 (KB975364) x86

Update for Internet Explorer 8 Compatibility View List for Windows 7 (KB975364) x64


14) Update for Windows 7 (KB947821):

Decription: This tool is being offered because an inconsistency was found in the Windows servicing store which may prevent the successful installation of future updates, service packs, and software. This tool checks your computer for such inconsistencies and tries to resolve issues if found. After you install this item, you may have to restart your computer.

Rating: Optional

Reported Issues: Requires Validation of Windows!!

Status: Safe

Official Link: Description of the System Update Readiness Tool

Official Download Links:

Update for Windows 7 (KB947821) x86

Update for Windows 7 (KB947821) x64


15) Update for Internet Explorer 8 in Windows 7 (KB976749):

Description: This update resolves issues introduced in a cumulative security update for Internet Explorer, (KB974455) which was announced in security bulletin MS09-054.

Rating: Important

Reported Issues: Do not install this update if you have not installed security update KB974455. If you install this update without first installing security update KB974455, Internet Explorer may not work correctly!! If this occurs, uninstall this update, install security update KB974455, and then reinstall this update.

Status: Safe

Official Link: An update is available for Internet Explorer that resolves issues that occur after you apply security update 974455

Official Donwload Links:

Update for Internet Explorer 8 in Windows 7 (KB976749) x86

Update for Internet Explorer 8 in Windows 7 (KB976749) x64


16) Update for Windows 7 (KB976098):

Description: Install this update to resolve issues caused by revised daylight saving time and time zone laws in several countries. This update enables your computer to automatically adjust the computer clock on the correct date in 2009.

Rating: Important

Reported Issues: Supersedes and replaces update KB970653. Requires Validation of Windows!! Restart may be needed after install. Issues with Office Outlook have been reported. (Before you apply the update, be aware of potential issues that may affect Microsoft Outlook.)

Status: Safe

Official Link: December 2009 cumulative time zone update for Microsoft Windows operating systems

Official Download Links:

Update for Windows 7 (KB976098) x86

Update for Windows 7 (KB976098) x64


17) Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB973688)

Description: Install this update to prevent applications from sending too many HTTP requests while a well-known Document Type Definition (DTD) is included.

Rating: Important

Reported Issues: After you install this item, you may have to restart your computer. Once you have installed this item, it cannot be removed.

Status: Safe

Official Link: When an application uses MSXML to process XHTML, redundant retrieval requests for well-known DTD files from the W3C Web server cause XHTML parsing to fail on a Windows-based computer

Official Download Link:

Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB973688)


18) Update for Windows 7 (KB976092)

Description: Install this update to resolve a possible data loss issue involving controllers that support ADMA. During some transfers to a SD card, the data written to the card could be corrupted.

Rating: Optional

Reported Issues: Requires Validation of Windows!! After you install this item, you may have to restart your computer.

Status: Safe

Official Link: An update is available for Windows 7 to fix a data corruption issue for Secure Digital (SD) cards

Official Download Links:

Update for Windows 7 (KB976092) x86

Update for Windows 7 (KB976092) x64


19) Cumulative Security Update for Internet Explorer 8 in Windows 7 (KB976325)

Description: This update addresses the vulnerability discussed in Microsoft Security Bulletin MS09-072. Security issues have been identified that could allow an attacker to compromise a computer running Microsoft Internet Explorer and gain control over it. You can help protect your computer by installing this update from Microsoft.

Rating: Important

Reported Issues: After you install this item, you may have to restart your computer.

Status: Safe

Official Link: MS09-072: Cumulative security update for Internet Explorer

Official Download Links:

Cumulative Security Update for Internet Explorer 8 in Windows 7 (KB976325) x86

Cumulative Security Update for Internet Explorer 8 in Windows 7 (KB976325) x64

*N.B: Eventually, I would like to thank in advance Yen, in person, as well as all admins, mods, and users who helped, are helping, or will help in this project in the near future. Thank you all for your contributions and sacrifices.

Search This Blog

Followers