Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

i saw a post were they were using the manufacturers evironment variable to show or hide folders to guide the proper driver install

seemed like it was a WIP by samlab  http://forum.driverpacks.net/viewtopic. … 316#p51316

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Hmm, I wonder if we could do something similar by polling WMIC on the target system.

<goes off to play in the sandbox...>

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

If you are going to use WMIC I will let you know from experience that that too will have some issues for some oems are shared so to speak.....like hp and compaq are the same and would have to filter that in script which is easily done.  I have a script that might help in that area if ya want to look at it.  There are other oems that have simuliar issues but they can be filtered as well.  I have a pretty good listing if needed.

Sorry about being absent lately.....had finals so had to focus my time on that but I have a few days before next class begins (web dev.) so if you need me just send me a message.  I will try to check in as often as possible.  Take care and have a wonderful day.

Last edited by SteveDun (2013-05-16 09:48:41)

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Well, doing some research into WMIC I found the following tidbit works to identify notebooks.

WMIC SystemEnclosure GET ChassisTypes /value

On a notebook the output would be "ChassisTypes={10}" but on anything else the value would be blank.  Once the target machine is identified as a notebook, further filtering can be applied.

Ref: http://technet.microsoft.com/en-us/libr … 80825.aspx

Microsoft wrote:

This property when set to the value of 10 is equivalent to "notebook." However, not all computers provide this property.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Yep agreed that will work with some filtering.....I will leave ya alone for you are on the correct path.  wink

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Hi !

Interesting. Found this on techguy forums.

Have a look. May be it can help.

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Thanks! I was reading this yesterday.
http://msdn.microsoft.com/en-us/library … S.85).aspx
At least M$ has a sense of humor!

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

type 16 and 5 make me hungry

i have installed lots of type 5... never seen a 16?

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Hi guys !

Just noticed 2 things if batch is running manually:

1) if a sentence have an exclamation mark, this last one won't be show

:Clean_Warn
.
ECHO.
ECHO This is your final warning before uneeded drivers are deleted!


:Clean_Folder
.
ECHO.
ECHO Excess drivers deleted!
.

etc.


2) At the section :Timer,
if the answer is N (No, delete the Log files), this messages appear

Access denied
Access denied

but script ends successfuly.


PS: I also translate the script in French.

Last edited by Ken@fri (2013-05-24 02:39:28)

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Strange, I don't have that problem.
Here's a sample batch to illustrate:

@Echo off

ECHO Line 1!
ECHO Line 2
ECHO Line 3!
ECHO Line 4

results in:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

I:\test>test12.bat
Line 1!
Line 2
Line 3!
Line 4

I:\test>

It's possible there's something wacky going on in the French localization of the code.
I'll remove the exclamation points just to be safe.

I'll also look into the log-delete errors.
Thanks for reporting.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

mr_smartepants wrote:

Strange, I don't have that problem.

Thanx 4 reply.

You're right (about access denied messages).
I've redo some tests with original script & realize where was my error (FIXED).

Sorry.


I also add  this switch (overwrite mode)

-aoa

to 7Zip extraction commands of sections :Lets_GO, :Method2 & :Begin

Last edited by Ken@fri (2013-05-24 00:55:34)

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

+1  Adding the -aoa switch allow the install of video drivers and the physX (NT5)  without need to allow the overwrite on extraction.  I was not including the physX pack but with adding that switch it runs silently and overwrites without user input.  Nice catch!

Last edited by SteveDun (2013-05-27 17:16:07)

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Ken@fri wrote:

I also add  this switch (overwrite mode)

-aoa

to 7Zip extraction commands of sections :Lets_GO, :Method2 & :Begin

Nice!  I'll add that into my working copy.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Have you room for a DP_Graphics_PhysX-Legacy_wnt5_x86-32_1305xxx.7z pack & it's lone file,
..\D\G\N03\PhysX\PhysX-9.12.1031-SystemSoftware-Legacy.msi?

[off-topic]   ... "this crust is so unyielding & tasteless, it reminds me of a Type 5 Chassis!"
                        - The Unknown Geek.   [/off-topic]

Last edited by TechDud (2013-05-29 16:29:30)

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

As long as the accompanying DPsFnshr.ini is written properly, the NT5 DriverPacks Finisher will execute it with the current SAD.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Dat is cool.  Leuk!   cool

