Topic: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Hi all

  This is an error I get the first time the OS is started after setup. I'm using DPBASE 6.10 and GUIRunOnce as finisher method:

http://img335.imageshack.us/img335/38/dperrornt8.png

  I'm using DP on a multiboot DVD. Despite that, I've just slipstreamed DP on every single os the AIO has as if it were a single CD (because DPBASE complained about errors at certain point of slipstreaming over a certain OS of the AIO), so there is an $OEM$ folder inside every OS' folder but none in the DVD root. I think that this is OK for multiboot medias. I'm slipstreaming Mass Storage (TXT), CPU and Chipset. I'm testing the AIO in Virtual PC 2004 and the same error showed after first boot of Windows 2000 Pro, Server and Advanced Server. I've not tried any other OSes but I guess that the error will be also there.

  The error shows and then the finisher stops. Here is theDPsFnshr.log file on C:\. It doesnt seem to show anything relevant to my knowledge:

2006-10-07 16:19:52 : <INIT> DriverPacks Finisher 6.10 initialized.
2006-10-07 16:19:52 : <INIT> Splash screen initialized.
2006-10-07 16:19:52 : <INIT> Detected platform wnt5_x86-32.
2006-10-07 16:19:52 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2006-10-07 16:19:52 : <INIT> 1. ACPI devices

ACPI\FIXEDBUTTON\2&DABA3FF&0                                : Botón de característica fija ACPI
ACPI\PNP0000\4&4B018EB&0                                    : Controladora de interrupciones programable
ACPI\PNP0100\4&4B018EB&0                                    : Cronómetro del sistema
ACPI\PNP0200\4&4B018EB&0                                    : Controladora de acceso directo a memoria
ACPI\PNP0303\4&4B018EB&0                                    : Teclado estándar de 101/102 teclas o Microsoft Natural PS/2 Keyboard
ACPI\PNP0400\4&4B018EB&0                                    : Puerto de impresora (LPT1)
ACPI\PNP0501\1                                              : Puerto de comunicaciones (COM1)
ACPI\PNP0501\2                                              : Puerto de comunicaciones (COM2)
ACPI\PNP0700\4&4B018EB&0                                    : Controlador estándar de disquetes
ACPI\PNP0800\4&4B018EB&0                                    : Altavoz del sistema
ACPI\PNP0A03\0                                              : Bus PCI
ACPI\PNP0B00\4&4B018EB&0                                    : Sistema CMOS/reloj en tiempo real
ACPI\PNP0C01\1                                              : Tarjeta de sistema
ACPI\PNP0C02\1                                              : Recursos de la placa base
ACPI\PNP0C02\2                                              : Recursos de la placa base
ACPI\PNP0C04\4&4B018EB&0                                    : Procesador de datos numéricos
ACPI\PNP0F03\4&4B018EB&0                                    : Mouse PS/2 de Microsoft
ACPI_HAL\PNP0C08\0                                          : Sistema Microsoft compatible con ACPI
ROOT\ACPI_HAL\0000                                          : Equipo compatible con Advanced Configuration and Power Interface (ACPI)
19 matching device(s) found.

2006-10-07 16:19:53 : <INIT> 2. PCI devices

PCI\VEN_1011&DEV_0009&SUBSYS_21140A00&REV_20\3&267A616A&0&50: Adaptador Fast Ethernet PCI basado en Intel 21140
PCI\VEN_5333&DEV_8811&SUBSYS_00000000&REV_00\3&267A616A&0&40: S3 Trio32/64
PCI\VEN_8086&DEV_7110&SUBSYS_00000000&REV_01\3&267A616A&0&38: Puente Intel 82371AB/EB de PCI a ISA (modo ISA)
PCI\VEN_8086&DEV_7111&SUBSYS_00000000&REV_01\3&267A616A&0&39: Controladora IDE principal de bus PCI Intel(r) 82371AB/EB
PCI\VEN_8086&DEV_7192&SUBSYS_00000000&REV_03\3&267A616A&0&00: Procesador Intel 82443BX Pentium(r) II a puente PCI
5 matching device(s) found.

2006-10-07 16:19:54 : <INIT> 3. HDAUDIO devices

No matching devices found.

2006-10-07 16:19:55 : <INIT> 4. USB devices

No matching devices found.

2006-10-07 16:19:56 : <INIT> Logging of HWIDs complete.

This is DPSFNSHR.INI:

[Settings]
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU! (may NOT contain any spaced, if it does, all exceptions must be adapted to be compatible!)
DPsRoot	= "%SystemDrive%"
; DO NOT SET THIS MANUALLY, LET THE DriverPacks BASE DO IT FOR YOU!
KTD	= "no"
; system variables supported: %SystemDrive%, %SystemRoot% and %WinDir%, one
; location cannot be used as KTDlocation: the root directory specified in
; [Settings]\DPsRoot
KTDlocation	= "%SystemRoot%\DriverPacks"


; =============================================================================
;
; REMARKS
;
; =============================================================================
; -----------------------------------------------------------------------------
; About adding your own exceptions
; -----------------------------------------------------------------------------
;
; - The following system variables are supported:
;  * %SystemDrive%
;  * %SystemRoot%
;  * %WinDir%
;  * %ProgramFiles%
;  * %DPSROOT% (equals the value of [Settings]\DPsRoot)
;  * %DPSTMP% (when you must extract files for example)
;
; - Available executables:
;  * addUsepmtimer.exe
;  * devcon.exe
;
; - The unique ID in the sectionnames (i.e.: [<OS platform>__<unique ID>__
;   <driver dir, including the master 'D' dir>]) must NOT be sequential, it
;   must just be unique. Only numbers (0-9) can be used. The reason for the
;   existence of this string is that sometimes there are multiple exceptions
;   for the same driver, which would result in identical section names, which
;   is not allowed.
;
; - A requirement of the type 'tagFiles' is considered forfilled if ALL of the
;   listed conditions are met.
;
; - A requirement of the types '+hwids', '-hwids', '+infFiles' and '-infFiles'
;   is considered forfilled if ANY of the listed conditions is met.
;
; - The commands will ONLY be executed if ALL the active requirements are
;
; - The commands will be executed in the order they are entered.
;
;
; -----------------------------------------------------------------------------
; About the implementation of KTD
; -----------------------------------------------------------------------------
;
; - To optimize the DevicePath entry in the registry (to allow more drivers to
;   be added), a new system variable will be created, which will accessible
;   through the variable %KTD%. The result is that each path that is added
;   (that refers to a driver), will be much shorter - and therefore this allows
;   more drivers to be added.
;
; =============================================================================

[wnt5_x86-32__0000__D]
tagFiles	= 0
+hwids		= 1
+hwid1		= "ACPI\MGMT180"
-hwids		= 0
+infFiles	= 0
-infFiles	= 0
commands	= 1
command1	= "%SystemDrive%\devcon.exe remove ACPI\MGMT180"


[wnt5_x86-32__0001__D-CP]
tagFiles	= 0
+hwids		= 1
+hwid1		= "ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_35"
-hwids		= 0
+infFiles	= 0
-infFiles	= 0
commands	= 1
command1	= "%SystemDrive%\pmtimer.exe"


[wnt5_x86-32__0002__D-G-A-1]
tagFiles	= 2
tagFile1	= "%SystemDrive%\ATICCC.ins"
tagFile2	= "%DPSROOT%\D\G\A\1\ATICCC.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\1\*.inf"
-infFiles	= 0
commands	= 6
command1	= "%DPSROOT%\D\G\A\1\ATICCC.exe -y -o%DPSTMP%"
command2	= "msiexec /i %DPSTMP%\ISScript9.Msi /qn /norestart"
command3	= "?processWaitClose:ISScript9.Msi"
command4	= "msiexec /i %DPSTMP%\ATICCC.msi /qn /norestart"
command5	= "?processWaitClose:ATICCC.msi"
command6	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0003__D-G-A-1]
tagFiles	= 2
tagFile1	= "%SystemDrive%\ATICCP.ins"
tagFile2	= "%DPSROOT%\D\G\A\1\ATICCP.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\1\*.inf"
-infFiles	= 0
commands	= 3
command1	= "%DPSROOT%\D\G\A\1\ATICCP.exe -y -o%DPSTMP%"
command2	= "start /wait %DPSTMP%\Setup.exe /K"
command3	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0004__D-G-A-2]
tagFiles	= 1
tagFile1	= "%DPSROOT%\D\G\A\2\CPanel.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\2\*.inf"
-infFiles	= 0
commands	= 3
command1	= "%DPSROOT%\D\G\A\2\CPanel.exe -y -o%DPSTMP%"
command2	= "start /wait %DPSTMP%\setup.exe /K"
command3	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0005__D-G-A-5]
tagFiles	= 2
tagFile1	= "%SystemDrive%\ATICCP.ins"
tagFile2	= "%DPSROOT%\D\G\A\1\ATICCP.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\5\*.inf"
-infFiles	= 0
commands	= 3
command1	= "%DPSROOT%\D\G\A\1\ATICCP.exe -y -o%DPSTMP%"
command2	= "start /wait %DPSTMP%\Setup.exe /K"
command3	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0006__D-G-A-5]
tagFiles	= 2
tagFile1	= "%SystemDrive%\ATICCC.ins"
tagFile2	= "%DPSROOT%\D\G\A\1\ATICCC.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\A\5\*.inf"
-infFiles	= 0
commands	= 6
command1	= "%DPSROOT%\D\G\A\1\ATICCC.exe -y -o%DPSTMP%"
command2	= "msiexec /i %DPSTMP%\ISScript9.Msi /qn /norestart"
command3	= "?processWaitClose:ISScript9.Msi"
command4	= "msiexec /i %DPSTMP%\ATICCC.msi /qn /norestart"
command5	= "?processWaitClose:ATICCC.msi"
command6	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0007__D-G-3-1]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\3dfxV2ps.dll"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\G\3\1\*.inf"
-infFiles	= 0
commands	= 1
command1	= "%DPSROOT%\D\G\3\1\V2_OC_control_panel.exe"


[wnt5_x86-32__0008__D-L-NV-123]
tagFiles	= 0
+hwids		= 1
+hwid1		= "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2"
+hwid2		= "PCI\VEN_10DE&DEV_00DF&SUBSYS_02501462&REV_A2"
+hwid3		= "PCI\VEN_10DE&DEV_00DF&SUBSYS_A5511297&REV_A2"
-hwids		= 0
+infFiles	= 0
-infFiles	= 0
commands	= 2
command1	= "%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\123\nvnetbus.inf "PCI\VEN_10DE&DEV_00DF&SUBSYS_*""
command2 	= "%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\123\nvnetfd.inf "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV00DF""



[wnt5_x86-32__0009__D-S-CR-1]
tagFiles	= 2
tagFile1	= "%SystemRoot%\system32\drivers\ha20x2k.sys"
tagFile2	= "%DPSROOT%\D\S\CR\1\Ctzapxx.ini"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\CR\1\*.inf"
-infFiles	= 0
commands	= 19
command1	= "expand -r %DPSROOT%\D\S\CR\1\*.* %DPSROOT%\CR\1"
command2	= "expand -r %DPSROOT%\D\S\CR\1\common\*.* %DPSROOT%\D\S\CR\1\common"
command3	= "expand -r %DPSROOT%\D\S\CR\1\common\i386\*.* %DPSROOT%\D\S\CR\1\common\i386"
command4	= "expand -r %DPSROOT%\D\S\CR\1\lang\*.* %DPSROOT%\D\S\CR\1\lang"
command5	= "expand -r %DPSROOT%\D\S\CR\1\lang\i386\*.* %DPSROOT%\D\S\CR\1\lang\i386"
command6	= "expand -r %DPSROOT%\D\S\CR\1\win2k_xp\*.* %DPSROOT%\D\S\CR\1\win2k_xp"
command7	= "expand -r %DPSROOT%\D\S\CR\1\win2k_xp\data\*.* %DPSROOT%\D\S\CR\1\win2k_xp\data"
command8	= "expand -r %DPSROOT%\D\S\CR\1\win2k_xp\i386\*.* %DPSROOT%\D\S\CR\1\win2k_xp\i386"
command9	= "del /q %DPSROOT%\D\S\CR\1\*.??_"
command10	= "del /q %DPSROOT%\D\S\CR\1\common\*.??_"s
command11	= "del /q %DPSROOT%\D\S\CR\1\common\i386\*.??_"
command12	= "del /q %DPSROOT%\D\S\CR\1\lang\*.??_"
command13	= "del /q %DPSROOT%\D\S\CR\1\lang\i386\*.??_"
command14	= "del /q %DPSROOT%\D\S\CR\1\win2k_xp\*.??_"
command15	= "del /q %DPSROOT%\D\S\CR\1\win2k_xp\data\*.??_"
command16	= "del /q %DPSROOT%\D\S\CR\1\win2k_xp\i386\*.??_"
command17	= "copy /y %DPSROOT%\D\S\CR\1\common\i386\CtCtlPan.cpl %SystemRoot%\system32\"
command18	= "copy /y %DPSROOT%\D\S\CR\1\common\i386\CtPanel.exe %SystemRoot%\system32\"
command19	= "start /wait %DPSROOT%\D\S\CR\1\CTZAPXX.exe /S"


[wnt5_x86-32__0010__D-S-CR-2]
tagFiles	= 3
tagFile1	= "%SystemRoot%\system32\drivers\ha10kx2k.sys"
tagFile2	= "%SystemRoot%\system32\drivers\ha20x2k.sys"
tagFile3	= "%DPSROOT%\D\S\CR\2\Ctzapxx.ini"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\CR\2\*.inf"
-infFiles	= 0
commands	= 19
command1	= "expand -r %DPSROOT%\D\S\CR\2\*.* %DPSROOT%\CR\2"
command2	= "expand -r %DPSROOT%\D\S\CR\2\common\*.* %DPSROOT%\D\S\CR\2\common"
command3	= "expand -r %DPSROOT%\D\S\CR\2\common\i386\*.* %DPSROOT%\D\S\CR\2\common\i386"
command4	= "expand -r %DPSROOT%\D\S\CR\2\lang\*.* %DPSROOT%\D\S\CR\2\lang"
command5	= "expand -r %DPSROOT%\D\S\CR\2\lang\i386\*.* %DPSROOT%\D\S\CR\2\lang\i386"
command6	= "expand -r %DPSROOT%\D\S\CR\2\win2k_xp\*.* %DPSROOT%\D\S\CR\2\win2k_xp"
command7	= "expand -r %DPSROOT%\D\S\CR\2\win2k_xp\data\*.* %DPSROOT%\D\S\CR\2\win2k_xp\data"
command8	= "expand -r %DPSROOT%\D\S\CR\2\win2k_xp\i386\*.* %DPSROOT%\D\S\CR\2\win2k_xp\i386"
command9	= "del /q %DPSROOT%\D\S\CR\2\*.??_"
command10	= "del /q %DPSROOT%\D\S\CR\2\common\*.??_"
command11	= "del /q %DPSROOT%\D\S\CR\2\common\i386\*.??_"
command12	= "del /q %DPSROOT%\D\S\CR\2\lang\*.??_"
command13	= "del /q %DPSROOT%\D\S\CR\2\lang\i386\*.??_"
command14	= "del /q %DPSROOT%\D\S\CR\2\win2k_xp\*.??_"
command15	= "del /q %DPSROOT%\D\S\CR\2\win2k_xp\data\*.??_"
command16	= "del /q %DPSROOT%\D\S\CR\2\win2k_xp\i386\*.??_"
command17	= "copy /y %DPSROOT%\D\S\CR\2\common\i386\CtCtlPan.cpl %SystemRoot%\system32\"
command18	= "copy /y %DPSROOT%\D\S\CR\2\common\i386\CtPanel.exe %SystemRoot%\system32\"
command19	= "start /wait %DPSROOT%\D\S\CR\2\CTZAPXX.exe /S"


