oguldur wrote:
Tarak Bhavsar wrote:

Here is the download link of the new tool for adding drivers to Win 7 x86 / x64 source and making its bootable iso.

Download AutoDISMx86x64.

Above script works both in Windows 7 and Windows 8 but applicable only for Windows 7 x86 / x64.

Mediafire It shows the message "Dangerous File Blocked" Can you give me another link?


it is still working

It was not broken buddy.

BTW i have made it simple.

Here is the download link of the new tool for adding DriverPacks to Win 7 source and making its bootable iso.

Download AutoDISMx86x64.

Above script works both in Windows 7 and Windows 8 but applicable only for Windows 7 x86 / x64.

Here is the download link of the new tool for adding drivers to Win 7 x86 / x64 source and making its bootable iso.

Download AutoDISMx86x64.

Above script works both in Windows 7 and Windows 8 but applicable only for Windows 7 x86 / x64.

I have created a bunch of scripts as exe that can unpack driverpacks, and integrate the unpacked drivers into windows 7 setup. It can also integrate windows updates.
I have uploaded a video of tutorial how to use dism tool i have mentioned in previous post and what precautions shoud be taken @

Video Tutorial

Note : Video Tutorial is based on the old extracted DP structure (i.e. DP versions 11.* and below).

The new tool also offers to integrate windows updates into Win 7 Setup.
Here is the download link for the tool :

Download newdism7.2.exe (Supports both old and new extracted structure of DriverPacks)

Download newdism7.1.exe (Supports the new extracted structure of DriverPacks)

Note : Currently x86=32bit support only.
(old thread:)

Ok. Sir, i apologize for the same.

Thanks for the smart suggestion. I will immediately start a new topic.

I have uploaded a new bunch of scripts which supports our new structure of our new DP*12*.7z extracted structure and will integrate updates too into the Windows 7 Setup.


Download newdism7.1.exe

Note : Currently x86=32bit support only.

The above all process means you dont have to install any drivers or softwares after installing operating system, they all will installed alongwith the operating system.

Scenarios like corporate companies where 100s / 1000s of computers are in use. You can create a WDS server 2008 and load the image on this server to install in client computers in Client / Server environment. And you dont have to keep database or backup of drivers of different systems and softwares too. Just easy and simple management.

In my profession I always need to format and reinstall the whole system, reinstall drivers and softwares of my clients frequently. Some time it happens that the clients dosent have their original discs of their softwares and drivers too. So, I initiated a search of almost permanent solution for this kind of situations and started googling and found the method to do so. Whatever I did for the solution, I will be glad to share with everyone. Perhaps it can help someone.


Creating Windows 7 Universal Image with Driverpacks, Customizations and Softwares.


The whole process of creating a Windows 7 universal image contains 3 parts.

1)    Creating an ISO of Windows 7 with integrated driverpacks drivers.
2)    Install it on a system, make customizations and software installations.
3)    Syspreping and making image of the Syspreped Windows 7.


1)    CREATING ISO OF WINDOWS 7 WITH DRIVERPACKS INTEGRATION.

I have created a Video Tutorial on ‘How to integrate driverpacks in windows 7 image and how to make ISO image of it ?’.  That I have uploaded on youtube and here is its link.

Here is the download link of the new tool for adding drivers to Win 7 x86/x64 source and making its bootable iso.
Download AutoDISMx86x64.

Above script works both in Windows 7 and Windows 8 but applicable only for Windows 7 x86/x64.

After creating the ISO burn it to some disk.


2)    INSTALL THE WINDOWS 7 ON SOME SYSTEM AND CUSTOMIZE IT AND INSTALL YOUR SOFTWARES AND ACTIVATE THEM.
After creating the Disk, install Windows 7 from that disk on a Test system.

Now, make customizations as u like in the installed windows. Either manually or use some tweaking software to do that.

Install your softwares and activate them.