Last edited by TechDud (2013-05-30 01:08:09)

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Hola amigo,
primero que todo le agradezco por tanto esfuerzo es una gran labor cosa que le agradezco de corazón. resulta que he creado con la ayuda de Autoit un programa sencillo para la ejecución  en forma de selección, donde puedo elegir si deseo instalar el Sads o no, pero resulta que me no funciona me vota errores de dll o muchas veces me deja sin funcionar los driver del mouse, el registro que llevo en setupcomplete.cmd es el siguiente. Framework 4, framework 4.5 selectorSads.exe y un vcredist.exe... existe algun inconveniente con mi windows 7 sp1 x64, no debo instalar los framework? gracias por tu rápida respuesta gracias. PDT: tiene que ver con la desactivación de los UAC, pues lo desabilite. estoy utilizando el método 2.
ENGLISH::::::
Hello friend,
first of all thank you for both work effort is a great thing to warmly thank you. I created it with the help of Autoit a simple program for implementation in the form of selection where I can choose whether to install the Sads or not, but it does not work I vote for me or dll errors often leaves me operate mouse driver, the record that I have in setupcomplete.cmd is next. Framework 4, framework 4.5 selectorSads.exe and vcredist.exe ... there is some issue with my windows 7 x64 sp1, I should not install the framework? thanks for your quick response thanks. PDT: has to do with disabling the UAC, as it occur disabling. I am using method 2.

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Welcome to DriverPacks!
Are you having a problem caused by SAD2?  Or are you asking what is wrong with your autoit script?
SAD2 doesn't have any dependencies in Windows since everything it needs is contained in the archive.

For the record, here's a copy of the setupcomplete.cmd that we use in our company Win7 builds.

@ECHO off & setlocal EnableDelayedExpansion
SET "LOGFILE=%systemdrive%\install.log"
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO (DIR %%i: && IF /I EXIST %%i:\sources\install.wim SET "CDROM=%%i:") >nul 2>&1
ECHO>>"%LOGFILE%" 2>>&1 Found CD-Rom as drive %CDROM%

:PROCESSOR
REM :: Detect OS bit-ness on running system.  Assumes 64-bit unless 64-bit components do not exist. 
SET "ARCH=64" & SET "ARCHP=x64"
IF /I NOT EXIST "%SystemRoot%\SysWOW64\cmd.exe" (
    IF NOT DEFINED PROCESSOR_ARCHITEW6432 (SET "ARCH=32" & SET "ARCHP=x86")
) 
ECHO>>"%LOGFILE%" 2>>&1 System architecture is %ARCH% bit.
:PROCESSOR_end

:Malicious_Software_Removal_Tool
IF /I NOT EXIST "%CDROM%\updates\Windows-KB890830*.exe" GOTO Malicious_Software_Removal_Tool_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Malicious Software Removal Tool
FOR %%X IN ("%CDROM%\updates\Windows-KB890830-%ARCHP%-*.exe") DO (
  Start /wait %%X /Q
  ECHO Executed %%X
  ) >>"%LOGFILE%" 2>>&1
  ECHO>>"%LOGFILE%" 2>>&1 Completed Malicious Software Removal Tool
:Malicious_Software_Removal_Tool_end

:Windows_Update_Agent_Update
IF /I NOT EXIST "%CDROM%\updates\WindowsUpdateAgent30*.exe" GOTO Windows_Update_Agent_Update_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Windows Update Agent Update
%CDROM%\updates\WindowsUpdateAgent30-%ARCHP%.exe /quiet /norestart >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed Windows Update Agent Update
:Windows_Update_Agent_Update_end

:DirectX
IF /I NOT EXIST "%CDROM%\updates\DirectX-Full.exe" GOTO DirectX_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Updating DirectX
%CDROM%\updates\DirectX-Full.exe >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed DirectX
:DirectX_end

:SilverLight
IF /I NOT EXIST "%CDROM%\updates\Silverlight\Silverlight*.exe" GOTO SilverLight_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing SilverLight update
%CDROM%\updates\Silverlight\Silverlight-%ARCHP%.exe /q >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed SilverLight update
:SilverLight_end