[wnt5_x86-32__0011__D-S-CR-3]
tagFiles	= 2
tagFile1	= "%SystemRoot%\system32\drivers\P17.sys"
tagFile2	= "%DPSROOT%\D\S\CR\3\Ctzapxx.ini"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\CR\3\*.inf"
-infFiles	= 0
commands	= 14
command1	= "expand -r %DPSROOT%\D\S\CR\3\*.* %DPSROOT%\CR\3"
command2	= "expand -r %DPSROOT%\D\S\CR\3\AddOn\*.* %DPSROOT%\D\S\CR\3\AddOn"
command3	= "expand -r %DPSROOT%\D\S\CR\3\common\*.* %DPSROOT%\D\S\CR\3\common"
command4	= "expand -r %DPSROOT%\D\S\CR\3\Lang\i386\*.* %DPSROOT%\D\S\CR\3\Lang\i386"
command6	= "expand -r %DPSROOT%\D\S\CR\3\Win2K_XP\*.* %DPSROOT%\D\S\CR\3\Win2K_XP"
command7	= "expand -r %DPSROOT%\D\S\CR\3\Win2K_XP\i386\*.* %DPSROOT%\D\S\CR\3\Win2K_XP\i386"
command8	= "del /q %DPSROOT%\D\S\CR\3\*.??_"
command9	= "del /q %DPSROOT%\D\S\CR\3\Addon\*.??_"
command10	= "del /q %DPSROOT%\D\S\CR\3\common\*.??_"
command11	= "del /q %DPSROOT%\D\S\CR\3\Lang\i386\*.??_"
command12	= "del /q %DPSROOT%\D\S\CR\3\Win2K_XP\*.??_"
command13	= "del /q %DPSROOT%\D\S\CR\3\Win2k_XP\i386\*.??_"
command14	= "start /wait %DPSROOT%\D\S\CR\3\CTZapxx.Exe /S"


[wnt5_x86-32__0012__D-S-H-2]
tagFiles	= 0
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\H\2.inf"
-infFiles	= 0
commands	= 4
command1	= "%SystemDrive%\devcon.exe disable =net"
command2	= "%SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H\2\wdmaherc.inf "PCI\VEN_1013&DEV_6003&SUBSYS_*""
command3	= "%SystemDrive%\devcon.exe updateni %DPSROOT%\D\S\H\2\wdmaherc.inf "HERCULES\*""
command4	= "%SystemDrive%\devcon.exe enable =net"


[wnt5_x86-32__0013__D-S-N]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\nvapu.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\N\*.inf"
-infFiles	= 0
commands	= 3
command1	= "start /wait %DPSROOT%\D\S\N\AudioUtl.exe -y -o%DPSTMP%"
command2	= "start /wait %DPSTMP%\Setup.exe -s -f1"
command3	= "rd /s /q %DPSTMP%"


[wnt5_x86-32__0014__D-S-S-U]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\sthda.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\S\U\3\*.inf"
-infFiles	= 0
commands	= 6
command1	= "copy /y %DPSROOT%\D\S\S\U\stlang.dll %SystemRoot%\system32"
command2	= "copy /y %DPSROOT%\D\S\S\U\stacgui.dll %SystemRoot%\system32"
command3	= "copy /y %DPSROOT%\D\S\S\U\stacgui.cpl %SystemRoot%\system32"
command4	= "md "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI""
command5	= "copy /y %DPSROOT%\D\S\S\U\sttray.exe "%ProgramFiles%\Sigmatel\C-Major Audio\STACGUI""
command6	= "copy /y %DPSROOT%\D\S\S\U\stlang.dll "%ProgramFiles%\Sigmatel\C-Major Audio\WDM""


[wnt5_x86-32__0015__D-S-SI-1]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\sis7012.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\SI\1\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\SI\1\SI_7012.exe x -y o%SystemRoot%\"


[wnt5_x86-32__0016__D-S-SI-2]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\sis7018.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\SI\2\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\SI\2\SI_7018.exe x -y o%SystemRoot%\"


[wnt5_x86-32__0017__D-S-T-2]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\FM801.sys"
tagFile1	= "%DPSROOT%\D\S\T\2\Setup.ex_"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\T\2\*.inf"
-infFiles	= 0
commands	= 3
command1	= "expand -r %DPSROOT%\D\S\T\2\*.* %DPSROOT%\D\S\T\2"
command2	= "del /q %DPSROOT%\D\S\T\2\*.??_"
command3	= "start /wait %DPSROOT%\D\S\T\2\Setup.exe /S"


[wnt5_x86-32__0018__D-S-T-3]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\cmaudio.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\T\3\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\T\3\T_3.exe"

[wnt5_x86-32__0019__D-S-T-4]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\TT1724ht.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\T\4\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\T\4\T_SSU.exe"


[wnt5_x86-32__0020__D-S-T-5]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\dmxsens.sys"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\T\5\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\T\5\T_DMX.exe"


[wnt5_x86-32__0021__D-S-V-1]
tagFiles	= 1
tagFile1	= "%SystemRoot%\system32\drivers\envysens.sys"
tagFile1	= "%DPSROOT%\D\S\V\1\V_ENVY.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\V\1\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\V\1\V_ENVY.exe -y -o%SystemRoot%\"


[wnt5_x86-32__0022__D-S-V-2]
tagFiles	= 2
tagFile1	= "%SystemRoot%\system32\drivers\vinyl97.sys"
tagFile2	= "%DPSROOT%\D\S\V\2\V_VINYL.exe"
+hwids		= 0
-hwids		= 0
+infFiles	= 1
+infFile1	= "%DPSROOT%\D\S\V\2\*.inf"
-infFiles	= 0
commands	= 1
command1	= "start /wait %DPSROOT%\D\S\V\2\V_VINYL.exe -y -o%SystemRoot%\"

Hope anyone could depcypher that error

  TIA!

Last edited by Phedericus (2006-10-08 02:39:16)

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Please add this to the Settings section of your DPsFnshr.ini

debug = true

, rebuild the ISO and run the installation again.

Founder of DriverPacks.net — wimleers.com

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Bâshrat the Sneaky wrote:

Please add this to the Settings section of your DPsFnshr.ini

debug = true

, rebuild the ISO and run the installation again.

I did that and something odd happened: same error on first boot, but then I executed dpfnshr.exe and it did its whole stuff absolutely correctly and without error, then deleted its driverpacks folder and set himself to be deleted on next reboot. All OK.

  Unfortunately, the log of the "debug = true" enabled finisher got overwritten by the later successful execution and I've been so dumb to not save it to post here. I'm reinstalling again to post the log tongue

  Now a bit OT in this post, but anyway: I have seem to read that the warnings of DPBASE about oempnpdriverspath lenght over 4096 are something not to be worried about and that the whole line would be parsed regardless of its length. Is that true? I've removed some driver packs because of that (as I want to use method 1), so I'll be happy to use as many packs as I'll want.

  And please Bâshrat put something about the oempnpdriverspath complain as sticky or in the FAQ. That must be by far the most asked question by the average DP user!

  Regards big_smile

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Well, here is the log. The settings for the finisher are the same as the ones in the first post (except for the debug flag, of course). This is the log for the unsuccessful execution at the first boot:

2006-10-07 21:43:56 : <INIT> DriverPacks Finisher 6.10 initialized.
2006-10-07 21:43:56 : <INIT> Splash screen initialized.
2006-10-07 21:43:56 : <INIT> Detected platform wnt5_x86-32.
2006-10-07 21:43:56 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2006-10-07 21:43:56 : <INIT> 1. ACPI devices

ACPI\FIXEDBUTTON\2&DABA3FF&0                                : Botón de característica fija ACPI
ACPI\PNP0000\4&4B018EB&0                                    : Controladora de interrupciones programable
ACPI\PNP0100\4&4B018EB&0                                    : Cronómetro del sistema
ACPI\PNP0200\4&4B018EB&0                                    : Controladora de acceso directo a memoria
ACPI\PNP0303\4&4B018EB&0                                    : Teclado estándar de 101/102 teclas o Microsoft Natural PS/2 Keyboard
ACPI\PNP0400\4&4B018EB&0                                    : Puerto de impresora (LPT1)
ACPI\PNP0501\1                                              : Puerto de comunicaciones (COM1)
ACPI\PNP0501\2                                              : Puerto de comunicaciones (COM2)
ACPI\PNP0700\4&4B018EB&0                                    : Controlador estándar de disquetes
ACPI\PNP0800\4&4B018EB&0                                    : Altavoz del sistema
ACPI\PNP0A03\0                                              : Bus PCI
ACPI\PNP0B00\4&4B018EB&0                                    : Sistema CMOS/reloj en tiempo real
ACPI\PNP0C01\1                                              : Tarjeta de sistema
ACPI\PNP0C02\1                                              : Recursos de la placa base
ACPI\PNP0C02\2                                              : Recursos de la placa base
ACPI\PNP0C04\4&4B018EB&0                                    : Procesador de datos numéricos
ACPI\PNP0F03\4&4B018EB&0                                    : Mouse PS/2 de Microsoft
ACPI_HAL\PNP0C08\0                                          : Sistema Microsoft compatible con ACPI
ROOT\ACPI_HAL\0000                                          : Equipo compatible con Advanced Configuration and Power Interface (ACPI)
19 matching device(s) found.

2006-10-07 21:43:57 : <INIT> 2. PCI devices

PCI\VEN_1011&DEV_0009&SUBSYS_21140A00&REV_20\3&267A616A&0&50: Adaptador Fast Ethernet PCI basado en Intel 21140
PCI\VEN_5333&DEV_8811&SUBSYS_00000000&REV_00\3&267A616A&0&40: S3 Trio32/64
PCI\VEN_8086&DEV_7110&SUBSYS_00000000&REV_01\3&267A616A&0&38: Puente Intel 82371AB/EB de PCI a ISA (modo ISA)
PCI\VEN_8086&DEV_7111&SUBSYS_00000000&REV_01\3&267A616A&0&39: Controladora IDE principal de bus PCI Intel(r) 82371AB/EB
PCI\VEN_8086&DEV_7192&SUBSYS_00000000&REV_03\3&267A616A&0&00: Procesador Intel 82443BX Pentium(r) II a puente PCI
5 matching device(s) found.

2006-10-07 21:43:58 : <INIT> 3. HDAUDIO devices

No matching devices found.

2006-10-07 21:43:59 : <INIT> 4. USB devices

No matching devices found.

2006-10-07 21:44:01 : <INIT> Logging of HWIDs complete.
2006-10-07 21:44:01 : <DBG>  Content of $exceptionSections array:
2006-10-07 21:44:01 : <DBG>  	[0] => 23
2006-10-07 21:44:01 : <DBG>  	[1] => wnt5_x86-32__0000__D
2006-10-07 21:44:01 : <DBG>  	[2] => wnt5_x86-32__0001__D-CP
2006-10-07 21:44:01 : <DBG>  	[3] => wnt5_x86-32__0002__D-G-A-1
2006-10-07 21:44:01 : <DBG>  	[4] => wnt5_x86-32__0003__D-G-A-1
2006-10-07 21:44:01 : <DBG>  	[5] => wnt5_x86-32__0004__D-G-A-2
2006-10-07 21:44:01 : <DBG>  	[6] => wnt5_x86-32__0005__D-G-A-5
2006-10-07 21:44:01 : <DBG>  	[7] => wnt5_x86-32__0006__D-G-A-5
2006-10-07 21:44:01 : <DBG>  	[8] => wnt5_x86-32__0007__D-G-3-1
2006-10-07 21:44:01 : <DBG>  	[9] => wnt5_x86-32__0008__D-L-NV-123
2006-10-07 21:44:01 : <DBG>  	[10] => wnt5_x86-32__0009__D-S-CR-1
2006-10-07 21:44:01 : <DBG>  	[11] => wnt5_x86-32__0010__D-S-CR-2
2006-10-07 21:44:01 : <DBG>  	[12] => wnt5_x86-32__0011__D-S-CR-3
2006-10-07 21:44:01 : <DBG>  	[13] => wnt5_x86-32__0012__D-S-H-2
2006-10-07 21:44:01 : <DBG>  	[14] => wnt5_x86-32__0013__D-S-N
2006-10-07 21:44:01 : <DBG>  	[15] => wnt5_x86-32__0014__D-S-S-U
2006-10-07 21:44:01 : <DBG>  	[16] => wnt5_x86-32__0015__D-S-SI-1
2006-10-07 21:44:01 : <DBG>  	[17] => wnt5_x86-32__0016__D-S-SI-2
2006-10-07 21:44:01 : <DBG>  	[18] => wnt5_x86-32__0017__D-S-T-2
2006-10-07 21:44:01 : <DBG>  	[19] => wnt5_x86-32__0018__D-S-T-3
2006-10-07 21:44:01 : <DBG>  	[20] => wnt5_x86-32__0019__D-S-T-4
2006-10-07 21:44:01 : <DBG>  	[21] => wnt5_x86-32__0020__D-S-T-5
2006-10-07 21:44:01 : <DBG>  	[22] => wnt5_x86-32__0021__D-S-V-1
2006-10-07 21:44:01 : <DBG>  	[23] => wnt5_x86-32__0022__D-S-V-2
2006-10-07 21:44:01 : <DBG>  Start disabling exception sections that are meant for a different platform.
2006-10-07 21:44:01 : <DBG>  	No exceptions disabled.
2006-10-07 21:44:01 : <DBG>  Total number of exception sections left: 23
2006-10-07 21:44:01 : <DBG>  Start disabling exception sections for which the required DriverPack directory does not exist.
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 1 [wnt5_x86-32__0000__D].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 2 [wnt5_x86-32__0001__D-CP].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 3 [wnt5_x86-32__0002__D-G-A-1].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 4 [wnt5_x86-32__0003__D-G-A-1].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 5 [wnt5_x86-32__0004__D-G-A-2].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 6 [wnt5_x86-32__0005__D-G-A-5].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 7 [wnt5_x86-32__0006__D-G-A-5].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 8 [wnt5_x86-32__0007__D-G-3-1].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 9 [wnt5_x86-32__0008__D-L-NV-123].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 10 [wnt5_x86-32__0009__D-S-CR-1].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 11 [wnt5_x86-32__0010__D-S-CR-2].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 12 [wnt5_x86-32__0011__D-S-CR-3].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 13 [wnt5_x86-32__0012__D-S-H-2].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 14 [wnt5_x86-32__0013__D-S-N].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 15 [wnt5_x86-32__0014__D-S-S-U].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 16 [wnt5_x86-32__0015__D-S-SI-1].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 17 [wnt5_x86-32__0016__D-S-SI-2].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 18 [wnt5_x86-32__0017__D-S-T-2].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 19 [wnt5_x86-32__0018__D-S-T-3].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 20 [wnt5_x86-32__0019__D-S-T-4].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 21 [wnt5_x86-32__0020__D-S-T-5].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 22 [wnt5_x86-32__0021__D-S-V-1].
2006-10-07 21:44:01 : <DBG>  	Disabled exception section 23 [wnt5_x86-32__0022__D-S-V-2].
2006-10-07 21:44:01 : <DBG>  Total number of exception sections left: 0
2006-10-07 21:44:01 : <DBG>  Content of $exceptions array:

And this is the log for the successful manual execution right after the unsuccessful one through GUIRunOnce:

2006-10-07 21:49:08 : <INIT> DriverPacks Finisher 6.10 initialized.
2006-10-07 21:49:08 : <INIT> Splash screen initialized.
2006-10-07 21:49:08 : <INIT> Detected platform wnt5_x86-32.
2006-10-07 21:49:08 : <INIT> Start logging of the HWIDs for relevant devices present in this system.
2006-10-07 21:49:08 : <INIT> 1. ACPI devices

ACPI\FIXEDBUTTON\2&DABA3FF&0                                : Botón de característica fija ACPI
ACPI\PNP0000\4&4B018EB&0                                    : Controladora de interrupciones programable
ACPI\PNP0100\4&4B018EB&0                                    : Cronómetro del sistema
ACPI\PNP0200\4&4B018EB&0                                    : Controladora de acceso directo a memoria
ACPI\PNP0303\4&4B018EB&0                                    : VM Additions PC/AT Enhanced PS/2 Keyboard
ACPI\PNP0400\4&4B018EB&0                                    : Puerto de impresora (LPT1)
ACPI\PNP0501\1                                              : Puerto de comunicaciones (COM1)
ACPI\PNP0501\2                                              : Puerto de comunicaciones (COM2)
ACPI\PNP0700\4&4B018EB&0                                    : Controlador estándar de disquetes
ACPI\PNP0800\4&4B018EB&0                                    : Altavoz del sistema
ACPI\PNP0A03\0                                              : Bus PCI
ACPI\PNP0B00\4&4B018EB&0                                    : Sistema CMOS/reloj en tiempo real
ACPI\PNP0C01\1                                              : Tarjeta de sistema
ACPI\PNP0C02\1                                              : Recursos de la placa base
ACPI\PNP0C02\2                                              : Recursos de la placa base
ACPI\PNP0C04\4&4B018EB&0                                    : Procesador de datos numéricos
ACPI\PNP0F03\4&4B018EB&0                                    : VM Additions PS/2 Port Mouse
ACPI_HAL\PNP0C08\0                                          : Sistema Microsoft compatible con ACPI
ROOT\ACPI_HAL\0000                                          : Equipo compatible con Advanced Configuration and Power Interface (ACPI)
19 matching device(s) found.