3)    SYSPREPING THE INSTALLED WINDOWS 7 AND MAKING UNIVERSAL IMAGE OF THE SAME.

Install WAIK for 7/2008 on the test PC. Download from here (1.7 GB)
.

Create a WinPE disk

*    Right click command prompt run as administrator.

http://i.imgur.com/h6OI1.png

*    Change to directory “C:\Program Files\Windows AIK\Tools\PETools”
*    run command “copype x86 c:\winpe”

http://i.imgur.com/wxEwH.png

*    run command “imagex /mountrw c:\winpe\winpe.wim 1 c:\winpe\mount”

http://i.imgur.com/QQeQZ.png

*    copy imagex.exe from “C:\Program Files\Windows AIK\Tools\x86\imagex.exe” to “c:\winpe\mount\windows\system32?

http://i.imgur.com/y8miU.png

*    Create wimscript.ini in “c:\winpe\mount\windows\system32? with following inside

[ExclusionList]
ntfs.log
hiberfil.sys
pagefile.sys
“System Volume Information”
RECYCLER
Windows\CSC
[CompressionExclusionList]
*.mp3
*.zip
*.cab
\WINDOWS\inf\*.pnf

*    Run Command “imagex.exe /unmount /commit c:\winpe\mount”

http://i.imgur.com/BHAKS.png

*    Run Command “copy c:\winpe\winpe.wim c:\winpe\iso\sources\boot.wim /y”

*    Run Command “oscdimg -n -h -bc:\winpe\etfsboot.com c:\winpe\iso c:\winpe\winpe.iso”

http://i.imgur.com/PgwAQ.png

*    This will create an ISO in c:\winpe\winpe.iso.

Burn this and keep. Now we need to sysprep our machine.
(You can remove WAIK and any files you don’t need, test your iso first!)


Sysprep your Machine Now

*    change to the folder “c:\windows\system32\sysprep\”

http://i.imgur.com/m2CQw.png

*    run command “sysprep /generalize /oobe /shutdown”
*    If you want to use run an unattended installation you can run the following command sysprep /generalize /oobe /shutdown /unattend:unattend.xml(The unattend.xml will need to be in the sysprep folder). Check out the

unattend.xml generator.

*    Sysprep will remove any unique information and reseal the OS. Then the system will shutdown

http://i.imgur.com/MUCFr.png

*    Now boot the ISO we created previously and load into WinPE


Capture the Image

*    Once WinPE is booted you will be in a Command Prompt window

*    Run Command “diskpart”

*    Run Command “select disk 0?

*    Run Command “list volume”

*    Note the letter of the drive you are imaging. C:\ in WinPE is set as the running OS not as the internal HDD

*    Run Command “exit”

*    Run Command “imagex /capture d:\ d:\install.wim “My Windows partition”" where d:\ is the drive you are copying

*    This will create a file called install.wim in the root of your HDD. This is the custom image and will need to be added to the Windows 7 Install DVD


Create Installation Media

*    You will probably need to install from USB as the image will probably be to large for a DVD. Just Copy and Paste your Windows 7 Files to a USB Drive for USB Install.

*    overwrite install.wim to \sources on the windows 7 install source

*    If you didn’t use the sysprep to include unattend.xml you can also add it directly to the root of the install media. You can easily generate unattend.xml here.

http://i.imgur.com/n3PGi.png

Install Windows 7 as normal. Your changes will be installed along with Windows 7.


Note :
During installation when it reboots for the first time, perhaps it will give an error. To avoid that you just have to reboot into safe mode for the first time.

mr_smartepants wrote:

Symantec is complaining your .exe is a virus.  Can you post the source code using [ code ] tags?

http://i.imgur.com/aIsL3.jpg

I have uploaded a video of tutorial how to use dism tool i have mentioned in previous post and what precautions shoud be taken @

Video Tutorial

coxswain_bh wrote:

Using the batch files in Post #1, do the driver packs have to be unzipped in their respected locations or do you leave them zipped while integrating?

use a new bunch of scripts as exe. download from below link


Download newdism6.2.exe




coxswain_bh wrote:

Also do you need another utility besides the WAIK ?

No other utility is needed.

mr_smartepants wrote:

Symantec is complaining your .exe is a virus.  Can you post the source code using [ code ] tags?

sorry brother for the late response. Here is the code of the main script.

::SCRIPT CREATED BY TARAK BHAVSAR
ECHO OFF
color 2f
cls
Title Script for injecting DriverPacks into Windows 7 Source (x86 = 32bit)
set drv_path="%systemdrive%\x86"
echo This script works only for Windows 7 32 bit versions only.
pause
md %temp%\mnt\mountboot
md %temp%\mnt\mountinstall
set mnt_boot="%temp%\mnt\Mountboot"
set mnt_install="%temp%\mnt\Mountinstall"
:: OPERATING SYSTEM SELECTION
:SEL_W7OS
CLS
echo SELECT YOUR OPERATING SYSTEM. PRESS ANY NUMBER AND PRESS ENTER.
echo ================================================================

ECHO Type 1 for Windows 7 Ultimate and Press Enter
ECHO Type 2 for Windows 7 Professional and Press Enter
ECHO Type 3 for Windows 7 Home Premium and Press Enter
ECHO Type 4 for Windows 7 Home Basic and Press Enter
ECHO Type 5 for Windows 7 Starter and Press Enter
ECHO Type 6 to exit.
ECHO.
ECHO In capital letters only.
echo.
ECHO TYPE THE NUMBER AND PRESS ENTER : & ECHO. & SET /p sel_os=

CLS

if %sel_os%==1 (
set Act_OS="Windows 7 ULTIMATE"
) ELSE (
if %sel_os%==2 (
set Act_OS="Windows 7 PROFESSIONAL"
) ELSE (
if %sel_os%==3 (
set Act_OS="Windows 7 HOMEPREMIUM"
) ELSE (
if %sel_os%==4 (
set Act_OS="Windows 7 HOMEBASIC"
) ELSE (
if %sel_os%==5 (
set Act_OS="Windows 7 STARTER"
) ELSE (
IF %sel_os%==6 (
EXIT
) ELSE (
CLS
ECHO INVALID NUMBER PUNCHED. TRY AGAIN.
PAUSE
GOTO SEL_W7OS
))))))

::SELECT PATH TO THE WIM FILES. BOTH SHOULDBE IN ONE FOLDER.

:OS_CHOSEN
ECHO YOU HAVE SELECTED %Act_OS%
ECHO ==========================================================
echo Browse to the setup folder of %Act_OS%.
set inst_pt =
IF EXIST SelectImagePath.vbs (
  FOR /F "tokens=*" %%A IN ('CSCRIPT.EXE //NoLogo SelectImagePath.vbs') DO SET inst_pt=%%A
) ELSE (
  ECHO  e.g if you have D:\Win7SOURCE\I386 type D:\Win7SOURCE
 )
if %inst_pt%=="" goto LEAVE

::IF FILES ARE NOT EXIST SCRIPT WILL PUT YOU IN LOOP UNTILL YOU CHOOSE THE PROPER WIM FOLDER.
::TO EXIT JUST PRESS THE CANCEL BUTTON OF THE DOS WINDOW.


cls
IF not exist %inst_pt%\sources\install.wim (
echo This is not a valid selection. & echo Install.wim file is not present in this folder
PAUSE
CLS & goto OS_CHOSEN
) ELSE (
if not exist %inst_pt%\sources\boot.wim (
echo This is not a valid selection. & echo Boot.wim file is not present in this folder
PAUSE
CLS & goto OS_CHOSEN
))

cls


:: SELECT PATH TO THE DRIVERPACKS FOLDER IN WHICH THE 7ZIPPED COMPRESSED DRIVER PACKS ARE LOCATED.

