I know !
I meant I finally took everyones advice and starting using kel's WPI, I really love it.:)
You are not logged in. Please login or register.
DriverPacks.net Forum » Posts by Sull
Pages 1
I know !
I meant I finally took everyones advice and starting using kel's WPI, I really love it.:)
Just thought I would stop by to say I solved my problem.
The problem was with a file in ricks V'ISO, desk.cpl to be exact, once removed all was good.
@OverFlow, many were talking about this WPI .. WHAT THE HECK is WPI, finally I took the plunge ... thanks for the tips and thanks for helping me try to find this niche problem, took me forever to figure out it was a file in V'ISO.. then finding the file was fun
Hi,
I finally got around to testing and I am still getting the driver wizard window, I see the finisher window and soon as that go's away the driver wizard pops up. Once windows was done installing I backed up my plug and play drivers, deleted the previous ones from my pack and added the new ones, I still get the same issue. Do you have any other solutions or why this would be happening.
I appreciate the help
Thanks
PS. this is the only issue I have, everything else works perfect !!!
Ok thanks for all the info so far.
when I add "cmd /c start /wait to my RunOnceEx I get a CMD window pop up when installing each application, also I heard start /wait is not necessary in RunOnceEx, but like you said my apps are stomping each other and without my pause I put in they get bunched up bad , I would like to keep this method of install these apps, is there anyway to stop the CMD window from opening when another app is launched during runonceex ?
I have not tested to see if the plug and play driver has been fixed yet, currently just doing some final tests in VMWARE first.
Well this is what I have am running already.
Here is the last sesction of my WINNT.SIF
[GuiRunOnce]
command9="%SystemDrive%\DPsFnshr.exe"
"%SystemRoot%\System32\nLite.cmd"
"%Systemdrive%\Install\RunOnceEX.cmd"
As you see RunOnceEX is executed from guirunonce, I want it to be execuated before RunOnceEX.
Here is my RunOnceEX.cmd file
@echo off
cmdow @ /HID
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "#1 Sull's Sony UX driver & application solution" /f
REG ADD %KEY%\005 /VE /D "Preparing Sull's Silent Executables" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\PAUSE1.exe" /f
REG ADD %KEY%\010 /VE /D ".NET Framework 3.5" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\FILES\010_DOTNET35-LITE.EXE" /f
REG ADD %KEY%\010 /V 2 /D "%systemdrive%\install\PAUSE.exe
REG ADD %KEY%\015 /VE /D "FoxIt PDF Reader Pro v2.0 Build 1312" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\FILES\FOXIT.exe" /f
REG ADD %KEY%\015 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\020 /VE /D "uTorrent 1.61 build 490" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\FILES\UTRRNT.exe" /f
REG ADD %KEY%\020 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\025 /VE /D "Sygate Pro v5.6 Build 3408" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\FILES\SGATE.exe" /f
REG ADD %KEY%\025 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\027 /VE /D "TeraCopy Pro v2.0b" /f
REG ADD %KEY%\027 /V 1 /D "%systemdrive%\install\FILES\TERACOPY.EXE" /f
REG ADD %KEY%\027 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\028 /VE /D "Quick Batch File Compiler" /f
REG ADD %KEY%\028 /V 1 /D "%systemdrive%\install\FILES\QBFCS.EXE" /f
REG ADD %KEY%\028 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\030 /VE /D "Adobe Photoshop CS3 Portable" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\FILES\CS3.exe" /f
REG ADD %KEY%\030 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\035 /VE /D "Chipset Software Installation Utility" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\FIRSTBOOT\chipsetupdate.exe /s" /f
REG ADD %KEY%\035 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\040 /VE /D "Visual Communication Camera VGP-VCC3 Driver" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\FIRSTBOOT\CAMERADRIVER.EXE" /f
REG ADD %KEY%\040 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\045 /VE /D "Alps StickPointer Driver" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\FIRSTBOOT\alpspointer.exe" /f
REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\050 /VE /D "Sony Image FilterDriver" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\FIRSTBOOT\imagefilter\SonyImageFilter.exe /s" /f
REG ADD %KEY%\050 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\055 /VE /D "Programmable I/O Driver" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\FIRSTBOOT\programmableio.exe" /f
REG ADD %KEY%\055 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\060 /VE /D "Gunze Touch panel Driver" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\FIRSTBOOT\touchpanel.exe" /f
REG ADD %KEY%\060 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\065 /VE /D "Sony USB Mouse Driver" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\FIRSTBOOT\mousedri.exe" /f
REG ADD %KEY%\065 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\070 /VE /D "LAN-Express Software" /f
REG ADD %KEY%\070 /V 1 /D "%systemdrive%\FIRSTBOOT\LANExpress.exe" /f
REG ADD %KEY%\070 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\075 /VE /D "Sony Batt Check" /f
REG ADD %KEY%\075 /V 1 /D "%systemdrive%\FIRSTBOOT\batcheck.exe" /f
REG ADD %KEY%\075 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\080 /VE /D "Setting Utility Series" /f
REG ADD %KEY%\080 /V 1 /D "%systemdrive%\FIRSTBOOT\SUS.exe" /f
REG ADD %KEY%\080 /V 2 /D "%systemdrive%\install\PAUSE.exe"
start /wait rundll32.exe iernonce.dll,RunOnceExProcess
REG ADD %KEY% /V TITLE /D "#2 Sull's Sony UX driver & application solution" /f
REG ADD %KEY%\001 /VE /D "Sony Shared Library" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\FIRSTBOOT\sharedlibrary.exe" /f
REG ADD %KEY%\001 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\003 /VE /D "Sony Utilities DLL" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\FIRSTBOOT\utildll.exe" /f
REG ADD %KEY%\003 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\005 /VE /D "Vaio Control Center" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\FIRSTBOOT\controlcenter.exe" /f
REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\010 /VE /D "Vaio Event Service" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\FIRSTBOOT\VES.exe" /f
REG ADD %KEY%\010 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\015 /VE /D "Vaio Powermanagment" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\FIRSTBOOT\powermgr.exe" /f
REG ADD %KEY%\015 /V 2 /D "%systemdrive%\install\MGR.CMD"
REG ADD %KEY%\020 /VE /D "Special Button Utility" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\FIRSTBOOT\SBU.exe" /f
REG ADD %KEY%\020 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\025 /VE /D "Vaio Touch Launcher" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\FIRSTBOOT\VTL.exe" /f
REG ADD %KEY%\025 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\030 /VE /D "Vaio Capture Utility" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\FIRSTBOOT\VCU.exe" /f
REG ADD %KEY%\030 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\035 /VE /D "Vaio Capture Capture Utility" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\FIRSTBOOT\vccu.exe" /f
REG ADD %KEY%\035 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\040 /VE /D "Vaio Zoom" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\FIRSTBOOT\zoom.exe" /f
REG ADD %KEY%\040 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\045 /VE /D "Wireless Setting Utility" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\FIRSTBOOT\WSSU.exe" /f
REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\047 /VE /D "PenPlus For VAIO" /f
REG ADD %KEY%\047 /V 1 /D "%systemdrive%\FIRSTBOOT\PENPLUS.exe" /f
REG ADD %KEY%\047 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\050 /VE /D "Toshiba Bluetooth Driver" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\FIRSTBOOT\bt.exe" /f
REG ADD %KEY%\050 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\055 /VE /D "Protector Suite QL" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\FIRSTBOOT\setup.exe /passive /norestart" /f
REG ADD %KEY%\055 /V 2 /D "REGEDIT /S %systemdrive%\install\PSQL.REG"
REG ADD %KEY%\065 /VE /D "Setting Firefox as default browser" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\FFDEF.CMD" /f
REG ADD %KEY%\065 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\070 /VE /D "Cleaning up Windows" /f
REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\CLEANUP.CMD" /f
REG ADD %KEY%\070 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\075 /VE /D "Adding registry Tweaks" /f
REG ADD %KEY%\075 /V 1 /D "REGEDIT /S %systemdrive%\Install\TWEAKS.REG" /f
REG ADD %KEY%\075 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\080 /VE /D "Adding UMPC Scroll Bar" /f
REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\Install\UMPCSCROLL.REG" /f
REG ADD %KEY%\080 /V 2 /D "%systemdrive%\install\PAUSE.exe"
REG ADD %KEY%\082 /VE /D "Configuring Services" /f
REG ADD %KEY%\082 /V 1 /D "REGEDIT /S %systemdrive%\Install\SERVICES.REG" /f
REG ADD %KEY%\082 /V 2 /D "%systemdrive%\install\PAUSE.exe"
start /wait rundll32.exe iernonce.dll,RunOnceExProcess
EXIT
It would probably be wise as you have said to add the finisher to my RunOnceEX.cmd file. Now for everything to work correctly I would need to use this key REG ADD %KEY%\996 < --- the 996 correct ? see the example below
REG ADD %KEY%\996 /VE /D "Driver Finisher" /f
REG ADD %KEY%\996 /V 1 /D "%systemdrive%\DPsFnshr.exe" /f
I am familiar with start /wait but I did not know it is needed in RunOnceEX, I have been using it without any problems, would I benefit from it ?
Let me know if everything looks good...
Do you mean run the finisher from guirunonce ?
I currently am running the finisher from guirunonce, the rest of the software I need is ran from RunOnceEX.
I did another install and I notice I get the plug and play driver wizard right before RunOnceEX so that would be right after the finisher ( guirunonce )
On the newer SP3 builds, 3311 5503 I get a driver wizard window pop up right when RunOnceEX is started, this window will cause once of my silent installers to get stuck and not finish until I finish the wizard. I have included all the plug and play drivers in my custom driver pack and they were being installed in 3244 and 3264.
I would also like to add I am using the latest I think RC2 of the driver packs BASE
Thank you
You must have replied right when I was editing my post above, I never had this problem before when I manually added driver lines to winnt.sif ?
EDIT:
I fixed that issue but now I have others what the heck .. one after another haha
I figured out it was "Microsoft UAA Bus Driver for High Definition Audio"not sure why I had issues this time, I know it is not included in SP3
Thanks that worked perfect. Now I just have one PCI device to figure out
I searched around but could not find any use full information, so I am posting my log and ini file. First issue is DSPdsblr.exe cannot be found, second DPsFnshr.exe cannot be found, so what executes presetup.cmd ?
2008-01-16 19:59:51 : <INIT> DriverPacks BASE 7.05.2 initialized.
2008-01-16 19:59:51 : <INIT> Host environment: WIN_2003 Service Pack 2 on X86 CPU.
2008-01-16 19:59:51 : <INIT> Created temporary working directory.
2008-01-16 19:59:51 : <INIT> Imported proxy settings from Internet Explorer.
2008-01-16 19:59:51 : <INIT> Start scanning for DriverPacks for the wnt5_x86-32 platform.
2008-01-16 19:59:51 : <INIT> Detected 3rd party DriverPack(s).
2008-01-16 19:59:51 : <INIT> Finished scanning.
2008-01-16 19:59:51 : <INIT> Detected settings file "H:\Documents and Settings\Administrator\Desktop\New Folder\DPs_BASE.ini".
2008-01-16 19:59:51 : <INIT> Windows XP Professional - Retail SP3 detected.
2008-01-16 19:59:51 : <INIT> The platform wnt5_x86-32_disc will be used (which is the 'disc' installation platform for the OS family 'wnt5_x86-32').
2008-01-16 19:59:51 : <INIT> Imported settings from settings file.
2008-01-16 19:59:51 : <INIT> QuickStream Cache directory not found!
2008-01-16 19:59:51 : <GUI> Initialized GUI.
2008-01-16 19:59:51 : <GUI> Created a list of all available language files.
2008-01-16 19:59:51 : <GUI> Set the last used language, English, as the GUI language.
2008-01-16 20:00:14 : <GUI> Saved settings!
2008-01-16 20:00:14 : <GUI> Closed GUI.
2008-01-16 20:00:14 : <SEL> Selected module: mod_slip_wxp_x86-32_disc_m2.
2008-01-16 20:00:14 : <PREP> Removed all attributes from \I386.
2008-01-16 20:00:14 : <PREP> Cleaned up \I386\svcpack.inf.
2008-01-16 20:00:14 : <PREP> Unslipstreamed KB888111.
2008-01-16 20:00:14 : <PREP> Created a backup of \I386\winnt.sif.
2008-01-16 20:00:14 : <PREP> Created a backup of \I386\txtsetup.sif.
2008-01-16 20:00:14 : <PREP> Created a backup of \I386\dosnet.inf.
2008-01-16 20:00:14 : <PREP> Cleaned up \$OEM$\cmdlines.txt.
2008-01-16 20:00:14 : <SLIP> Created necessary directory structure for method 2.
2008-01-16 20:00:15 : <SLIP> Copied files necessary for method 2.
2008-01-16 20:00:15 : <SLIP> Extracted files necessary for method 2.
2008-01-16 20:00:15 : <SLIP> Created \I386\presetup.cmd file.
2008-01-16 20:00:15 : <SLIP> Updated \I386\txtsetup.sif to support method 2.
2008-01-16 20:00:15 : <SLIP> Updated \I386\dosnet.inf to support method 2.
2008-01-16 20:00:15 : <SLIP> Copied DriverPacks to \OEM.
2008-01-16 20:00:15 : <SLIP> Updated \I386\winnt.sif to support method 2.
2008-01-16 20:00:15 : <SLIP> Updated DPsFnshr.ini to disable KTD.
2008-01-16 20:00:15 : <SLIP> Updated \I386\winnt.sif's GUIRunOnce section.
2008-01-16 20:00:15 : <SLIP> Slipstream finished in 1 seconds.
2008-01-16 20:00:17 : <CLNP> Temporary working directory successfully deleted.
2008-01-16 20:00:17 : Program terminated.
[General]
; preferred language
prefLang = "English"
; yes/no, enable or disable the wizard-style buttons, if not specified: yes
wizardButtons = "yes"
; yes/no, enable or disable the GUI, if not specified: yes
GUI = "yes"
[Settings]
; disc/bartpe/multibootDisc
instPlatform = "disc"
; trailing backslash is allowed, but not necessary
location = "F:\Project TABLETXP_UX\XP_UXsp2test"
; none/all/select, if select, specify them below, if not specified: all
DriverPacks = "select"
; 1/2, method to install the DriverPacks, if not specified: 2
DPsMethod = "2"
; GUIRunOnce/RunOnceEx/custom, if not specified: GUIRunOnce
finisherMethod = "GUIRunOnce"
; this section is optional!
[OptionalSettings]
; none/all/select/paths/patterns, enable or disable Keep The Drivers (KTD) , if not specified: none
KTD = "false"
; <path>, to specify a custom KTD cache location, if not specified: default (%SystemRoot%\DriverPacks)
KTDlocation = "%SystemRoot%\DriverPacks"
; yes/no, enable or disable QuickStream Cache (QSC), if not specified: yes
QSC = "yes"
; you should only add this section if you've set [Settings]\DriverPacks to "select"
[SelectDriverPacks]
DPs_3rd_party = "yes"
DP_MassStorage_textmode = "no"
; this section is optional!
[OptionalSettingsOther]
; CCC/CCP, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming DriverPack Graphics A)
ATI_cpl = "CCC"
Hopefully I have done what is asked ?
Hi I am new, please forgive me if this is in the wrong spot
I made a driver pack with all the included drivers I need, followed a guide here at the forum, what ever disables the windows I think for driver signing right at the beginning of a XP installation cannot be found in C:\, also DPsFnshr.exe cannot be found closer to the end of the installation, should I be placing these files somewhere or should they be extracted automatically ?
Sorry hopefully this makes sense.
Thanks
Sull
Pages 1
DriverPacks.net Forum » Posts by Sull
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.
[ Generated in 0.012 seconds, 5 queries executed ]