2006-10-07 21:49:09 : <INIT> 2. PCI devices

PCI\VEN_1011&DEV_0009&SUBSYS_21140A00&REV_20\3&267A616A&0&50: Adaptador Fast Ethernet PCI basado en Intel 21140
PCI\VEN_5333&DEV_8811&SUBSYS_00000000&REV_00\3&267A616A&0&40: VM Additions S3 Trio32/64
PCI\VEN_8086&DEV_7110&SUBSYS_00000000&REV_01\3&267A616A&0&38: Puente Intel 82371AB/EB de PCI a ISA (modo ISA)
PCI\VEN_8086&DEV_7111&SUBSYS_00000000&REV_01\3&267A616A&0&39: Controladora IDE principal de bus PCI Intel(r) 82371AB/EB
PCI\VEN_8086&DEV_7192&SUBSYS_00000000&REV_03\3&267A616A&0&00: Procesador Intel 82443BX Pentium(r) II a puente PCI
5 matching device(s) found.

2006-10-07 21:49:09 : <INIT> 3. HDAUDIO devices

No matching devices found.

2006-10-07 21:49:10 : <INIT> 4. USB devices

No matching devices found.

2006-10-07 21:49:10 : <INIT> Logging of HWIDs complete.
2006-10-07 21:49:10 : <DBG>  Content of $exceptionSections array:
2006-10-07 21:49:10 : <DBG>  	[0] => 23
2006-10-07 21:49:10 : <DBG>  	[1] => wnt5_x86-32__0000__D
2006-10-07 21:49:10 : <DBG>  	[2] => wnt5_x86-32__0001__D-CP
2006-10-07 21:49:10 : <DBG>  	[3] => wnt5_x86-32__0002__D-G-A-1
2006-10-07 21:49:10 : <DBG>  	[4] => wnt5_x86-32__0003__D-G-A-1
2006-10-07 21:49:10 : <DBG>  	[5] => wnt5_x86-32__0004__D-G-A-2
2006-10-07 21:49:10 : <DBG>  	[6] => wnt5_x86-32__0005__D-G-A-5
2006-10-07 21:49:10 : <DBG>  	[7] => wnt5_x86-32__0006__D-G-A-5
2006-10-07 21:49:10 : <DBG>  	[8] => wnt5_x86-32__0007__D-G-3-1
2006-10-07 21:49:10 : <DBG>  	[9] => wnt5_x86-32__0008__D-L-NV-123
2006-10-07 21:49:10 : <DBG>  	[10] => wnt5_x86-32__0009__D-S-CR-1
2006-10-07 21:49:10 : <DBG>  	[11] => wnt5_x86-32__0010__D-S-CR-2
2006-10-07 21:49:10 : <DBG>  	[12] => wnt5_x86-32__0011__D-S-CR-3
2006-10-07 21:49:10 : <DBG>  	[13] => wnt5_x86-32__0012__D-S-H-2
2006-10-07 21:49:10 : <DBG>  	[14] => wnt5_x86-32__0013__D-S-N
2006-10-07 21:49:10 : <DBG>  	[15] => wnt5_x86-32__0014__D-S-S-U
2006-10-07 21:49:10 : <DBG>  	[16] => wnt5_x86-32__0015__D-S-SI-1
2006-10-07 21:49:10 : <DBG>  	[17] => wnt5_x86-32__0016__D-S-SI-2
2006-10-07 21:49:10 : <DBG>  	[18] => wnt5_x86-32__0017__D-S-T-2
2006-10-07 21:49:10 : <DBG>  	[19] => wnt5_x86-32__0018__D-S-T-3
2006-10-07 21:49:10 : <DBG>  	[20] => wnt5_x86-32__0019__D-S-T-4
2006-10-07 21:49:10 : <DBG>  	[21] => wnt5_x86-32__0020__D-S-T-5
2006-10-07 21:49:10 : <DBG>  	[22] => wnt5_x86-32__0021__D-S-V-1
2006-10-07 21:49:10 : <DBG>  	[23] => wnt5_x86-32__0022__D-S-V-2
2006-10-07 21:49:10 : <DBG>  Start disabling exception sections that are meant for a different platform.
2006-10-07 21:49:10 : <DBG>  	No exceptions disabled.
2006-10-07 21:49:10 : <DBG>  Total number of exception sections left: 23
2006-10-07 21:49:10 : <DBG>  Start disabling exception sections for which the required DriverPack directory does not exist.
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 2 [wnt5_x86-32__0001__D-CP].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 3 [wnt5_x86-32__0002__D-G-A-1].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 4 [wnt5_x86-32__0003__D-G-A-1].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 5 [wnt5_x86-32__0004__D-G-A-2].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 6 [wnt5_x86-32__0005__D-G-A-5].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 7 [wnt5_x86-32__0006__D-G-A-5].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 8 [wnt5_x86-32__0007__D-G-3-1].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 9 [wnt5_x86-32__0008__D-L-NV-123].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 10 [wnt5_x86-32__0009__D-S-CR-1].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 11 [wnt5_x86-32__0010__D-S-CR-2].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 12 [wnt5_x86-32__0011__D-S-CR-3].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 13 [wnt5_x86-32__0012__D-S-H-2].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 14 [wnt5_x86-32__0013__D-S-N].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 15 [wnt5_x86-32__0014__D-S-S-U].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 16 [wnt5_x86-32__0015__D-S-SI-1].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 17 [wnt5_x86-32__0016__D-S-SI-2].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 18 [wnt5_x86-32__0017__D-S-T-2].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 19 [wnt5_x86-32__0018__D-S-T-3].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 20 [wnt5_x86-32__0019__D-S-T-4].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 21 [wnt5_x86-32__0020__D-S-T-5].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 22 [wnt5_x86-32__0021__D-S-V-1].
2006-10-07 21:49:10 : <DBG>  	Disabled exception section 23 [wnt5_x86-32__0022__D-S-V-2].
2006-10-07 21:49:10 : <DBG>  Total number of exception sections left: 1
2006-10-07 21:49:10 : <DBG>  Start importing of requirements for all so far verified exceptions and remove the disabled exceptions at the same time.
2006-10-07 21:49:10 : <DBG>  Finished importing requirements.
2006-10-07 21:49:10 : <INIT> Processed settings.
2006-10-07 21:49:10 : <DBG>  Content of $exceptions array:
2006-10-07 21:49:10 : <DBG>  	[wnt5_x86-32__0000__D]
2006-10-07 21:49:10 : <DBG>  	{
2006-10-07 21:49:10 : <DBG>  		+hwids
2006-10-07 21:49:10 : <DBG>  			[0] => ACPI\MGMT180
2006-10-07 21:49:10 : <DBG>  		commands
2006-10-07 21:49:10 : <DBG>  			[0] => %SystemDrive%\devcon.exe remove ACPI\MGMT180
2006-10-07 21:49:10 : <DBG>  	}
2006-10-07 21:49:11 : <FLTR> Collected the HWIDs for this system.
2006-10-07 21:49:11 : <FLTR> Verifying requirements for exception [wnt5_x86-32__0000__D] (1 of 1 exceptions).
2006-10-07 21:49:11 : <FLTR> 	2. +hwids (ANY +hwids must be matched)
2006-10-07 21:49:11 : <FLTR> 		! Could not match any of the +hwids.
2006-10-07 21:49:11 : <FLTR> 	=> This exception will not be applied.
2006-10-07 21:49:11 : <FLTR> Finished filtering exceptions.
2006-10-07 21:49:11 : <DBG>  0 exceptions have forfilled the requirements to be executed!
2006-10-07 21:49:11 : <KTD>  KTD will not be applied, the DriverPacks will be deleted.
2006-10-07 21:49:14 : <CLNP> Deleted the DriverPacks, which were located in "C:\D".
2006-10-07 21:49:14 : <CLNP> Deleted "C:\DPsFnshr.ini"!
2006-10-07 21:49:14 : <CLNP> Deleted "C:\devcon.exe"!
2006-10-07 21:49:14 : <CLNP> Deleted "C:\makePNF.exe"!
2006-10-07 21:49:14 : <CLNP> Deleted "C:\pmtimer.exe"!
2006-10-07 21:49:14 : <CLNP> Deleted "C:\DSPdsblr.exe"!
2006-10-07 21:49:14 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.
2006-10-07 21:49:14 : Program terminated.

Hope that helps.

  Cheers!

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Thanks, now I know where to look.

There's two remarks to make though:
1) how is it possible that you start the Finisher TWICE? Did you add it to your RunOnceEx.cmd too, or somewhere else?
2) I can derive from the DPsFnshr.log that only the C:\D directory is present, and within that nothing. I think you're still suffering from a bug that was present in DriverPack Sound B 6.09, but according to the DPsFnshr.log you're using DriverPack Sound B 6.10. Could you please post a screenshot of your \$OEM$\$1 directory and one of your \$OEM$\$1\D directory?

And no, if the DriverPack Sound B warns you that the maximum length of the OemPnPDriversPath entry was exceeded, then it is exceeded and that will not just work. It will work for every directory listed, except for those after the 4096th character. I strongly suggest you use method 2 instead. Why do you prefer to use method 1?

Founder of DriverPacks.net — wimleers.com

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Bâshrat the Sneaky wrote:

1) how is it possible that you start the Finisher TWICE? Did you add it to your RunOnceEx.cmd too, or somewhere else?

If it doesn't run because of an error, it won't get deleted from the %systemdrive% (since the finisher did not run, which would have done that), so you can manually execute it afterwards to have it run regardless of the prvious error.

Happended to me before with the last nightly and that way I was able to at least get some cleanup...

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Bâshrat the Sneaky wrote:

Thanks, now I know where to look.

1) how is it possible that you start the Finisher TWICE? Did you add it to your RunOnceEx.cmd too, or somewhere else?

Helmi is right. When finisher starts from GUIRunOnce, it ends right after showing the error, so it doesn't delete the "D" folder nor sets itself to be deleted at the next reboot. It can be run later manually because finisher doesn't finish himself big_smile

Bâshrat the Sneaky wrote:

2) I can derive from the DPsFnshr.log that only the C:\D directory is present, and within that nothing. I think you're still suffering from a bug that was present in DriverPack Sound B 6.09, but according to the DPsFnshr.log you're using DriverPack Sound B 6.10. Could you please post a screenshot of your \$OEM$\$1 directory and one of your \$OEM$\$1\D directory?

The "D" directory on C:\ does contain files. It is not void. This is a file listing for the $OEM$ folder on the DVD:

Directory of K:\AiO\WIN2KPRO\$OEM$\

   K:\AiO\WIN2KPRO\$OEM$\$$
   K:\AiO\WIN2KPRO\$OEM$\$$\INF
   K:\AiO\WIN2KPRO\$OEM$\$1
   K:\AiO\WIN2KPRO\$OEM$\$1\D
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\A
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\5
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\6
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\7
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AT
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AU
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\F
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\2k
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\2k\SP
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\2k3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\2k3\SP
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\xp
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\xp\SP
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\IT
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\N
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\S
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\S\2k
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\S\2k3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\S\xp
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\SM
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\V
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\V\2k
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\V\2k3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\V\xp
   K:\AiO\WIN2KPRO\$OEM$\$1\D\CPU
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3\1\O
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\5
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\6
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\7
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\8
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\5
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\6
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\6\C
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\7
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\8
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\9
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\A
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AM
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AR
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AT
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\5
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\D
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\E
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\1\R
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\5
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\6
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\7
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\8
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\I
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\I\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\I\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\1\O
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\2\winnt
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\2\winnt\x86
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IT
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\J
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\J\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\J\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\M
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\123
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4\I
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4\R
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4INTEL
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4INTEL\I
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4INTEL\R
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\590SLI
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\590SLI\I
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\590SLI\R
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\TM
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\2\A
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\5
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\6
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\7
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\8
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\4
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\5
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\5\A
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\6
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\7
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\8
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\9
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\A
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\B
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\C
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\SI
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\SI\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\SI\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\SI\3
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\V
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\V\1
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\V\2
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\VM

To be continued...