:NET_Framework_45
IF /I NOT EXIST "%CDROM%\updates\NET45\dotnetfx45_full_x86_x64.exe" GOTO NET_Framework_45_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing .NET 4.5 Framework
%CDROM%\updates\NET45\dotnetfx45_full_x86_x64.exe /passive /norestart >>"%LOGFILE%" 2>>&1

ECHO>>"%LOGFILE%" 2>>&1 Installing any .NET 4.5 updates
FOR %%X IN ("%CDROM%\updates\NET45\NDP45-KB*-%ARCHP%.msp") DO (
  Start /wait %%X /quiet /norestart
  ECHO Executed %%X
  ) >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed .NET 4.5 Framework installation
:NET_Framework_45_end

REM ::Begin hotfix install
:Hotfix_install
IF /I NOT EXIST "%CDROM%\updates\Hotfixes\Windows6.1-*%ARCHP%.msu" GOTO Hotfix_install_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing required HotFix updates
FOR %%X IN ("%CDROM%\updates\Hotfixes\Windows6.1-*%ARCHP%.msu") DO (WUSA %%X /quiet /norestart) >>"%LOGFILE%" 2>>&1
IF /I EXIST "%CDROM%\updates\Hotfixes\rvkroots.exe" (%CDROM%\updates\Hotfixes\rvkroots.exe /Q) >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed HotFix updates
:Hotfix_install_end

:Calendar
REM ::Requires .NET 4 to be installed first.
IF /I NOT EXIST "%CDROM%\updates\Calendar\WinCal-Win7*.exe" GOTO Calendar_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Super Calendar
%CDROM%\updates\Calendar\WinCal-Win7-%ARCHP%-en-us.exe /S /v/qb >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed Super Calendar
:Calendar_end

:Pinball
IF /I NOT EXIST "%CDROM%\updates\WinPinball-en-us.exe" GOTO Pinball_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Pinball
%CDROM%\updates\WinPinball-en-us.exe /S /v/qb >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed Pinball
:Pinball_end

:Defender_Definitions
IF /I NOT EXIST "%CDROM%\updates\WinDefUpdate\mpas-fe*.exe" GOTO Defender_Definitions_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Windows Defender Definition updates
IF "%ARCH%"=="64" ( 
	%CDROM%\updates\WinDefUpdate\mpas-fex64.exe -Q >>"%LOGFILE%" 2>>&1
  ) ELSE ( 
  %CDROM%\updates\WinDefUpdate\mpas-fe.exe -Q >>"%LOGFILE%" 2>>&1
)
ECHO>>"%LOGFILE%" 2>>&1 Completed Windows Defender Definition updates
:Defender_Definitions_end

:Security_Essentials
IF /I NOT EXIST "%CDROM%\updates\MSSE\mseinstall-*.exe" GOTO Security_Essentials_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Microsoft Security Essentials
IF "%ARCH%"=="64" ( 
	%CDROM%\updates\MSSE\mseinstall-amd64fre-en-us.exe /s /q /o /runwgacheck >>"%LOGFILE%" 2>>&1
	%CDROM%\updates\MSSE\mpam-fex64.exe -Q >>"%LOGFILE%" 2>>&1
	%CDROM%\updates\MSSE\nis_fullx64.exe -Q >>"%LOGFILE%" 2>>&1
  ) ELSE ( 
  %CDROM%\updates\MSSE\mseinstall-en-us-x86.exe /s /q /o /runwgacheck >>"%LOGFILE%" 2>>&1
  %CDROM%\updates\MSSE\mpam-fe.exe -Q >>"%LOGFILE%" 2>>&1
  %CDROM%\updates\MSSE\nis_full.exe -Q >>"%LOGFILE%" 2>>&1
)
ECHO>>"%LOGFILE%" 2>>&1 Completed Microsoft Security Essentials
:Security_Essentials_end

:Adobe
IF /I NOT EXIST "%CDROM%\updates\Adobe\AdbeRdr*.exe" GOTO Adobe_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Adobe Acrobat Reader and Adobe Flash
FOR %%X IN ("%CDROM%\updates\Adobe\AdbeRdr11*.exe") DO (
  Start /wait %%X /sPB /rs
  ECHO Executed %%X
  ) >>"%LOGFILE%" 2>>&1
%CDROM%\updates\Adobe\install_flash_player_ax.exe -install >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed Adobe Acrobat Reader and Adobe Flash
:Adobe_end