echo Select the DriverPacks folder.
set drv_pt =
IF EXIST SelectDriversPath.vbs (
  FOR /F "tokens=*" %%A IN ('CSCRIPT.EXE //NoLogo SelectDriversPath.vbs') DO SET drv_pt=%%A
) ELSE (
  ECHO  e.g if you have D:\Win7SOURCE\I386 type D:\Win7SOURCE
 )
IF "%drv_pt%"=="" goto END_ERROR

if exist %drv_pt%\DP*.7z (
cls
echo Extracting DriverPacks. Please wait.
Start /wait /separate /high "" "un7zip.exe" "%drv_pt%\DP*.7z" %SystemDrive%\
) ELSE (
ECHO No DriverPacks Found. Aborting the process.
pause
goto END_ERROR
)

cls

:: INSTALL.WIM IMAGE WILL MOUNT.

echo Mounting INSTALL.WIM file.
Dism /Mount-Wim /WimFile:"%inst_pt%\sources\install.wim" /Name:%Act_OS% /MountDir:%mnt_install%
echo.

::EXTRACTED DRIVERPACKS WILL BE INJECTED INTO INSTALL.WIM IMAGE.

cls
echo Injecting Drivers into %Act_OS% install Image Please Wait.....
echo.
Dism /image:%mnt_install% /Add-Driver /driver:%drv_path% /recurse /ForceUnsigned
echo.
cls

::INSTALL.WIM FILL WILL BE UNMOUNTED AND SAVED.

echo Unmounting And Saving Changes To %Act_OS% install Image Please Wait.....
echo.
Dism /Unmount-Wim /MountDir:%mnt_install% /commit
echo.
cls

::BOOT.WIM WILL BE MOUNTED.

echo Mounting BOOT.WIM.
Dism /Mount-Wim /WimFile:%inst_pt%\sources\BOOT.WIM /index:2 /MountDir:%mnt_boot%
echo.
cls

::MASS STORAGE DRIVERS WILL BE INJECTED INTO THE BOOT.WIM IMAGE.

echo Adding Drivers To Boot.wim
echo.
Dism /image:%mnt_boot% /Add-Driver /driver:%drv_path%\M /recurse /ForceUnsigned
echo.

::BOOT.WIM IMAGE WILL BE UNMOUNTED AND SAVED.
cls
echo Unmounting Boot.wim
echo.
Dism /Unmount-Wim /MountDir:%mnt_boot% /commit
echo.


CLS
echo Process completed successfully.
pause

echo Do you wan to create an bootable ISO ?
echo.
set /p  askiso=
if %askiso%==y (
goto MAKEISO
) ELSE (
goto LEAVE
)
:MAKEISO
cls
echo Name of ISO ? (Without Space)
echo.
set /p iso_name=
cls
echo Where to save ISO File ? Select folder.
set iso_dest=
IF EXIST SaveISOPath.vbs (
  FOR /F "tokens=*" %%A IN ('CSCRIPT.EXE //NoLogo SaveISOPath.vbs') DO SET iso_dest=%%A
) ELSE (
  ECHO  e.g if you have D:\Win7SOURCE\I386 type D:\Win7SOURCE
 )
if %iso_dest%=="" goto LEAVE
move bootable.iso %iso_dest%\
ren %iso_dest%\bootable.iso %iso_name%.iso
cls
echo Making ISO Image
start /wait ultraiso -in %iso_dest%\%iso_name%.iso -d %inst_pt%
GOTO LEAVE


:END_ERROR
CLS
ECHO Process couldn't completed successfully.
pause
:LEAVE
cls
ECHO Cleaning up. Please wait ........
::REMOVE EXTRACTED DRIVERS
rd %systemdrive%\x86 /S /Q
rd %temp%\mnt /S /Q


EXIT

Here is a another bunch of scripts and applications that can unpack driverpacks, inject them into the windows 7 source and then offers you to make a bootable iso image of windows 7.