Last edited by Phedericus (2006-10-09 01:26:13)

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Continuing the file list. PHP complains about too long post, so I'll split them:

 

   K:\AiO\WIN2KPRO\$OEM$\
   =====================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$$
   =======================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$$\INF
   ===========================
   3100ESB.inf                                                             4 KB   23/05/2006 05:00:36 PM      a 
   5000XZVP.inf                                                           15 KB   23/05/2006 05:00:36 PM      a 
   852.inf                                                                 3 KB   23/05/2006 05:00:36 PM      a 
   855.inf                                                                 3 KB   23/05/2006 05:00:36 PM      a 
   865.inf                                                                 4 KB   23/05/2006 05:00:32 PM      a 
   915.inf                                                                 3 KB   23/05/2006 05:00:32 PM      a 
   915M.inf                                                                3 KB   23/05/2006 05:00:32 PM      a 
   945.inf                                                                 4 KB   23/05/2006 05:00:34 PM      a 
   945GM.inf                                                               3 KB   23/05/2006 05:00:34 PM      a 
   965g.inf                                                                4 KB   23/05/2006 05:00:36 PM      a 
   dmi_pci.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 
   E7220.inf                                                               3 KB   23/05/2006 05:00:32 PM      a 
   E7230.inf                                                               3 KB   23/05/2006 05:00:34 PM      a 
   E7520.inf                                                               9 KB   23/05/2006 05:00:34 PM      a 
   E8500.inf                                                              13 KB   23/05/2006 05:00:34 PM      a 
   ESB2ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ESB2usb.inf                                                             5 KB   23/05/2006 05:00:34 PM      a 
   ich4core.inf                                                            3 KB   23/05/2006 05:00:36 PM      a 
   ich4ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich4usb.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich5core.inf                                                            4 KB   23/05/2006 05:00:34 PM      a 
   ich5ide.inf                                                             4 KB   23/05/2006 05:00:36 PM      a 
   ich5usb.inf                                                             6 KB   23/05/2006 05:00:34 PM      a 
   ich6core.inf                                                            4 KB   23/05/2006 05:00:34 PM      a 
   ich6ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich6usb.inf                                                             4 KB   23/05/2006 05:00:34 PM      a 
   ich7core.inf                                                            5 KB   23/05/2006 05:00:34 PM      a 
   ich7ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich7usb.inf                                                             4 KB   23/05/2006 05:00:34 PM      a 
   ich8core.inf                                                            5 KB   23/05/2006 05:00:36 PM      a 
   ich8ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich8smb.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich8usb.inf                                                             5 KB   23/05/2006 05:00:36 PM      a 
   ichXdev.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 

   Total 34 file(s);  Size: 173627 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1
   =======================
   devcon.exe                                                             54 KB   04/10/2006 09:24:36 PM      a 
   DPsFnshr.exe                                                          213 KB   04/10/2006 09:32:58 PM      a 
   DPsFnshr.ini                                                           14 KB   07/10/2006 07:01:58 PM      a 
   DSPdsblr.exe                                                          181 KB   04/10/2006 09:33:02 PM      a 
   makePNF.exe                                                            20 KB   04/10/2006 09:24:36 PM      a 
   pmtimer.exe                                                           177 KB   04/10/2006 09:33:04 PM      a 

   Total 6 file(s);  Size: 677881 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D
   =========================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C
   ===========================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\A
   =============================
   asacpi.sy_                                                              3 KB   07/10/2006 11:39:10 AM      a 
   ATK2000.CAT                                                             7 KB   26/02/2006 05:02:50 PM      a 
   ATK2000.INF                                                             2 KB   26/02/2006 05:02:50 PM      a 

   Total 3 file(s);  Size: 13024 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM
   ==============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\1
   ================================
   Amdagp8k.sy_                                                           11 KB   07/10/2006 11:39:10 AM      a 
   Amdagp8p.sy_                                                           13 KB   07/10/2006 11:39:10 AM      a 
   amdagp8x.cat                                                            8 KB   26/02/2006 05:02:50 PM      a 
   Amdagp8x.inf                                                            4 KB   26/02/2006 05:02:52 PM      a 

   Total 4 file(s);  Size: 39488 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\2
   ================================
   amdioapic.cat                                                           1 KB   26/02/2006 05:02:52 PM      a 
   amdioapic.inf                                                           1 KB   26/02/2006 05:02:52 PM      a 

   Total 2 file(s);  Size: 1103 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\3
   ================================
   Amd8131.cat                                                             5 KB   26/02/2006 05:02:52 PM      a 
   Amd8131.inf                                                             3 KB   26/02/2006 05:02:52 PM      a 
   AmdPci32.sy_                                                           23 KB   07/10/2006 11:39:10 AM      a 
   AmdPci64.sy_                                                           32 KB   07/10/2006 11:39:12 AM      a 

   Total 4 file(s);  Size: 66601 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\4
   ================================
   AmdHpSrv.ex_                                                           16 KB   07/10/2006 11:39:12 AM      a 
   AmdPci32.sy_                                                           23 KB   07/10/2006 11:39:12 AM      a 
   AmdPci64.sy_                                                           32 KB   07/10/2006 11:39:12 AM      a 
   AmdShpc.cat                                                             1 KB   26/02/2006 05:02:54 PM      a 
   AmdShpc.inf                                                             5 KB   26/02/2006 05:02:54 PM      a 
   HotPlug_Control_Utility.ch_                                            54 KB   07/10/2006 11:39:12 AM      a 
   HotPlugApplet.cp_                                                      68 KB   07/10/2006 11:39:12 AM      a 
   HotPlugApplet64.cp_                                                    80 KB   07/10/2006 11:39:12 AM      a 

   Total 8 file(s);  Size: 288545 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\5
   ================================
   amdsmb2.cat                                                             7 KB   26/02/2006 05:02:54 PM      a 
   amdsmb2.inf                                                             1 KB   26/02/2006 05:02:54 PM      a 

   Total 2 file(s);  Size: 8152 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\6
   ================================
   amdsmw2k.cat                                                            7 KB   26/02/2006 05:02:54 PM      a 
   amdsmw2k.inf                                                            1 KB   26/02/2006 05:02:54 PM      a 

   Total 2 file(s);  Size: 8745 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AM\7
   ================================
   amdhpet.cat                                                             7 KB   26/02/2006 05:02:54 PM      a 
   Amdhpet.inf                                                             1 KB   26/02/2006 05:02:54 PM      a 

   Total 2 file(s);  Size: 8204 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AT
   ==============================
   atisgkaf.cat                                                            7 KB   26/02/2006 05:02:54 PM      a 
   atisgkaf.sy_                                                            8 KB   07/10/2006 11:39:12 AM      a 
   GARTnt.INF                                                              2 KB   26/02/2006 05:02:56 PM      a 
   SMBusati.cat                                                            7 KB   01/09/2006 03:29:24 AM      a 
   SMBUSati.inf                                                            2 KB   01/09/2006 03:29:24 AM      a 

   Total 5 file(s);  Size: 30303 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\AU
   ==============================
   agpkx.inf                                                               2 KB   26/02/2006 05:03:02 PM      a 
   agpkx.sy_                                                              20 KB   07/10/2006 11:39:12 AM      a 
   ali55cpl.cp_                                                           13 KB   07/10/2006 11:39:12 AM      a 
   ali55prp.DL_                                                            3 KB   07/10/2006 11:39:12 AM      a 
   ali55wdm.inf                                                           13 KB   26/02/2006 05:03:02 PM      a 
   ali55wdm.sy_                                                           31 KB   07/10/2006 11:39:12 AM      a 
   AliEhci.inf                                                             4 KB   26/02/2006 05:03:02 PM      a 
   AliEhci.sy_                                                            32 KB   07/10/2006 11:39:14 AM      a 
   alifir.cat                                                              7 KB   26/02/2006 05:03:02 PM      a 
   AliGP.sy_                                                               5 KB   07/10/2006 11:39:14 AM      a 
   ALIHUB.SY_                                                             13 KB   07/10/2006 11:39:14 AM      a 
   aliirda.sy_                                                            11 KB   07/10/2006 11:39:14 AM      a 
   ALiIRQMP.pc_                                                            1 KB   07/10/2006 11:39:14 AM      a 
   ALiMSIF.sy_                                                            11 KB   07/10/2006 11:39:14 AM      a 
   ALiMSIFA.INF                                                            2 KB   26/02/2006 05:03:02 PM      a 
   ALiPMU.inf                                                              1 KB   26/02/2006 05:03:02 PM      a 
   AliRtHub.sy_                                                            2 KB   07/10/2006 11:39:14 AM      a 
   ALISDIF.SY_                                                            10 KB   07/10/2006 11:39:14 AM      a 
   ALiSDIFA.inf                                                            2 KB   26/02/2006 05:02:58 PM      a 
   Amdagp8p.sy_                                                           13 KB   07/10/2006 11:39:14 AM      a 
   amdagp8x.cat                                                            8 KB   26/02/2006 05:02:58 PM      a 
   amdagp8x.inf                                                            4 KB   26/02/2006 05:02:56 PM      a 
   dummy.tx_                                                               1 KB   07/10/2006 11:39:14 AM      a 
   greenmk.ex_                                                             8 KB   07/10/2006 11:39:14 AM      a 
   HIDCLASS.sy_                                                           14 KB   07/10/2006 11:39:14 AM      a 
   IRALI.INF                                                               4 KB   26/02/2006 05:03:00 PM      a 
   runehci.tx_                                                             1 KB   07/10/2006 11:39:14 AM      a 
   RunQFE.ex_                                                              8 KB   07/10/2006 11:39:14 AM      a 
   usb.inf                                                                 4 KB   26/02/2006 05:03:00 PM      a 
   xpagpkx.cat                                                             7 KB   26/02/2006 05:03:00 PM      a 

   Total 30 file(s);  Size: 274531 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\F
   =============================
   fuj02b1.cat                                                             6 KB   20/08/2001 03:47:20 PM     ra 
   FUJ02B1.INF                                                             1 KB   08/08/2001 05:08:16 AM     ra 
   FUJ02B1.SY_                                                             2 KB   07/10/2006 11:39:14 AM      a 
   fuj02e1.cat                                                             7 KB   03/11/2004 05:43:36 PM      a 
   fuj02e1.inf                                                             2 KB   18/10/2004 03:08:00 PM      a 
   fuj02e1.sy_                                                             2 KB   07/10/2006 11:39:14 AM      a 
   fuj02e3.cat                                                             7 KB   17/01/2004 12:00:00 AM      a 
   FUJ02E3.inf                                                             1 KB   17/01/2004 12:00:00 AM      a 
   FUJ02E3.sy_                                                             2 KB   07/10/2006 11:39:14 AM      a 

   Total 9 file(s);  Size: 37896 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\2k
   ================================
   3100esb.cat                                                            11 KB   23/05/2006 05:00:36 PM      a 
   3100ESB.inf                                                             4 KB   23/05/2006 05:00:36 PM      a 
   5000xzvp.cat                                                           11 KB   23/05/2006 05:00:36 PM      a 
   5000XZVP.inf                                                           15 KB   23/05/2006 05:00:36 PM      a 
   852.cat                                                                 7 KB   23/05/2006 05:00:34 PM      a 
   852.inf                                                                 3 KB   23/05/2006 05:00:36 PM      a 
   855.cat                                                                 6 KB   23/05/2006 05:00:36 PM      a 
   855.inf                                                                 3 KB   23/05/2006 05:00:36 PM      a 
   865.cat                                                                 9 KB   23/05/2006 05:00:32 PM      a 
   865.inf                                                                 4 KB   23/05/2006 05:00:32 PM      a 
   915.cat                                                                11 KB   23/05/2006 05:00:32 PM      a 
   915.inf                                                                 3 KB   23/05/2006 05:00:32 PM      a 
   915M.cat                                                                7 KB   23/05/2006 05:00:32 PM      a 
   915M.inf                                                                3 KB   23/05/2006 05:00:32 PM      a 
   945.cat                                                                 7 KB   23/05/2006 05:00:34 PM      a 
   945.inf                                                                 4 KB   23/05/2006 05:00:34 PM      a 
   945gm.cat                                                               7 KB   23/05/2006 05:00:34 PM      a 
   945GM.inf                                                               3 KB   23/05/2006 05:00:34 PM      a 
   965g.cat                                                                9 KB   23/05/2006 05:00:36 PM      a 
   965g.inf                                                                4 KB   23/05/2006 05:00:36 PM      a 
   dmi_pci.cat                                                             8 KB   23/05/2006 05:00:34 PM      a 
   dmi_pci.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 
   E7220.cat                                                              10 KB   23/05/2006 05:00:32 PM      a 
   E7220.inf                                                               3 KB   23/05/2006 05:00:32 PM      a 
   e7230.cat                                                               7 KB   23/05/2006 05:00:34 PM      a 
   E7230.inf                                                               3 KB   23/05/2006 05:00:34 PM      a 
   E7520.cat                                                               9 KB   23/05/2006 05:00:34 PM      a 
   E7520.inf                                                               9 KB   23/05/2006 05:00:34 PM      a 
   E8500.cat                                                              10 KB   23/05/2006 05:00:34 PM      a 
   E8500.inf                                                              13 KB   23/05/2006 05:00:34 PM      a 
   esb2ide.cat                                                            11 KB   23/05/2006 05:00:36 PM      a 
   ESB2ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   esb2usb.cat                                                            11 KB   23/05/2006 05:00:36 PM      a 
   ESB2usb.inf                                                             5 KB   23/05/2006 05:00:34 PM      a 
   ich4core.cat                                                            7 KB   23/05/2006 05:00:36 PM      a 
   ich4core.inf                                                            3 KB   23/05/2006 05:00:36 PM      a 
   ich4ide.cat                                                             7 KB   23/05/2006 05:00:36 PM      a 
   ich4ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich4usb.cat                                                             7 KB   23/05/2006 05:00:36 PM      a 
   ich4usb.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich5core.cat                                                           10 KB   23/05/2006 05:00:34 PM      a 
   ich5core.inf                                                            4 KB   23/05/2006 05:00:34 PM      a 
   ich5ide.cat                                                            10 KB   23/05/2006 05:00:36 PM      a 
   ich5ide.inf                                                             4 KB   23/05/2006 05:00:36 PM      a 
   ich5usb.cat                                                             8 KB   23/05/2006 05:00:34 PM      a 
   ich5usb.inf                                                             6 KB   23/05/2006 05:00:34 PM      a 
   ich6core.cat                                                           11 KB   23/05/2006 05:00:34 PM      a 
   ich6core.inf                                                            4 KB   23/05/2006 05:00:34 PM      a 
   ich6ide.cat                                                            11 KB   23/05/2006 05:00:36 PM      a 
   ich6ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich6usb.cat                                                             7 KB   23/05/2006 05:00:34 PM      a 
   ich6usb.inf                                                             4 KB   23/05/2006 05:00:34 PM      a 
   ich7core.cat                                                            8 KB   23/05/2006 05:00:34 PM      a 
   ich7core.inf                                                            5 KB   23/05/2006 05:00:34 PM      a 
   ich7ide.cat                                                             8 KB   23/05/2006 05:00:36 PM      a 
   ich7ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich7usb.cat                                                             7 KB   23/05/2006 05:00:34 PM      a 
   ich7usb.inf                                                             4 KB   23/05/2006 05:00:34 PM      a 
   ich8core.cat                                                            9 KB   23/05/2006 05:00:36 PM      a 
   ich8core.inf                                                            5 KB   23/05/2006 05:00:36 PM      a 
   ich8ide.cat                                                             9 KB   23/05/2006 05:00:36 PM      a 
   ich8ide.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich8smb.cat                                                             9 KB   23/05/2006 05:00:36 PM      a 
   ich8smb.inf                                                             3 KB   23/05/2006 05:00:36 PM      a 
   ich8usb.cat                                                             7 KB   23/05/2006 05:00:36 PM      a 
   ich8usb.inf                                                             5 KB   23/05/2006 05:00:36 PM      a 
   ichxdev.cat                                                             8 KB   23/05/2006 05:00:34 PM      a 
   ichXdev.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 
   usbehci.sy_                                                            10 KB   07/10/2006 11:39:14 AM      a 

   Total 69 file(s);  Size: 501311 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\2k\SP
   ===================================
   esb2id2.cat                                                            11 KB   23/05/2006 05:00:34 PM      a 
   ESB2id2.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 
   ich4id2.cat                                                             7 KB   23/05/2006 05:00:34 PM      a 
   ich4id2.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 
   ich5id2.cat                                                            10 KB   23/05/2006 05:00:34 PM      a 
   ich5id2.inf                                                             4 KB   23/05/2006 05:00:34 PM      a 
   ich6id2.cat                                                            11 KB   23/05/2006 05:00:34 PM      a 
   ich6id2.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 
   ich7id2.cat                                                             8 KB   23/05/2006 05:00:34 PM      a 
   ich7id2.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 
   ich8id2.cat                                                             9 KB   23/05/2006 05:00:34 PM      a 
   ich8id2.inf                                                             3 KB   23/05/2006 05:00:34 PM      a 

   Total 12 file(s);  Size: 82642 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\2k3
   =================================
   3100esb.cat                                                            11 KB   23/05/2006 05:00:40 PM      a 
   3100ESB.inf                                                             4 KB   23/05/2006 05:00:40 PM      a 
   5000xzvp.cat                                                           11 KB   23/05/2006 05:00:40 PM      a 
   5000XZVP.inf                                                           15 KB   23/05/2006 05:00:38 PM      a 
   865.cat                                                                 9 KB   23/05/2006 05:00:36 PM      a 
   865.inf                                                                 4 KB   23/05/2006 05:00:36 PM      a 
   915.cat                                                                11 KB   23/05/2006 05:00:36 PM      a 
   915.inf                                                                 3 KB   23/05/2006 05:00:36 PM      a 
   915M.cat                                                                7 KB   23/05/2006 05:00:36 PM      a 
   915M.inf                                                                3 KB   23/05/2006 05:00:36 PM      a 
   945.cat                                                                 7 KB   23/05/2006 05:00:38 PM      a 
   945.inf                                                                 4 KB   23/05/2006 05:00:38 PM      a 
   945gm.cat                                                               7 KB   23/05/2006 05:00:38 PM      a 
   945GM.inf                                                               3 KB   23/05/2006 05:00:38 PM      a 
   965g.cat                                                                9 KB   23/05/2006 05:00:40 PM      a 
   965g.inf                                                                4 KB   23/05/2006 05:00:40 PM      a 
   dmi_pci.cat                                                             8 KB   23/05/2006 05:00:38 PM      a 
   dmi_pci.inf                                                             3 KB   23/05/2006 05:00:38 PM      a 
   E7220.cat                                                              10 KB   23/05/2006 05:00:36 PM      a 
   E7220.inf                                                               3 KB   23/05/2006 05:00:36 PM      a 
   e7230.cat                                                               7 KB   23/05/2006 05:00:38 PM      a 
   E7230.inf                                                               3 KB   23/05/2006 05:00:38 PM      a 
   E7520.cat                                                               9 KB   23/05/2006 05:00:36 PM      a 
   E7520.inf                                                               9 KB   23/05/2006 05:00:36 PM      a 
   E8500.cat                                                              10 KB   23/05/2006 05:00:38 PM      a 
   E8500.inf                                                              13 KB   23/05/2006 05:00:38 PM      a 
   esb2ide.cat                                                            11 KB   23/05/2006 05:00:40 PM      a 
   ESB2ide.inf                                                             3 KB   23/05/2006 05:00:40 PM      a 
   esb2usb.cat                                                            11 KB   23/05/2006 05:00:40 PM      a 
   ESB2usb.inf                                                             5 KB   23/05/2006 05:00:38 PM      a 
   ich5core.cat                                                           10 KB   23/05/2006 05:00:38 PM      a 
   ich5core.inf                                                            4 KB   23/05/2006 05:00:38 PM      a 
   ich5ide.cat                                                            10 KB   23/05/2006 05:00:40 PM      a 
   ich5ide.inf                                                             4 KB   23/05/2006 05:00:40 PM      a 
   ich5usb.cat                                                             8 KB   23/05/2006 05:00:38 PM      a 
   ich5usb.inf                                                             5 KB   23/05/2006 05:00:38 PM      a 
   ich6core.cat                                                           11 KB   23/05/2006 05:00:38 PM      a 
   ich6core.inf                                                            4 KB   23/05/2006 05:00:38 PM      a 
   ich6ide.cat                                                            11 KB   23/05/2006 05:00:40 PM      a 
   ich6ide.inf                                                             3 KB   23/05/2006 05:00:40 PM      a 
   ich6usb.cat                                                             7 KB   23/05/2006 05:00:38 PM      a 
   ich6usb.inf                                                             4 KB   23/05/2006 05:00:38 PM      a 
   ich7core.cat                                                            8 KB   23/05/2006 05:00:38 PM      a 
   ich7core.inf                                                            5 KB   23/05/2006 05:00:38 PM      a 
   ich7ide.cat                                                             8 KB   23/05/2006 05:00:40 PM      a 
   ich7ide.inf                                                             3 KB   23/05/2006 05:00:40 PM      a 
   ich7usb.cat                                                             7 KB   23/05/2006 05:00:38 PM      a 
   ich7usb.inf                                                             4 KB   23/05/2006 05:00:38 PM      a 
   ich8core.cat                                                            9 KB   23/05/2006 05:00:40 PM      a 
   ich8core.inf                                                            5 KB   23/05/2006 05:00:38 PM      a 
   ich8ide.cat                                                             9 KB   23/05/2006 05:00:40 PM      a 
   ich8ide.inf                                                             3 KB   23/05/2006 05:00:40 PM      a 
   ich8smb.cat                                                             9 KB   23/05/2006 05:00:40 PM      a 
   ich8smb.inf                                                             3 KB   23/05/2006 05:00:40 PM      a 
   ich8usb.cat                                                             7 KB   23/05/2006 05:00:40 PM      a 
   ich8usb.inf                                                             4 KB   23/05/2006 05:00:38 PM      a 
   ichxdev.cat                                                             8 KB   23/05/2006 05:00:38 PM      a 
   ichXdev.inf                                                             3 KB   23/05/2006 05:00:38 PM      a 
   usbehci.sy_                                                            10 KB   07/10/2006 11:39:14 AM      a 

   Total 59 file(s);  Size: 443009 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\2k3\SP
   ====================================
   esb2id2.cat                                                            11 KB   23/05/2006 05:00:38 PM      a 
   ESB2id2.inf                                                             3 KB   23/05/2006 05:00:38 PM      a 
   ich5id2.cat                                                            10 KB   23/05/2006 05:00:38 PM      a 
   ich5id2.inf                                                             4 KB   23/05/2006 05:00:38 PM      a 
   ich6id2.cat                                                            11 KB   23/05/2006 05:00:38 PM      a 
   ich6id2.inf                                                             3 KB   23/05/2006 05:00:38 PM      a 
   ich7id2.cat                                                             8 KB   23/05/2006 05:00:38 PM      a 
   ich7id2.inf                                                             3 KB   23/05/2006 05:00:38 PM      a 
   ich8id2.cat                                                             9 KB   23/05/2006 05:00:38 PM      a 
   ich8id2.inf                                                             3 KB   23/05/2006 05:00:38 PM      a 

   Total 10 file(s);  Size: 71475 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\xp
   ================================
   3100esb.cat                                                            11 KB   23/05/2006 05:00:44 PM      a 
   3100ESB.inf                                                             4 KB   23/05/2006 05:00:44 PM      a 
   5000xzvp.cat                                                           11 KB   23/05/2006 05:00:42 PM      a 
   5000XZVP.inf                                                           15 KB   23/05/2006 05:00:42 PM      a 
   852.cat                                                                 7 KB   23/05/2006 05:00:42 PM      a 
   852.inf                                                                 3 KB   23/05/2006 05:00:42 PM      a 
   855.cat                                                                 6 KB   23/05/2006 05:00:42 PM      a 
   855.inf                                                                 3 KB   23/05/2006 05:00:42 PM      a 
   865.cat                                                                 9 KB   23/05/2006 05:00:40 PM      a 
   865.inf                                                                 4 KB   23/05/2006 05:00:40 PM      a 
   915.cat                                                                11 KB   23/05/2006 05:00:40 PM      a 
   915.inf                                                                 3 KB   23/05/2006 05:00:40 PM      a 
   915M.cat                                                                7 KB   23/05/2006 05:00:40 PM      a 
   915M.inf                                                                3 KB   23/05/2006 05:00:40 PM      a 
   945.cat                                                                 7 KB   23/05/2006 05:00:42 PM      a 
   945.inf                                                                 4 KB   23/05/2006 05:00:42 PM      a 
   945gm.cat                                                               7 KB   23/05/2006 05:00:42 PM      a 
   945GM.inf                                                               3 KB   23/05/2006 05:00:42 PM      a 
   965g.cat                                                                9 KB   23/05/2006 05:00:44 PM      a 
   965g.inf                                                                4 KB   23/05/2006 05:00:42 PM      a 
   dmi_pci.cat                                                             8 KB   23/05/2006 05:00:42 PM      a 
   dmi_pci.inf                                                             3 KB   23/05/2006 05:00:42 PM      a 
   E7220.cat                                                              10 KB   23/05/2006 05:00:40 PM      a 
   E7220.inf                                                               3 KB   23/05/2006 05:00:40 PM      a 
   e7230.cat                                                               7 KB   23/05/2006 05:00:42 PM      a 
   E7230.inf                                                               3 KB   23/05/2006 05:00:42 PM      a 
   E7520.cat                                                               9 KB   23/05/2006 05:00:40 PM      a 
   E7520.inf                                                               9 KB   23/05/2006 05:00:40 PM      a 
   E8500.cat                                                              10 KB   23/05/2006 05:00:42 PM      a 
   E8500.inf                                                              13 KB   23/05/2006 05:00:42 PM      a 
   esb2ide.cat                                                            11 KB   23/05/2006 05:00:42 PM      a 
   ESB2ide.inf                                                             3 KB   23/05/2006 05:00:42 PM      a 
   esb2usb.cat                                                            11 KB   23/05/2006 05:00:42 PM      a 
   ESB2usb.inf                                                             5 KB   23/05/2006 05:00:42 PM      a 
   ich4core.cat                                                            7 KB   23/05/2006 05:00:42 PM      a 
   ich4core.inf                                                            4 KB   23/05/2006 05:00:42 PM      a 
   ich4ide.cat                                                             7 KB   23/05/2006 05:00:42 PM      a 
   ich4ide.inf                                                             3 KB   23/05/2006 05:00:42 PM      a 
   ich4usb.cat                                                             7 KB   23/05/2006 05:00:42 PM      a 
   ich4usb.inf                                                             3 KB   23/05/2006 05:00:42 PM      a 
   ich5core.cat                                                           10 KB   23/05/2006 05:00:40 PM      a 
   ich5core.inf                                                            4 KB   23/05/2006 05:00:40 PM      a 
   ich5ide.cat                                                            10 KB   23/05/2006 05:00:44 PM      a 
   ich5ide.inf                                                             4 KB   23/05/2006 05:00:44 PM      a 
   ich5usb.cat                                                             8 KB   23/05/2006 05:00:40 PM      a 
   ich5usb.inf                                                             6 KB   23/05/2006 05:00:40 PM      a 
   ich6core.cat                                                           11 KB   23/05/2006 05:00:40 PM      a 
   ich6core.inf                                                            4 KB   23/05/2006 05:00:40 PM      a 
   ich6ide.cat                                                            11 KB   23/05/2006 05:00:44 PM      a 
   ich6ide.inf                                                             3 KB   23/05/2006 05:00:44 PM      a 
   ich6usb.cat                                                             7 KB   23/05/2006 05:00:40 PM      a 
   ich6usb.inf                                                             4 KB   23/05/2006 05:00:40 PM      a 
   ich7core.cat                                                            8 KB   23/05/2006 05:00:42 PM      a 
   ich7core.inf                                                            5 KB   23/05/2006 05:00:42 PM      a 
   ich7ide.cat                                                             8 KB   23/05/2006 05:00:44 PM      a 
   ich7ide.inf                                                             3 KB   23/05/2006 05:00:44 PM      a 
   ich7usb.cat                                                             7 KB   23/05/2006 05:00:42 PM      a 
   ich7usb.inf                                                             4 KB   23/05/2006 05:00:42 PM      a 
   ich8core.cat                                                            9 KB   23/05/2006 05:00:44 PM      a 
   ich8core.inf                                                            5 KB   23/05/2006 05:00:42 PM      a 
   ich8ide.cat                                                             9 KB   23/05/2006 05:00:44 PM      a 
   ich8ide.inf                                                             3 KB   23/05/2006 05:00:44 PM      a 
   ich8smb.cat                                                             9 KB   23/05/2006 05:00:44 PM      a 
   ich8smb.inf                                                             3 KB   23/05/2006 05:00:44 PM      a 
   ich8usb.cat                                                             7 KB   23/05/2006 05:00:44 PM      a 
   ich8usb.inf                                                             5 KB   23/05/2006 05:00:42 PM      a 
   ichxdev.cat                                                             8 KB   23/05/2006 05:00:42 PM      a 
   ichXdev.inf                                                             3 KB   23/05/2006 05:00:42 PM      a 
   usbehci.sy_                                                            10 KB   07/10/2006 11:39:14 AM      a 

   Total 69 file(s);  Size: 502231 Byte(s)

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