:Live_Essentials
IF /I NOT EXIST "%CDROM%\updates\wlsetup-all.exe" GOTO Live_Essentials_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Windows Live Essentials
Start /wait %CDROM%\updates\wlsetup-all.exe /silent /noceip /nolaunch /notoolbarceip /nostrict >>"%LOGFILE%" 2>>&1
ECHO>>"%LOGFILE%" 2>>&1 Completed Windows Live Essentials
:Live_Essentials_end

:Java
IF /I NOT EXIST "%CDROM%\updates\Java\jre_%ARCHP%\*.msi" GOTO Java_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing Java Runtimes
IF "%ARCH%"=="64" ( 
FOR /F %%X IN ('DIR /B /S "%CDROM%\updates\Java\*.msi"') DO (
  msiexec /i %%X /qb /NoRestart ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 JAVAUPDATE=1 SYSTRAY=0 JU=1 AUTOUPDATECHECK=1 EULA=1
  ECHO Executed %%X
  ) >>"%LOGFILE%" 2>>&1
) ELSE ( 
FOR /F %%X IN ('DIR /B /S "%CDROM%\updates\Java\jre_%ARCHP%\*.msi"') DO (
  msiexec /i %%X /qb /NoRestart ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 JAVAUPDATE=1 SYSTRAY=0 JU=1 AUTOUPDATECHECK=1 EULA=1
  ECHO Executed %%X
  ) >>"%LOGFILE%" 2>>&1
)
ECHO>>"%LOGFILE%" 2>>&1 Completed Java Runtimes
:Java_end

:NET_cleanup
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Running .NET ngen cleanup routine.
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen executequeueditems
IF /I EXIST %SystemRoot%\SysWOW64\cmd.exe %windir%\Microsoft.NET\Framework64\v4.0.30319\ngen executequeueditems
:NET_cleanup_end

:Drivers
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing drivers.
IF /I EXIST "%CDROM%\SAD2\DP_Install_Tool.cmd" Start "" /max /separate %comspec% /c %CDROM%\SAD2\DP_Install_Tool.cmd /s
:Drivers_end

REM ::all processing finished, delete used files, and EXIT::
:CLEANUP
IF /I EXIST %windir%\Setup\scripts RD /S /Q %windir%\Setup\scripts >nul
endlocal
DEL /F /Q %0% >nul

The part that launches SAD2 is here:

:Drivers
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing drivers.
IF /I EXIST "%CDROM%\SAD2\DP_Install_Tool.cmd" Start "" /max /separate %comspec% /c %CDROM%\SAD2\DP_Install_Tool.cmd /s
:Drivers_end
Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

gracias amigo por tu interés en ayudarme!, sacare provecho de los script que me diste y te contare como me fue!. la otra cuestión es posible poder elegir desde el setupcomplete.cmd elegir si deseo instalar DriverPacks SAD2 si o no? te envio mi script, mi captura al finalizar donde se bloquea el mouse y no trabaja ningún driver después de reiniciar. discúlpeme si infrinjo las normas soy colombiano y no entiendo mucho ingles pero agradezco su interés. 

mediafire.com/?qiwmpjwv94kt7h1

thanks friend for your interest in helping me!, beareth advantage of the script you gave me and I'll tell you how it went!. the other question is possible to choose from the setupcomplete.cmd me choose whether to install DriverPacks SAD2 yes or no? I send my script, my capture at the end where the mouse freezes and does not work any driver after rebooting. excuse me if I violate the rules'm Colombian and do not understand much English but I appreciate your interest.

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

jaylopez2020 wrote:

is possible to choose from the setupcomplete.cmd me choose whether to install DriverPacks SAD2 yes or no?

No.  Setupcomplete.cmd is executed before the user accounts are created.  Also it is executed in a silent method so you cannot see the progress, which is why I output everything to a log file for review later.  Even if I added a "choice" menu, it would not be seen and the install would hang.

I'm sure your problem is in your autoit script, but I don't know enough about autoit to troubleshoot.

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Ooops!

Last edited by Ken@fri (2013-07-01 18:44:36)

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