http://www.mediafire.com/?5cc1e5esh9gqpb1  --64 bit Support--

http://www.mediafire.com/?zesbv0u995nx5k0 -- New -- ISO naming error solved

http://www.mediafire.com/?7w1av1nw8yzqzlj

Here is the edited file for Windows 7 Ultimate, Professional, Home Premium, Home Basic and Starter (x86). In this one we can choose the folder in which the driverPacks compressed 7z files are located. Script will extract all DriverPacks onto SystemDrive and then inject into the WIM file.

http://www.mediafire.com/?9hyfnn7k73eut3o

Good Evening Sir,

Sir,
I am using driverpacks since about 2.5-3 years and member of DriverPacks.net. I had a deep wish to contribute to driverpacks donation but not able to contribute because of some personal reasons. I decided to contribute some other way and here it is.

I have gone through all your forums containing integrating drivers into the Windows 7 Images and learnt too many new things about dism and got inspired. Especially Mr Smartepants and Mr Overflow. They both are very inspiring.
I have also created a small bunch of scripts that can also be useful to integrate drivers into windows 7 images.
Currently i have created the script bunch only for Windows 7 Ultimate x86 but go further in near future.


i have uploaded my bunch of script as a exe file on below link :

http://www.crocko.com/FBF453400DDC41C18 … MyDISM.exe

You need unpacked driverpacks and source of windows 7 extracted in two different folders.

Actually Jigar
I installed Quick Heal perfectly on my customized xp installation. How ???

Ans :
when you start the installation of license quick heal on customized xp installation you just jave to keep pressing and hold ctrl+alt till the 'next' button page comes.

I installed XP in my Dell i1545 laptop computer with drierpacks enabled xp disk and it was showing webcam in mycomputer but thenafter i installed Vista Ultimate and it disappeared and didnt come back after trying everything like found driver on dell support tried other drivers and i also tried dell webcam software but it didnt work.

Anyone has solution ???

Ok Leave It I Will Solve It My Way

I Have Another Way To Use Driver Packs In My Os

My AV brand is not free and it is as costly as Norton and better then NOD or Norton as i have tried NOD, Symantec and Quick Heal on atleast 1500 systems.

You can check my brand on

www.quickheal.co.in

and moreover my brand also comes under Microsoft WGA Program. So, i think there is no mistake in my search. This AV brand is working since 1993.

http://www.quickheal.co.in/mstone.asp

http://www.quickheal.co.in/awards.asp

OK now i have tried all the things whichever is possible.

My quick heal stops at file C:\Windows\System32\zipfldr.dll during preinstall virus scan and gives me the message "Found some threates in your system. Proceeding with installation will not be safe as the installation copy will be infected. We recommand you to scan and clean your system with quick heal emergency disk."
'Win32.TrojanDownloader.Small.gen!V.8'

I am now 90% sure that there is some mistake with our driverpacks. I request you to check our driverpacks.

22

(15 replies, posted in Other)

Just create your apps/driverpacks/... enabeled iso with nLite and use the above method to create a usb xp installation disk.

23

(15 replies, posted in Other)

I think below link will resolve all the problem
i succeeded with this
here you go

http://www.msfn.org/board/install-xp-usb-t111406.html

It dosent show the file name but while i start installing quick heal anti virus plus 2009 v10.0 and during preinstall virus scan it shows message about 'Your system is infected with Win32.TrogenDownloader..... we suggest to scan your system with quick heal rescue disk or the installation may be infected.'

I will suggest you one thing that install a new system with your DP enabled disk and try to install quick heal license on that.

Thanks for reply

I have checked it by only integrating with our driverpacks and it shows virus. And tried without driverpacks and it didnt showed Win32.TrongenDownloader....

I am going to download our driver packs again from our site and check it again. But on a different system.

Lets hope the Trogen Message dosent appear again.