More listing...

   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\I\xp\SP
   ===================================
   esb2id2.cat                                                            11 KB   23/05/2006 05:00:40 PM      a 
   ESB2id2.inf                                                             3 KB   23/05/2006 05:00:40 PM      a 
   ich5id2.cat                                                            10 KB   23/05/2006 05:00:40 PM      a 
   ich5id2.inf                                                             4 KB   23/05/2006 05:00:42 PM      a 
   ich6id2.cat                                                            11 KB   23/05/2006 05:00:42 PM      a 
   ich6id2.inf                                                             3 KB   23/05/2006 05:00:42 PM      a 
   ich7id2.cat                                                             8 KB   23/05/2006 05:00:42 PM      a 
   ich7id2.inf                                                             3 KB   23/05/2006 05:00:42 PM      a 
   ich8id2.cat                                                             9 KB   23/05/2006 05:00:42 PM      a 
   ich8id2.inf                                                             3 KB   23/05/2006 05:00:42 PM      a 

   Total 10 file(s);  Size: 71475 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\IT
   ==============================
   Generic.sy_                                                             9 KB   07/10/2006 11:39:14 AM      a 
   ITECIR.CAT                                                              8 KB   26/02/2006 05:03:26 PM     ra 
   ITECIR.sy_                                                              3 KB   07/10/2006 11:39:14 AM      a 
   oem855.inf                                                              1 KB   26/02/2006 05:03:26 PM      a 

   Total 4 file(s);  Size: 23284 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\N
   =============================
   nf4pcie.cat                                                             7 KB   26/02/2006 05:03:28 PM      a 
   nf4pcie.inf                                                             1 KB   26/02/2006 05:03:28 PM      a 
   nf4sys.cat                                                              8 KB   31/07/2006 08:01:24 PM      a 
   nf4sys.inf                                                              2 KB   31/07/2006 08:01:24 PM      a 
   nfsmb64.cat                                                             7 KB   28/03/2006 04:43:18 PM      a 
   nfsmb64.inf                                                             1 KB   28/03/2006 04:43:18 PM      a 
   nv_agp.cat                                                              8 KB   26/02/2006 05:03:28 PM      a 
   nv_agp.inf                                                              2 KB   26/02/2006 05:03:28 PM      a 
   nv_agp.sy_                                                             11 KB   07/10/2006 11:39:16 AM      a 
   nvcog.dl_                                                              16 KB   07/10/2006 11:39:16 AM      a 
   nvgart.nv_                                                              1 KB   07/10/2006 11:39:16 AM      a 
   nvmctl.nv_                                                              1 KB   07/10/2006 11:39:16 AM      a 
   nvmemctl.cat                                                            7 KB   26/02/2006 05:03:30 PM      a 
   nvmemctl.inf                                                            2 KB   26/02/2006 05:03:28 PM      a 
   nvsmb.cat                                                               8 KB   31/07/2006 08:01:24 PM      a 
   nvsmb.nv_                                                               1 KB   07/10/2006 11:39:16 AM      a 
   nvsmbus.inf                                                             2 KB   31/07/2006 08:01:24 PM      a 
   nvugart.ex_                                                            47 KB   07/10/2006 11:39:16 AM      a 
   nvumctl.ex_                                                            47 KB   07/10/2006 11:39:16 AM      a 
   nvusmb.ex_                                                             48 KB   07/10/2006 11:39:16 AM      a 

   Total 20 file(s);  Size: 239379 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\S
   =============================
   sisuagp.cat                                                             7 KB   18/03/2006 09:03:26 PM      a 
   sisuagp.inf                                                             1 KB   18/03/2006 09:03:26 PM      a 

   Total 2 file(s);  Size: 9172 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\S\2k
   ================================
   sisagp.cat                                                              7 KB   29/08/2003 12:55:20 AM      a 
   sisagp.inf                                                              2 KB   18/07/2003 10:20:46 AM      a 

   Total 2 file(s);  Size: 10281 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\S\2k3
   =================================
   sisagp.cat                                                              7 KB   07/12/2004 10:50:52 AM      a 
   sisagp.inf                                                              2 KB   01/11/2004 02:30:06 PM      a 

   Total 2 file(s);  Size: 10479 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\S\xp
   ================================
   sisagp.cat                                                              7 KB   18/03/2006 09:03:26 PM      a 
   sisagp.inf                                                              2 KB   18/03/2006 09:03:26 PM      a 

   Total 2 file(s);  Size: 10275 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\SM
   ==============================
   irdasmc.cat                                                             7 KB   18/03/2006 09:03:26 PM      a 
   IRDASMC.INF                                                            14 KB   18/03/2006 09:03:28 PM      a 
   smcirda.sy_                                                            17 KB   07/10/2006 11:39:16 AM      a 

   Total 3 file(s);  Size: 40235 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\V
   =============================
   viairda1.cat                                                            7 KB   26/02/2006 05:03:36 PM      a 
   VIAIRDA1.INF                                                            6 KB   26/02/2006 05:03:34 PM      a 
   VIAIRDA1.SY_                                                           10 KB   07/10/2006 11:39:16 AM      a 
   VIAMACH.INF                                                            57 KB   16/08/2006 10:56:22 AM      a 
   vmachx86.cat                                                           22 KB   28/08/2006 03:09:00 PM      a 

   Total 5 file(s);  Size: 106787 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\V\2k
   ================================
   viaagp1.cat                                                             8 KB   30/07/2003 12:45:00 AM      a 
   VIAAGP1.INF                                                             4 KB   02/07/2003 04:42:00 AM      a 
   viaagp1.sy_                                                            14 KB   07/10/2006 11:39:16 AM      a 

   Total 3 file(s);  Size: 28126 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\V\2k3
   =================================
   viaagp1.cat                                                             8 KB   21/08/2003 11:55:30 PM      a 
   VIAAGP1.INF                                                             4 KB   02/07/2003 04:42:00 AM      a 
   viaagp1.sy_                                                            14 KB   07/10/2006 11:39:16 AM      a 

   Total 3 file(s);  Size: 27487 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\C\V\xp
   ================================
   viaagp1.cat                                                             8 KB   30/07/2003 12:45:00 AM      a 
   VIAAGP1.INF                                                             4 KB   02/07/2003 04:42:00 AM      a 
   viaagp1.sy_                                                            14 KB   07/10/2006 11:39:16 AM      a 

   Total 3 file(s);  Size: 27487 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\CPU
   =============================
   AmdAway.cat                                                             7 KB   11/04/2006 11:21:04 AM      a 
   AmdAway.inf                                                             1 KB   07/04/2006 04:47:40 PM      a 
   amdk8.cat                                                               7 KB   03/07/2006 12:15:06 AM      a 
   amdk8.inf                                                               5 KB   02/07/2006 11:55:12 PM      a 
   amdk8.sy_                                                              21 KB   07/10/2006 11:39:16 AM      a 

   Total 5 file(s);  Size: 43528 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M
   ===========================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3\1
   ===============================
   3wareDrv.cat                                                            6 KB   26/02/2006 05:21:16 PM      a 
   3wareDrv.sy_                                                           31 KB   07/10/2006 11:39:16 AM      a 
   3wareFlt.sy_                                                            3 KB   07/10/2006 11:39:18 AM      a 
   3wFrmDrv.sy_                                                          252 KB   07/10/2006 11:39:18 AM      a 
   3wManage1.inf                                                           1 KB   26/02/2006 05:21:16 PM      a 
   oemsetup1.inf                                                           2 KB   26/02/2006 05:21:16 PM      a 

   Total 6 file(s);  Size: 304281 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3\1\O
   =================================
   3WAREDRV.SY_                                                           35 KB   07/10/2006 11:39:18 AM      a 
   3wManage.inf                                                            1 KB   26/02/2006 05:21:16 PM      a 
   3wSafte.inf                                                             1 KB   26/02/2006 05:21:16 PM      a 
   3wSes.inf                                                               1 KB   26/02/2006 05:21:16 PM      a 
   AmccDrv9.cat                                                           10 KB   26/02/2006 05:21:16 PM      a 
   oemsetup.inf                                                            3 KB   26/02/2006 05:21:16 PM      a 

   Total 6 file(s);  Size: 54358 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3\2
   ===============================
   3wDrv100.sy_                                                           24 KB   07/10/2006 11:39:18 AM      a 
   3wFlt100.sy_                                                            3 KB   07/10/2006 11:39:18 AM      a 
   3wManage.inf                                                            1 KB   01/07/2004 03:20:30 PM      a 
   AmccDrv7.cat                                                            8 KB   20/07/2004 10:42:26 AM      a 
   DriverLanguageMap.xm_                                                   1 KB   07/10/2006 11:39:18 AM      a 
   oemsetup.inf                                                            2 KB   01/07/2004 03:20:24 PM      a 

   Total 6 file(s);  Size: 41613 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\3\3
   ===============================
   3waregsm.cat                                                            6 KB   26/02/2006 05:21:16 PM      a 
   3waregsm.sy_                                                           21 KB   07/10/2006 11:39:18 AM      a 
   3wareRun.ex_                                                           19 KB   07/10/2006 11:39:18 AM      a 
   3wareSrv.ex_                                                           14 KB   07/10/2006 11:39:18 AM      a 
   oemsetup3.inf                                                           2 KB   26/02/2006 05:21:16 PM      a 

   Total 5 file(s);  Size: 66186 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\1
   ===============================
   Aec6210.inf                                                             4 KB   26/02/2006 05:21:16 PM      a 
   AEC6210.sy_                                                            11 KB   07/10/2006 11:39:18 AM      a 

   Total 2 file(s);  Size: 16280 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\2
   ===============================
   Aec6260.inf                                                             4 KB   26/02/2006 05:21:16 PM      a 
   AEC6260.sy_                                                            11 KB   07/10/2006 11:39:18 AM      a 

   Total 2 file(s);  Size: 16509 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\3
   ===============================
   AEC6280.INF                                                             3 KB   26/02/2006 05:21:16 PM      a 
   AEC6280.SY_                                                            10 KB   07/10/2006 11:39:18 AM      a 
   AEC6290.inf                                                             3 KB   26/02/2006 05:21:16 PM      a 

   Total 3 file(s);  Size: 18738 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\4
   ===============================
   aec68x5.cat                                                             1 KB   26/02/2006 05:21:16 PM      a 
   aec68X5.inf                                                             2 KB   26/02/2006 05:21:16 PM      a 
   aec68X5.sy_                                                            17 KB   07/10/2006 11:39:18 AM      a 

   Total 3 file(s);  Size: 20828 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\5
   ===============================
   AEC6880.INF                                                             2 KB   26/02/2006 05:21:16 PM      a 
   AEC6880.SY_                                                            14 KB   07/10/2006 11:39:18 AM      a 

   Total 2 file(s);  Size: 18227 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\6
   ===============================
   aec6897.inf                                                             2 KB   26/02/2006 05:21:16 PM      a 
   aec6897.sy_                                                            24 KB   07/10/2006 11:39:18 AM      a 

   Total 2 file(s);  Size: 28276 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\7
   ===============================
   Aec67160.inf                                                            2 KB   26/02/2006 05:21:16 PM      a 
   AEC67160.SY_                                                            7 KB   07/10/2006 11:39:18 AM      a 

   Total 2 file(s);  Size: 10598 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\A\8
   ===============================
   Aec671x.inf                                                             4 KB   26/02/2006 05:21:18 PM      a 
   AEC671X.SY_                                                             7 KB   07/10/2006 11:39:20 AM      a 
   AECPROP.CP_                                                             7 KB   07/10/2006 11:39:20 AM      a 

   Total 3 file(s);  Size: 20112 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD
   ==============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\1
   ================================
   hpt3xx.cat                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hpt3xx.inf                                                              2 KB   26/02/2006 05:21:18 PM      a 
   hpt3xx.sy_                                                             23 KB   07/10/2006 11:39:20 AM      a 

   Total 3 file(s);  Size: 27148 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\2
   ================================
   aac.cat                                                                 1 KB   26/02/2006 05:21:18 PM      a 
   aac.inf                                                                10 KB   26/02/2006 05:21:18 PM      a 
   aac.sy_                                                                24 KB   07/10/2006 11:39:20 AM      a 
   aaccin.dl_                                                              5 KB   07/10/2006 11:39:20 AM      a 
   aacmgt.inf                                                              1 KB   26/02/2006 05:21:18 PM      a 

   Total 5 file(s);  Size: 43273 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\3
   ================================
   aar1210.cat                                                             7 KB   26/02/2006 05:21:18 PM      a 
   aar1210.sy_                                                            90 KB   07/10/2006 11:39:20 AM      a 
   adhraid.cat                                                             7 KB   26/02/2006 05:21:18 PM      a 
   adhraid.inf                                                             1 KB   26/02/2006 05:21:18 PM      a 
   oemsetup.inf                                                           19 KB   26/02/2006 05:21:18 PM      a 

   Total 5 file(s);  Size: 130015 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\4
   ================================
   ADPTMGT.INF                                                             1 KB   26/02/2006 05:21:18 PM      a 
   DPTI2O.CAT                                                              1 KB   26/02/2006 05:21:18 PM      a 
   DPTI2O.SY_                                                             11 KB   07/10/2006 11:39:20 AM      a 
   EUROLGC.INF                                                             1 KB   26/02/2006 05:21:18 PM      a 
   OEMSETUP.INF                                                            6 KB   26/02/2006 05:21:18 PM      a 

   Total 5 file(s);  Size: 20755 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\5
   ================================
   ADPU160M.CAT                                                            8 KB   26/02/2006 05:21:18 PM      a 
   ADPU160M.INF                                                            6 KB   26/02/2006 05:21:18 PM      a 
   ADPU160M.SY_                                                           49 KB   07/10/2006 11:39:20 AM      a 

   Total 3 file(s);  Size: 65764 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\6
   ================================
   ADPU320.CAT                                                             1 KB   26/02/2006 05:21:18 PM      a 
   ADPU320.INF                                                             7 KB   26/02/2006 05:21:18 PM      a 
   ADPU320.SY_                                                            60 KB   07/10/2006 11:39:20 AM      a 

   Total 3 file(s);  Size: 69990 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\6\C
   ==================================
   ADPU320.CAT                                                             7 KB   26/02/2006 05:21:18 PM      a 
   ADPU320.INF                                                             5 KB   26/02/2006 05:21:18 PM      a 
   ADPU320.sy_                                                            52 KB   07/10/2006 11:39:20 AM      a 

   Total 3 file(s);  Size: 67431 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\7
   ================================
   a320raid.cat                                                            8 KB   26/02/2006 05:21:18 PM      a 
   a320raid.inf                                                           22 KB   26/02/2006 05:21:18 PM      a 
   a320raid.sy_                                                          115 KB   07/10/2006 11:39:20 AM      a 
   adhraid.cat                                                             8 KB   26/02/2006 05:21:18 PM      a 
   adhraid.inf                                                             1 KB   26/02/2006 05:21:18 PM      a 

   Total 5 file(s);  Size: 160054 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\8
   ================================
   aaatimeo.sy_                                                            2 KB   07/10/2006 11:39:20 AM      a 
   cda1000.sy_                                                           123 KB   07/10/2006 11:39:22 AM      a 
   oemsetup.inf                                                            5 KB   26/02/2006 05:21:18 PM      a 

   Total 3 file(s);  Size: 134712 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\9
   ================================
   ASH1205.inf                                                             8 KB   26/02/2006 05:21:18 PM      a 
   Si3112.mp_                                                             30 KB   07/10/2006 11:39:22 AM      a 
   Si3112.sy_                                                             30 KB   07/10/2006 11:39:22 AM      a 
   SiiSupp.vx_                                                             8 KB   07/10/2006 11:39:22 AM      a 
   SilSupp.cp_                                                            29 KB   07/10/2006 11:39:22 AM      a 

   Total 5 file(s);  Size: 110671 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AD\A
   ================================
   AARICH.CAT                                                              1 KB   26/02/2006 05:21:18 PM      a 
   AARICH.INF                                                             20 KB   26/02/2006 05:21:18 PM      a 
   AARICH.SY_                                                             97 KB   07/10/2006 11:39:22 AM      a 
   AICHMGT.CAT                                                             1 KB   26/02/2006 05:21:18 PM      a 
   AICHMGT.INF                                                             1 KB   26/02/2006 05:21:18 PM      a 

   Total 5 file(s);  Size: 122270 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AM
   ==============================
   amdbusdr.sy_                                                           12 KB   07/10/2006 11:39:22 AM      a 
   amdeide.cat                                                             8 KB   26/02/2006 05:21:18 PM      a 
   AMDEIDE.inf                                                            11 KB   26/02/2006 05:21:18 PM      a 
   amdeide.sy_                                                            20 KB   07/10/2006 11:39:22 AM      a 
   amdideco.dl_                                                          127 KB   07/10/2006 11:39:22 AM      a 

   Total 5 file(s);  Size: 184989 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AR
   ==============================
   arc1110.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1120.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1130.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1160.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1170.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1210.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1220.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1230.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1260.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arc1270.inf                                                             3 KB   28/03/2006 04:43:42 PM      a 
   arcm_x86.sy_                                                            6 KB   07/10/2006 11:39:22 AM      a 
   ARCMSR.CAT                                                              1 KB   28/03/2006 04:43:42 PM      a 

   Total 12 file(s);  Size: 37985 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AT
   ==============================
   atihdc.cat                                                              7 KB   26/02/2006 05:21:18 PM      a 
   Atihdc.inf                                                              3 KB   26/02/2006 05:21:18 PM      a 
   atiide.cat                                                              8 KB   26/02/2006 05:21:18 PM      a 
   atiide.inf                                                              2 KB   26/02/2006 05:21:18 PM      a 
   atiide.sy_                                                              2 KB   07/10/2006 11:39:22 AM      a 
   atiide2k.sy_                                                            2 KB   07/10/2006 11:39:22 AM      a 

   Total 6 file(s);  Size: 27376 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU
   ==============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\1
   ================================
   aliide.cat                                                              7 KB   26/02/2006 05:21:18 PM      a 
   ALIIDE.INF                                                              3 KB   26/02/2006 05:21:18 PM      a 
   ALIIDE.SY_                                                              3 KB   07/10/2006 11:39:22 AM      a 

   Total 3 file(s);  Size: 14812 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\2
   ================================
   m5228.INF                                                               2 KB   26/02/2006 05:21:18 PM      a 
   m5228.sy_                                                              21 KB   07/10/2006 11:39:24 AM      a 
   m5281.inf                                                               1 KB   26/02/2006 05:21:18 PM      a 
   m5281.sy_                                                              22 KB   07/10/2006 11:39:24 AM      a 

   Total 4 file(s);  Size: 48943 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\3
   ================================
   m5287.sy_                                                              37 KB   07/10/2006 11:39:24 AM      a 
   ulisata.cat                                                             9 KB   26/02/2006 05:21:18 PM      a 
   ulisata.inf                                                             4 KB   26/02/2006 05:21:18 PM      a 

   Total 3 file(s);  Size: 52934 Byte(s)

   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\4
   ================================
   coin5288.dl_                                                           65 KB   07/10/2006 11:39:24 AM      a 
   m5288.sy_                                                              60 KB   07/10/2006 11:39:24 AM      a 
   ULISATA.INF                                                             4 KB   26/02/2006 05:21:18 PM      a 

   Total 3 file(s);  Size: 133133 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\AU\5
   ================================
   m5289.sy_                                                              22 KB   07/10/2006 11:39:24 AM      a 
   ulisata.cat                                                             9 KB   26/02/2006 05:21:18 PM      a 
   ULISATA.INF                                                             4 KB   26/02/2006 05:21:18 PM      a 

   Total 3 file(s);  Size: 37242 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\D
   =============================
   afamgt.sy_                                                             24 KB   07/10/2006 11:39:24 AM      a 
   cerccin.dl_                                                             5 KB   07/10/2006 11:39:24 AM      a 
   cercmgt.inf                                                             1 KB   28/03/2006 04:43:42 PM      a 
   cercsr6.cat                                                             9 KB   28/03/2006 04:43:42 PM      a 
   cercsr6.inf                                                             5 KB   28/03/2006 04:43:42 PM      a 
   cercsr6.sy_                                                            19 KB   07/10/2006 11:39:24 AM      a 

   Total 6 file(s);  Size: 67730 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\E
   =============================
   elxplus.cat                                                            13 KB   04/08/2006 09:37:28 AM      a 
   elxplus.inf                                                             1 KB   04/08/2006 09:37:28 AM      a 
   elxplus.sy_                                                            13 KB   07/10/2006 11:39:24 AM      a 
   elxstor.cat                                                            13 KB   04/08/2006 09:37:28 AM      a 
   elxstor.dl_                                                            24 KB   07/10/2006 11:39:24 AM      a 
   ELXSTOR.sy_                                                           127 KB   07/10/2006 11:39:24 AM      a 
   lpscsi._                                                                1 KB   07/10/2006 11:39:24 AM      a 
   oemsetup.inf                                                            7 KB   04/08/2006 09:37:28 AM      a 

   Total 8 file(s);  Size: 205880 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\1
   ===============================
   hpt3xx.cat                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hpt3xx.inf                                                              2 KB   26/02/2006 05:21:18 PM      a 
   hpt3xx.sy_                                                             25 KB   07/10/2006 11:39:26 AM      a 
   hptpro.sy_                                                              4 KB   07/10/2006 11:39:26 AM      a 

   Total 4 file(s);  Size: 33479 Byte(s)

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Last post. Sorry for multiposting:

   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\1\R
   =================================
   hpt3xx.cat                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hpt3xx.inf                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hpt3xx.sy_                                                             24 KB   07/10/2006 11:39:26 AM      a 
   hptpro.sy_                                                              4 KB   07/10/2006 11:39:26 AM      a 

   Total 4 file(s);  Size: 32554 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\2
   ===============================
   hpt374.cat                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hpt374.inf                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hpt374.sy_                                                             35 KB   07/10/2006 11:39:26 AM      a 

   Total 3 file(s);  Size: 38261 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\3
   ===============================
   hptmv.cat                                                               1 KB   26/02/2006 05:21:18 PM      a 
   hptmv.inf                                                               2 KB   26/02/2006 05:21:18 PM      a 
   hptmv.sy_                                                              36 KB   07/10/2006 11:39:26 AM      a 

   Total 3 file(s);  Size: 39732 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\4
   ===============================
   hpt366.cat                                                              6 KB   26/02/2006 05:21:18 PM      a 
   hpt366.inf                                                              4 KB   26/02/2006 05:21:18 PM      a 
   hpt366.sy_                                                             11 KB   07/10/2006 11:39:26 AM      a 

   Total 3 file(s);  Size: 22043 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\5
   ===============================
   hptmv6.cat                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hptmv6.inf                                                              2 KB   26/02/2006 05:21:18 PM      a 
   hptmv6.sy_                                                             50 KB   07/10/2006 11:39:26 AM      a 

   Total 3 file(s);  Size: 53981 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\6
   ===============================
   rr2320.cat                                                              1 KB   26/02/2006 05:21:18 PM      a 
   rr2320.inf                                                              2 KB   26/02/2006 05:21:18 PM      a 
   rr2320.sy_                                                             50 KB   07/10/2006 11:39:26 AM      a 

   Total 3 file(s);  Size: 53697 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\7
   ===============================
   hpt374.cat                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hpt374.inf                                                              1 KB   26/02/2006 05:21:18 PM      a 
   hpt374.sy_                                                             36 KB   07/10/2006 11:39:26 AM      a 

   Total 3 file(s);  Size: 39683 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\H\8
   ===============================
   rr2310.cat                                                              1 KB   26/02/2006 05:21:18 PM      a 
   rr2310.inf                                                              2 KB   26/02/2006 05:21:18 PM      a 
   rr2310.sy_                                                             50 KB   07/10/2006 11:39:26 AM      a 

   Total 3 file(s);  Size: 53940 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\I
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\I\1
   ===============================
   ipsraid2.cat                                                            1 KB   26/02/2006 05:21:18 PM      a 
   ipsraidn.sy_                                                           27 KB   07/10/2006 11:39:26 AM      a 
   nfrdci04.dl_                                                           11 KB   07/10/2006 11:39:26 AM      a 
   oemsetup.inf                                                            5 KB   26/02/2006 05:21:18 PM      a 

   Total 4 file(s);  Size: 45604 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\I\2
   ===============================
   ibmnfrd.cat                                                             8 KB   26/02/2006 05:21:18 PM      a 
   ibmnfrdp.cat                                                            8 KB   26/02/2006 05:21:18 PM      a 
   nfrd960.sy_                                                            25 KB   07/10/2006 11:39:26 AM      a 
   nfrdci04.dl_                                                           11 KB   07/10/2006 11:39:26 AM      a 
   oemsetup.inf                                                            5 KB   26/02/2006 05:21:18 PM      a 

   Total 5 file(s);  Size: 60798 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN
   ==============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\1
   ================================
   iaahci.cat                                                              8 KB   05/08/2006 07:56:26 PM      a 
   iaahci.inf                                                              5 KB   05/08/2006 07:56:26 PM      a 
   iastor.cat                                                              8 KB   05/08/2006 07:56:26 PM      a 
   iastor.inf                                                              5 KB   05/08/2006 07:56:26 PM      a 
   iaStor.sy_                                                            132 KB   07/10/2006 11:39:28 AM      a 

   Total 5 file(s);  Size: 163733 Byte(s)
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\1\O
   ==================================
   iaahci.cat                                                              7 KB   26/02/2006 05:21:18 PM      a 
   iaAHCI.inf                                                              4 KB   26/02/2006 05:21:18 PM      a 
   iaStor.cat                                                              7 KB   26/02/2006 05:21:18 PM      a 
   iastor.inf                                                              3 KB   26/02/2006 05:21:18 PM      a 
   iastor.sy_                                                            153 KB   07/10/2006 11:39:28 AM      a 

   Total 5 file(s);  Size: 182173 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\2
   ================================
   mgmt.cat                                                               12 KB   26/02/2006 05:21:18 PM      a 
   oemmgmt.inf                                                             1 KB   26/02/2006 05:21:18 PM      a 
   oemsetup.inf                                                           10 KB   26/02/2006 05:21:18 PM      a 
   raidsrc.ta_                                                             1 KB   07/10/2006 11:39:28 AM      a 
   src_x86.cat                                                            12 KB   26/02/2006 05:21:18 PM      a 

   Total 5 file(s);  Size: 38873 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\2\winnt
   ======================================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IN\2\winnt\x86
   ==========================================
   raidsrc.sy_                                                            15 KB   07/10/2006 11:39:28 AM      a 

   Total 1 file(s);  Size: 15478 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\IT
   ==============================
   iteraid.cat                                                             9 KB   26/02/2006 05:21:18 PM      a 
   iteraid.inf                                                             5 KB   26/02/2006 05:21:20 PM      a 
   iteraid.sy_                                                            14 KB   07/10/2006 11:39:28 AM      a 

   Total 3 file(s);  Size: 30178 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\J
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\J\1
   ===============================
   jahci.cat                                                               8 KB   26/02/2006 05:21:20 PM      a 
   Jahci.sy_                                                              13 KB   07/10/2006 11:39:28 AM      a 
   jgogo.sy_                                                               2 KB   07/10/2006 11:39:28 AM      a 
   JMahci.inf                                                              2 KB   26/02/2006 05:21:20 PM      a 

   Total 4 file(s);  Size: 27760 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\J\2
   ===============================
   jgogo.sy_                                                               2 KB   07/10/2006 11:39:28 AM      a 
   jraid.cat                                                               8 KB   13/12/2005 11:31:36 PM      a 
   jraid.inf                                                               9 KB   05/07/2006 08:57:54 PM      a 
   Jraid.sy_                                                              23 KB   07/10/2006 11:39:28 AM      a 

   Total 4 file(s);  Size: 44669 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L\1
   ===============================
   MegaIDE.INF                                                             3 KB   26/02/2006 05:21:20 PM      a 
   MegaIDE.sy_                                                            54 KB   07/10/2006 11:39:28 AM      a 
   MegaXP.cat                                                              1 KB   26/02/2006 05:21:20 PM      a 
   NODEV.INF                                                               1 KB   26/02/2006 05:21:20 PM      a 

   Total 4 file(s);  Size: 60423 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L\2
   ===============================
   mraid32.cat                                                            15 KB   26/02/2006 05:21:20 PM      a 
   Mraid35x.sy_                                                           12 KB   07/10/2006 11:39:28 AM      a 
   NODEV.INF                                                               4 KB   26/02/2006 05:21:20 PM      a 
   OEMSETUP.INF                                                           19 KB   26/02/2006 05:21:20 PM      a 

   Total 4 file(s);  Size: 53001 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L\3
   ===============================
   ar160.inf                                                               2 KB   26/02/2006 05:21:20 PM      a 
   ar170.inf                                                               2 KB   26/02/2006 05:21:20 PM      a 
   ar352.inf                                                               2 KB   26/02/2006 05:21:20 PM      a 
   dac1164p.inf                                                            2 KB   26/02/2006 05:21:20 PM      a 
   dac2w2k.sy_                                                            26 KB   07/10/2006 11:39:28 AM      a 
   dac960nt.sy_                                                           26 KB   07/10/2006 11:39:28 AM      a 
   dac960p.inf                                                             2 KB   26/02/2006 05:21:20 PM      a 
   exr2000.inf                                                             2 KB   26/02/2006 05:21:20 PM      a 
   exr3000.inf                                                             2 KB   26/02/2006 05:21:20 PM      a 

   Total 9 file(s);  Size: 76059 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\L\4
   ===============================
   lsipseud.inf                                                            1 KB   26/02/2006 05:21:20 PM      a 
   mpixp32.cat                                                             1 KB   26/02/2006 05:21:20 PM      a 
   symmpi.inf                                                              3 KB   26/02/2006 05:21:20 PM      a 
   symmpi.sy_                                                             22 KB   07/10/2006 11:39:28 AM      a 

   Total 4 file(s);  Size: 28051 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\M
   =============================
   mv614x.inf                                                              2 KB   06/01/2006 06:40:14 PM      a 
   mv614x.sy_                                                             15 KB   07/10/2006 11:39:30 AM      a 

   Total 2 file(s);  Size: 18868 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\123
   =================================
   idecoi.dl_                                                             94 KB   07/10/2006 11:39:30 AM      a 
   nvata.cat                                                              10 KB   26/02/2006 05:21:20 PM      a 
   nvatabus.inf                                                            6 KB   26/02/2006 05:21:20 PM      a 
   NvAtaBus.sy_                                                           45 KB   07/10/2006 11:39:30 AM      a 
   nvcchflt.sy_                                                            9 KB   07/10/2006 11:39:30 AM      a 
   nvcoi.dl_                                                              16 KB   07/10/2006 11:39:30 AM      a 
   nvide.nv_                                                               1 KB   07/10/2006 11:39:30 AM      a 
   nvraid.cat                                                             10 KB   26/02/2006 05:21:20 PM      a 
   nvraid.inf                                                              4 KB   26/02/2006 05:21:20 PM      a 
   nvraid.sy_                                                             38 KB   07/10/2006 11:39:30 AM      a 
   nvraidco.dl_                                                            8 KB   07/10/2006 11:39:30 AM      a 
   nvuide.ex_                                                             48 KB   07/10/2006 11:39:30 AM      a 

   Total 12 file(s);  Size: 301316 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4
   ===============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4\I
   =================================
   idecoi.dl_                                                             90 KB   07/10/2006 11:39:30 AM      a 
   nvata.cat                                                               8 KB   02/05/2006 04:51:04 AM      a 
   nvata.inf                                                               2 KB   25/04/2006 12:41:44 AM      a 
   nvata.sy_                                                              51 KB   07/10/2006 11:39:30 AM      a 
   nvcoi.dl_                                                              17 KB   07/10/2006 11:39:30 AM      a 
   nvide.nv_                                                               1 KB   07/10/2006 11:39:30 AM      a 
   nvuide.ex_                                                             55 KB   07/10/2006 11:39:32 AM      a 

   Total 7 file(s);  Size: 233617 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4\R
   =================================
   idecoi.dl_                                                             90 KB   07/10/2006 11:39:32 AM      a 
   nvatabus.sy_                                                           51 KB   07/10/2006 11:39:32 AM      a 
   nvraid.cat                                                              9 KB   04/05/2006 12:22:52 AM      a 
   nvraid.inf                                                              5 KB   25/04/2006 12:40:16 AM      a 
   nvraid.sy_                                                             43 KB   07/10/2006 11:39:32 AM      a 
   nvraidco.dl_                                                            9 KB   07/10/2006 11:39:32 AM      a 

   Total 6 file(s);  Size: 214788 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4INTEL
   ====================================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4INTEL\I
   ======================================
   idecoi.dl_                                                             91 KB   07/10/2006 11:39:32 AM      a 
   nvata.cat                                                               8 KB   18/08/2005 03:53:46 AM      a 
   nvata.inf                                                               2 KB   12/08/2005 09:54:56 PM      a 
   nvata.sy_                                                              50 KB   07/10/2006 11:39:32 AM      a 
   nvcoi.dl_                                                              16 KB   07/10/2006 11:39:32 AM      a 
   nvide.nv_                                                               1 KB   07/10/2006 11:39:32 AM      a 
   nvuide.ex_                                                             48 KB   07/10/2006 11:39:34 AM      a 

   Total 7 file(s);  Size: 224086 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\4INTEL\R
   ======================================
   idecoi.dl_                                                             91 KB   07/10/2006 11:39:34 AM      a 
   nvatabus.sy_                                                           50 KB   07/10/2006 11:39:34 AM      a 
   nvraid.cat                                                              9 KB   01/09/2005 06:51:24 AM      a 
   nvraid.inf                                                              5 KB   25/08/2005 03:32:00 PM      a 
   nvraid.sy_                                                             40 KB   07/10/2006 11:39:34 AM      a 
   nvraidco.dl_                                                            9 KB   07/10/2006 11:39:34 AM      a 

   Total 6 file(s);  Size: 211460 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\590SLI
   ====================================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\590SLI\I
   ======================================
   idecoi.dl_                                                             90 KB   07/10/2006 11:39:34 AM      a 
   nvata.cat                                                               8 KB   11/05/2006 05:00:10 AM      a 
   nvata.inf                                                               2 KB   06/05/2006 08:53:58 PM      a 
   nvata.sy_                                                              51 KB   07/10/2006 11:39:34 AM      a 
   nvcoi.dl_                                                              17 KB   07/10/2006 11:39:34 AM      a 
   nvide.nv_                                                               1 KB   07/10/2006 11:39:34 AM      a 
   nvuide.ex_                                                             55 KB   07/10/2006 11:39:34 AM      a 

   Total 7 file(s);  Size: 232902 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\590SLI\R
   ======================================
   idecoi.dl_                                                             90 KB   07/10/2006 11:39:36 AM      a 
   nvatabus.sy_                                                           51 KB   07/10/2006 11:39:36 AM      a 
   nvraid.cat                                                              9 KB   14/05/2006 11:41:44 PM      a 
   nvraid.inf                                                              5 KB   05/05/2006 08:36:16 PM      a 
   nvraid.sy_                                                             43 KB   07/10/2006 11:39:36 AM      a 
   nvraidco.dl_                                                            9 KB   07/10/2006 11:39:36 AM      a 

   Total 6 file(s);  Size: 214368 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\N\TM
   ================================
   idecoi.dl_                                                             90 KB   07/10/2006 11:39:36 AM      a 
   nvatabus.inf                                                            4 KB   24/04/2006 05:47:22 PM      a 
   nvatabus.sy_                                                           51 KB   07/10/2006 11:39:36 AM      a 
   nvcoi.dl_                                                              17 KB   07/10/2006 11:39:36 AM      a 
   nvide.nv_                                                               1 KB   07/10/2006 11:39:36 AM      a 
   nvraid.inf                                                              3 KB   24/04/2006 05:47:26 PM      a 
   nvraid.sy_                                                             43 KB   07/10/2006 11:39:36 AM      a 
   nvraidco.dl_                                                            9 KB   07/10/2006 11:39:36 AM      a 
   nvuide.ex_                                                             55 KB   07/10/2006 11:39:36 AM      a 

   Total 9 file(s);  Size: 284013 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\1
   ===============================
   fasttrak.cat                                                            1 KB   26/02/2006 05:21:20 PM      a 
   fasttrak.inf                                                            5 KB   26/02/2006 05:21:20 PM      a 
   fasttrak.sy_                                                           35 KB   07/10/2006 11:39:36 AM      a 

   Total 3 file(s);  Size: 42320 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\2
   ===============================
   Fasttx2k.cat                                                            8 KB   26/02/2006 05:21:20 PM      a 
   fasttx2k.inf                                                            3 KB   26/02/2006 05:21:20 PM      a 
   fasttx2k.sy_                                                           70 KB   07/10/2006 11:39:38 AM      a 
   ptipbmf.dl_                                                            47 KB   07/10/2006 11:39:38 AM      a 

   Total 4 file(s);  Size: 133101 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\2\A
   =================================
   Fasttx2k.cat                                                            8 KB   26/02/2006 05:21:20 PM      a 
   fasttx2k.INF                                                            2 KB   26/02/2006 05:21:20 PM      a 
   fasttx2k.sy_                                                           70 KB   07/10/2006 11:39:38 AM      a 
   ptipbmf.dl_                                                            47 KB   07/10/2006 11:39:38 AM      a 

   Total 4 file(s);  Size: 132488 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\3
   ===============================
   bb-run.sy_                                                              8 KB   07/10/2006 11:39:38 AM      a 
   DontGo.sy_                                                              3 KB   07/10/2006 11:39:38 AM      a 
   ptipbm.dl_                                                              3 KB   07/10/2006 11:39:38 AM      a 
   S150sx8.cat                                                             7 KB   26/02/2006 05:21:20 PM      a 
   S150sx8.INF                                                             2 KB   26/02/2006 05:21:20 PM      a 
   S150sx8.sy_                                                            19 KB   07/10/2006 11:39:38 AM      a 
   ulutil2.dl_                                                            42 KB   07/10/2006 11:39:38 AM      a 

   Total 7 file(s);  Size: 89325 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\4
   ===============================
   FastSX.cat                                                              1 KB   26/02/2006 05:21:22 PM      a 
   fastsx.inf                                                              2 KB   26/02/2006 05:21:22 PM      a 
   fastsx.sy_                                                             89 KB   07/10/2006 11:39:38 AM      a 

   Total 3 file(s);  Size: 94324 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\5
   ===============================
   sptrak.inf                                                              1 KB   26/02/2006 05:21:22 PM      a 
   Sptrak.sy_                                                              7 KB   07/10/2006 11:39:38 AM      a 

   Total 2 file(s);  Size: 9739 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\6
   ===============================
   bb-run.sy_                                                              8 KB   07/10/2006 11:39:38 AM      a 
   DontGo.sy_                                                              3 KB   07/10/2006 11:39:38 AM      a 
   ptipbm.dl_                                                              3 KB   07/10/2006 11:39:38 AM      a 
   ULSATA.CAT                                                              8 KB   26/02/2006 05:21:22 PM      a 
   UlSata.inf                                                              2 KB   26/02/2006 05:21:22 PM      a 
   ulsata.sy_                                                             30 KB   07/10/2006 11:39:38 AM      a 
   ulutil2.dl_                                                            42 KB   07/10/2006 11:39:38 AM      a 

   Total 7 file(s);  Size: 101697 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\7
   ===============================
   bb-run.sy_                                                              8 KB   07/10/2006 11:39:40 AM      a 
   DontGo.sy_                                                              3 KB   07/10/2006 11:39:40 AM      a 
   ptipbm.dl_                                                              3 KB   07/10/2006 11:39:40 AM      a 
   ULSATA2.CAT                                                             9 KB   26/02/2006 05:21:22 PM      a 
   ulsata2.inf                                                             5 KB   26/02/2006 05:21:22 PM      a 
   ulsata2.sy_                                                            61 KB   07/10/2006 11:39:40 AM      a 
   ulutil2.dl_                                                            42 KB   07/10/2006 11:39:40 AM      a 

   Total 7 file(s);  Size: 136721 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\P\8
   ===============================
   ultra.cat                                                               7 KB   28/03/2006 04:43:42 PM      a 
   ultra.inf                                                               3 KB   28/03/2006 04:43:42 PM      a 
   ultra.sy_                                                              17 KB   07/10/2006 11:39:40 AM      a 

   Total 3 file(s);  Size: 28996 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q\1
   ===============================
   Oemsetup.inf                                                            2 KB   26/02/2006 05:21:22 PM      a 
   ql2100.cat                                                              6 KB   26/02/2006 05:21:22 PM      a 
   ql2100.sy_                                                             71 KB   07/10/2006 11:39:40 AM      a 

   Total 3 file(s);  Size: 81687 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q\2
   ===============================
   oemsetup.inf                                                            2 KB   26/02/2006 05:21:22 PM      a 
   ql2200.cat                                                              7 KB   26/02/2006 05:21:22 PM      a 
   ql2200.sy_                                                            112 KB   07/10/2006 11:39:40 AM      a 
   QLSDM.DL_                                                              42 KB   07/10/2006 11:39:40 AM      a 

   Total 4 file(s);  Size: 169167 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q\3
   ===============================
   oemsetup.inf                                                            3 KB   26/02/2006 05:21:22 PM      a 
   ql2300.cat                                                              1 KB   26/02/2006 05:21:22 PM      a 
   ql2300.sy_                                                            119 KB   07/10/2006 11:39:40 AM      a 
   QLSDM.DL_                                                              42 KB   07/10/2006 11:39:40 AM      a 

   Total 4 file(s);  Size: 169916 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\Q\4
   ===============================
   OEMSETUP.INF                                                            2 KB   26/02/2006 05:21:22 PM      a 
   ql12160.cat                                                             7 KB   26/02/2006 05:21:22 PM      a 
   ql12160.sy_                                                            26 KB   07/10/2006 11:39:42 AM      a 

   Total 3 file(s);  Size: 37447 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\1
   ===============================
   OEMSETUP.INF                                                            2 KB   26/02/2006 05:21:22 PM      a 
   PnP649r.sy_                                                            40 KB   07/10/2006 11:39:42 AM      a 

   Total 2 file(s);  Size: 44795 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\2
   ===============================
   pnp680.cat                                                              9 KB   26/02/2006 05:21:22 PM      a 
   Pnp680.sy_                                                             23 KB   07/10/2006 11:39:42 AM      a 
   SI680.inf                                                               3 KB   26/02/2006 05:21:22 PM      a 
   SilSupp.cp_                                                            25 KB   07/10/2006 11:39:42 AM      a 

   Total 4 file(s);  Size: 64124 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\3
   ===============================
   pnp680r.cat                                                             7 KB   26/02/2006 05:21:22 PM      a 
   PnP680r.sy_                                                            46 KB   07/10/2006 11:39:42 AM      a 
   SiI680r.inf                                                             3 KB   26/02/2006 05:21:22 PM      a 

   Total 3 file(s);  Size: 58863 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\4
   ===============================
   si3112.cat                                                             10 KB   04/05/2006 12:22:52 AM      a 
   SI3112.inf                                                             20 KB   18/04/2006 03:42:06 PM      a 
   Si3112.sy_                                                             43 KB   07/10/2006 11:39:42 AM      a 
   SiiSupp.vx_                                                             9 KB   07/10/2006 11:39:42 AM      a 
   SilSupp.cp_                                                            35 KB   07/10/2006 11:39:42 AM      a 
   SiRemFil.sy_                                                            2 KB   07/10/2006 11:39:42 AM      a 
   SiWinAcc.sy_                                                            5 KB   07/10/2006 11:39:42 AM      a 

   Total 7 file(s);  Size: 130841 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\5
   ===============================
   si3112r.cat                                                            18 KB   31/03/2006 01:36:22 AM      a 
   Si3112r.inf                                                            44 KB   15/03/2006 10:04:58 AM      a 
   Si3112r.sy_                                                            65 KB   07/10/2006 11:39:42 AM      a 
   SiiSupp.vx_                                                             9 KB   07/10/2006 11:39:42 AM      a 
   SilSupp.cp_                                                            35 KB   07/10/2006 11:39:42 AM      a 
   SiWinAcc.sy_                                                            5 KB   07/10/2006 11:39:42 AM      a 

   Total 6 file(s);  Size: 183130 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\5\A
   =================================
   si3112r.cat                                                            25 KB   26/02/2006 05:21:22 PM      a 
   Si3112r.inf                                                            72 KB   26/02/2006 05:21:22 PM      a 
   Si3112r.sy_                                                            62 KB   07/10/2006 11:39:42 AM      a 
   SilSupp.cp_                                                            30 KB   07/10/2006 11:39:42 AM      a 
   SIWinAcc.sy_                                                            5 KB   07/10/2006 11:39:42 AM      a 

   Total 5 file(s);  Size: 200568 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\6
   ===============================
   si3114.cat                                                              8 KB   13/07/2006 01:12:42 AM      a 
   SI3114.inf                                                              5 KB   07/07/2006 02:06:24 PM      a 
   Si3114.sy_                                                             42 KB   07/10/2006 11:39:42 AM      a 
   SiiSupp.vx_                                                             9 KB   07/10/2006 11:39:42 AM      a 
   SilSupp.cp_                                                            35 KB   07/10/2006 11:39:44 AM      a 
   SiWinAcc.sy_                                                            5 KB   07/10/2006 11:39:44 AM      a 

   Total 6 file(s);  Size: 110595 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\7
   ===============================
   si3114r.cat                                                            10 KB   04/05/2006 12:22:42 AM      a 
   SI3114r.inf                                                            12 KB   18/04/2006 11:44:36 AM      a 
   Si3114r.sy_                                                            66 KB   07/10/2006 11:39:44 AM      a 
   si3114r5.cat                                                           11 KB   25/05/2006 04:12:32 AM      a 
   si3114r5.inf                                                            9 KB   12/05/2006 02:50:52 PM      a 
   Si3114r5.sy_                                                          107 KB   07/10/2006 11:39:44 AM      a 
   SiiSupp.vx_                                                             9 KB   07/10/2006 11:39:44 AM      a 
   SilSupp.cp_                                                            35 KB   07/10/2006 11:39:44 AM      a 
   sippd.inf                                                               1 KB   12/04/2006 07:43:06 AM      a 
   SiWinAcc.sy_                                                            5 KB   07/10/2006 11:39:44 AM      a 

   Total 10 file(s);  Size: 276287 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\8
   ===============================
   si3124.cat                                                              8 KB   09/05/2006 06:32:04 AM      a 
   SI3124.inf                                                              4 KB   03/05/2006 03:31:10 PM      a 
   Si3124.sy_                                                             47 KB   07/10/2006 11:39:44 AM      a 
   SilSupp.cp_                                                            35 KB   07/10/2006 11:39:44 AM      a 
   SiWinAcc.sy_                                                            5 KB   07/10/2006 11:39:44 AM      a 

   Total 5 file(s);  Size: 103712 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\9
   ===============================
   si3124r.cat                                                             8 KB   26/02/2006 05:21:22 PM      a 
   SI3124r.inf                                                             3 KB   26/02/2006 05:21:22 PM      a 
   Si3124r.sy_                                                            63 KB   07/10/2006 11:39:44 AM      a 
   SIWinAcc.sy_                                                            5 KB   07/10/2006 11:39:44 AM      a 

   Total 4 file(s);  Size: 81892 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\A
   ===============================
   si3124r5.cat                                                            9 KB   26/02/2006 05:21:22 PM      a 
   Si3124r5.inf                                                            3 KB   26/02/2006 05:21:22 PM      a 
   Si3124r5.sy_                                                          105 KB   07/10/2006 11:39:44 AM      a 
   SilSupp.cp_                                                            36 KB   07/10/2006 11:39:44 AM      a 
   SIPPD.inf                                                               1 KB   26/02/2006 05:21:22 PM      a 
   SiWinAcc.sy_                                                            5 KB   07/10/2006 11:39:44 AM      a 

   Total 6 file(s);  Size: 163901 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\B
   ===============================
   si3132.cat                                                             11 KB   09/05/2006 06:32:08 AM      a 
   SI3132.inf                                                             13 KB   25/04/2006 01:49:34 PM      a 
   Si3132.sy_                                                             46 KB   07/10/2006 11:39:44 AM      a 
   SilSupp.cp_                                                            35 KB   07/10/2006 11:39:46 AM      a 
   SiRemFil.sy_                                                            2 KB   07/10/2006 11:39:46 AM      a 
   SiWinAcc.sy_                                                            5 KB   07/10/2006 11:39:46 AM      a 

   Total 6 file(s);  Size: 118072 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\S\C
   ===============================
   si3132r5.cat                                                           12 KB   29/05/2006 04:21:36 AM      a 
   si3132r5.inf                                                           12 KB   12/05/2006 03:33:14 PM      a 
   Si3132r5.sy_                                                          111 KB   07/10/2006 11:39:46 AM      a 
   SilSupp.cp_                                                            35 KB   07/10/2006 11:39:46 AM      a 
   sippd.inf                                                               1 KB   12/04/2006 07:43:06 AM      a 
   SiWinAcc.sy_                                                            5 KB   07/10/2006 11:39:46 AM      a 

   Total 6 file(s);  Size: 181962 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\SI
   ==============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\SI\1
   ================================
   property.dl_                                                           57 KB   07/10/2006 11:39:46 AM      a 
   sisraid.cat                                                             8 KB   26/02/2006 05:21:24 PM      a 
   SISRaid1.INF                                                            1 KB   26/02/2006 05:21:22 PM      a 
   sisraid1.sy_                                                           22 KB   07/10/2006 11:39:46 AM      a 

   Total 4 file(s);  Size: 91553 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\SI\2
   ================================
   property.dl_                                                           57 KB   07/10/2006 11:39:46 AM      a 
   sisraid.cat                                                             8 KB   26/02/2006 05:21:24 PM      a 
   SISRaid.INF                                                             1 KB   26/02/2006 05:21:24 PM      a 
   sisraid.pd_                                                            38 KB   07/10/2006 11:39:46 AM      a 
   sisraid.sy_                                                            22 KB   07/10/2006 11:39:46 AM      a 

   Total 5 file(s);  Size: 130763 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\SI\3
   ================================
   property.dl_                                                           57 KB   07/10/2006 11:39:46 AM      a 
   sisraid.cat                                                             8 KB   26/02/2006 05:21:24 PM      a 
   SISRaid2.INF                                                            1 KB   26/02/2006 05:21:24 PM      a 
   sisraid2.sy_                                                           16 KB   07/10/2006 11:39:46 AM      a 

   Total 4 file(s);  Size: 85415 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\V
   =============================

   Total 0 file(s);  Size: 0 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\V\1
   ===============================
   viamraid.cat                                                            8 KB   26/02/2006 05:21:24 PM      a 
   VIAMRAID.INF                                                            2 KB   26/02/2006 05:21:24 PM      a 
   viamraid.sy_                                                           49 KB   07/10/2006 11:39:46 AM      a 

   Total 3 file(s);  Size: 60895 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\V\2
   ===============================
   viapdsk.cat                                                             7 KB   26/02/2006 05:21:24 PM      a 
   viapdsk.sy_                                                            13 KB   07/10/2006 11:39:48 AM      a 
   viapide.inf                                                             2 KB   26/02/2006 05:21:24 PM      a 

   Total 3 file(s);  Size: 23264 Byte(s)
 
 
   K:\AiO\WIN2KPRO\$OEM$\$1\D\M\VM
   ==============================
   vmscsi.cat                                                              7 KB   26/02/2006 05:21:24 PM      a 
   vmscsi.inf                                                              1 KB   26/02/2006 05:21:24 PM      a 
   vmscsi.sy_                                                              6 KB   07/10/2006 11:39:48 AM      a 

   Total 3 file(s);  Size: 16024 Byte(s)


  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  Total 152 folder(s); 828 file(s)

  Total files size: 12 MB; 12440 KB; 12739048 Bytes

  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