Hola amigo, resulta que probé los códigos que me diste y no funcionaron, es mas siguieron de largo y no instalo nada, lógicamente modifique las rutas, pero hay algo que no me cuadra, la variable que colocaste %CDROM% no sera el error? pues estoy probando en virtualbox y con una unidad virtual! si funciona? al instalar el windows desde USB funcionara?. insisto no sera algún problema aparte? estoy probando la versión 1520 del SAD2? ya revise mi install.wim y lo único diferente que tiene es un registro .reg que le agregue para deshabilitar el UAC nada mas? tendrá que ver esto con que el SAD2 no funcione?

----

Hello friend, is that I tried the codes you gave me and did not work,a followed the long, and do not install anything, logically modify the paths, but one thing I do not block, the variable% CDROM% you placed will not be the error? I'm testing it in virtualbox and a virtual drive! if it works? to install windows from USB work?. insist not be a problem apart? I'm testing the 1520 version of SAD2? and check out my install.wim and the only difference it has is a record. reg add you to disable the UAC anything more? have to do with the SAD2 not work?

@ECHO off & setlocal EnableDelayedExpansion
SET "LOGFILE=%systemdrive%\install.log"
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO (DIR %%i: && IF /I EXIST %%i:\sources\install.wim SET "CDROM=%%i:") >nul 2>&1
ECHO>>"%LOGFILE%" 2>>&1 Found CD-Rom as drive %CDROM%

:PROCESSOR
REM :: Detect OS bit-ness on running system.  Assumes 64-bit unless 64-bit components do not exist. 
SET "ARCH=64" & SET "ARCHP=x64"
IF /I NOT EXIST "%SystemRoot%\SysWOW64\cmd.exe" (
    IF NOT DEFINED PROCESSOR_ARCHITEW6432 (SET "ARCH=32" & SET "ARCHP=x86")
) 
ECHO>>"%LOGFILE%" 2>>&1 System architecture is %ARCH% bit.
:PROCESSOR_end

:NET_Framework_45
IF /I NOT EXIST "%CDROM%\updates\NET45\dotnetfx45_full_x86_x64.exe" GOTO NET_Framework_45_end
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing .NET 4.5 Framework
%CDROM%\setup\scripts\dotNetFx45_Full_x86_x64intl_Slim.exe /ail >>"%LOGFILE%" 2>>&1

:Drivers
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing drivers.
IF /I EXIST "%systemdrive%\D\SAD2\DP_Install_Tool.cmd" Start "" /max /separate %comspec% /c %systemdrive%\D\SAD2\DP_Install_Tool.cmd /s
:Drivers_end

este tampoco funciono, y eso que solo le estoy instalando driverpack SAD2 desde el setupcomplete.cmd
this not worked, and that I'm only installing driverpack SAD2 from setupcomplete.cmd

:Drivers
ECHO>>"%LOGFILE%" ......................
ECHO>>"%LOGFILE%" 2>>&1 Installing drivers.
IF /I EXIST "%CDROM%\SAD2\DP_Install_Tool.cmd" Start "" /max /separate %comspec% /c %CDROM%\SAD2\DP_Install_Tool.cmd /s
:Drivers_end

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

amigo, el SAD2 no funciona, lo coloque asi en elsetupcomplete.cmd y nada
---
friend, SAD2 not work, so place it in elsetupcomplete.cmd and nothing

SETUPCOMPLETE.CMD

@echo off
START %systemdrive%\D\SAD2\DP_Install_Tool.cmd /s 

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

PunBB bbcode test

Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7)

jaylopez2020 wrote:

amigo, el SAD2 no funciona, lo coloque asi en elsetupcomplete.cmd y nada
---
friend, SAD2 not work, so place it in elsetupcomplete.cmd and nothing

SETUPCOMPLETE.CMD

@echo off
START %systemdrive%\D\SAD2\DP_Install_Tool.cmd /s 

Does your SAD2 folder exist on the install media or on the %systemdrive% (C:\D\SAD2\...)???
If you're installing to a clean hard drive, then the C:\D\ folder won't exist unless you have it injected into the install.wim image or use the $OEM$ folders method: http://unattended.msfn.org/unattended.x … f57c0ae2b/

Read BEFORE you post.  HWID tool   DriverPacks Tutorial   DONATE!
http://driverpacks.net/userbar/admin-1.png
Not all heroes wear capes, some wear Kevlar!