Topic: driverpack finisher break other command in GuiRunOnce

HI,


without integrating DP I have this commande in my WINNT.SIF

[GuiRunOnce]
Command0=%systemroot%\install\install.exe

my install.exe run and instal software




When I integrate all DP I have this..


[GuiRunOnce]
Command0=%systemroot%\install\install.exe;
; Edited by DriverPacks BASE 8.11.27.rc
; http://www.driverpacks.net/
;


    command9="%SystemDrive%\DPsFnshr.exe"

but it say that can not find my install.exe in first logon....


probleme is in the ";" or what ??


thanks for all ^^

Re: driverpack finisher break other command in GuiRunOnce

Could be. There shouldn't be any semicolons in those lines (where "install.exe" is written).

An advice for life: Do not argue with people who have no knowledge.
They aren't aware of what they say/write and will drag you down to their level.

Re: driverpack finisher break other command in GuiRunOnce

it's a DriverPacks Base's bug I think...

Last edited by abdou (2008-12-03 00:56:30)

Re: driverpack finisher break other command in GuiRunOnce

tell me if it works like

[GuiRunOnce]
Command0=%systemroot%\install\install.exe
;
; Edited by DriverPacks BASE 8.11.27.rc
; http://www.driverpacks.net/
;


    command9="%SystemDrive%\DPsFnshr.exe"

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: driverpack finisher break other command in GuiRunOnce

thanks OverFlow........it work ^^