I get this exact same error.

I started with RyanVM, then did some nlite tweaks (did not remove anything), and finally I used driverpacks for Mass storage (text mode) and Lan drivers.
I get the same AutoIT error, and if I click ok, I can then manually run the finisher and it completes just fine.

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

exact same thing here. Same error, logs look the same, and a manual run works beautifully.
just added chipset and nic drivers.

my process was:
nlite -> ryanvm -> driverpacks -> powerpacker xp

maybe it has to do with the fact that me and op are using multiboot cds?

oglsmm: are you?

maybe we can narrow it down...

EDIT:

Just spent hours playing. redid the iso, tried nlite after ryanvm, tried integrating more (chipset+cpu+storage) drivers, tried w/o the multiboot disk...

all same result. just like the topic picture.

EDIT2:

Tried 1 more time. Vanilla XP Oem install, driverpacks only! (no addons, no nlite, no multiboot), same results. seems like a nasty bug, i can't make it go away!

Last edited by theuni (2006-10-31 16:21:20)

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

starting to crap up my own thread there, heh

on a whim, i tried an older version of dp_base (6.08) and everything seems to have worked perfectly. Only thing that worries me is this line in the DPsFnshr.log:

<crit> could not delete element from array!

something i should worry about?

Last edited by theuni (2006-10-31 17:14:02)

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

I also get this message/error in Virtual PC..

.log also ends with: 2006-11-05 16:59:11 : <INIT> Logging of HWIDs complete.
Only installed MassStorage (with textmode), LAN and Chipset.. all latest versions with 6.10. Chose method 1, after I did my nLite thing..
And I used GUIRunOnce for post install but nothing installed except the DriverPacks.

C:\D and all its drivers are still there even though I did not KTD. There are also quite a few files in the root of C:\. Hrm..

How much does this error matter? Were the drivers installed and just had a problem cleaning up? Would my system be fine if I just deleted the C:\D directory and the files in C:\? Seems OK so far but of course, no errors is best. smile

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

no good answers i got

Re: [NEEDS REPLY] Cryptic AutoIt error on GUIRunOnce

Also getting this same error.

Line 0 (File "C:\DPsFnshr.exe"):
for $i=1 to $exceptions[0][0]
for $i=1 to $exceptions^ ERROR
Error: Subscript used with non-Array variable.

It applies to XP and Server 2003, multi boot or non multi boot.

It does not happen if you slipstream ALL driverpacks, but seems to
always happen with any combination of the others! It is driving me crazy sad

Does this shed any light on the matter:

http://www.autoitscript.com/forum/index … opic=35036

What other versions of the driverpacks BASE can I use?

I know its a v6.10 error because people have said they didnt get it with v6.08.