Content Type
Profiles
Forums
Events
Everything posted by Yzöwl
-
Making an app OS dependant
Yzöwl replied to mstester's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Okay, I'm all for healthy debate! Unfortunately crahak's latest post was a little bit beyond what I would term healthy and has as such been removed. If you must fight, please keep it a clean. Thank you. -
Just a quick update on my problem... The error still shows after removing MP10Setup.exe and WindowsMedia10-KB917734-x86-ENU.exe and adding WindowsMedia9-KB917734-x86-ENU.exe. <Edit> In HFSLIPWU.INF, I found... 1="Windows CD","WIN51",,"I386" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZZ999",999,Cleanup,"CMD.EXE /C RD/Q/S ""%%SystemRoot%%\HFSLIP"""This is an example of the second line using corrected syntax... HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZZ,999,,"CMD.EXE /C RD/Q/S ""%SystemRoot%\HFSLIP"""I hope this helps! The syntax of the [sourceDisksNames] section is Forcing the volume label onto all users could be difficult for those of us creating and burning our own isos.Why does yours not follow these rules? </Edit>
-
As a side note (complaint) to your original 'batch code', you really need to use some sort of error trapping. For example your user uses a blank name your user makes a mistake your user inputs illegal characters your user types a name of a folder which already exists The 'batch language' is not the best choice to cover these sorts of things, however an attempt should be made to do so. <Edit> Here is an easy read example which covers the above scenarios reasonably well. @ECHO OFF SETLOCAL ENABLEEXTENSIONS SET BN="%TEMP%\_BADNAME.DAT" SET MN="%TEMP%\_MYNAME.DAT" >%BN% ( ECHO.\ ECHO./ ECHO.* ECHO.^| ECHO.^< ECHO.^> ECHO.: ECHO.? ECHO., ECHO.^") :FOLDNAME FOR %%? IN (NAME Z ANSR) DO (SET %%?=) CLS (SET /P NAME= PLEASE ENTER YOUR CHOSEN DIRECTORY NAME: ) <NUL (SET /P Z=%NAME%)>%MN% IF DEFINED NAME (GOTO CHKIT) CLS ECHO/ BLANK NAMES ARE NOT ACCEPTED! ECHO/ SET /P "ANSR= DO YOU WISH TO CHOOSE A DIRECTORY NAME (Y/N)? " IF /I '%ANSR:~0,1% NEQ 'Y (GOTO EOF) GOTO FOLDNAME :CHKIT ECHO/%NAME%|FINDSTR/G:"%BN%" %MN%||GOTO RSURE CLS ECHO/ YOUR NAME CONTAINS ILLEGAL CHARACTERS! ECHO/ ECHO/ PLEASE CHOOSE ANOTHER DIRECTORY NAME. PING -n 4 LOCALHOST>NUL GOTO FOLDNAME :RSURE CLS IF DEFINED ANSR (SET ANSR=) ECHO/ ECHO/ THE DIRECTORY NAME YOU HAVE CHOSEN IS ECHO/ ECHO/ %NAME% ECHO/ SET /P "ANSR= WOULD YOU LIKE TO CHANGE IT (Y/N)? " IF /I '%ANSR:~0,1% EQU 'Y (GOTO FOLDNAME) :UNUSED IF NOT EXIST %NAME% GOTO DONE CLS ECHO/ THE NAME YOU HAVE CHOSEN ALREADY EXISTS! ECHO/ PLEASE CHOOSE ANOTHER DIRECTORY NAME. PING -n 4 LOCALHOST>NUL GOTO FOLDNAME CLS :DONE ECHO/ ECHO/ YOU'VE CHOSEN A NEW VALID DIRECTORY NAMED ECHO/ %NAME% PAUSE :EOF DEL %BN% %MN%You would replace or add to the data beneath the DONE label </Edit>
-
Thanks for the idea, I do have a HFCLEANUP folder containing DBLBINXP.EXT and since I'm running out of ideas, it may be worth a look.
-
All of my MD5s were checked and verified with those given on this forum. I just ran all of the commands after the error box was closed and the system up and running. If you say that the file is registerable, and the message I get is that it is not, then it is more likely thatYou are wrong! try the command without the silent switch The problem is as I feared to do with the newer method of WMP integration. I'll try a run without any WMP stuff tomorrow and see what happens!
-
$OEM$ folders are copied but applications aren't install
Yzöwl replied to HPeron's topic in Unattended Windows 2000/XP/2003
REG.EXE is a resource kit tool for Windows 2000, it does not form part of the Operating System. It should be found in your system directory although it will work anywhere within your PATH. Since you say that all the runonceex.cmd lines are applied to the registry you must have it! -
[VBScript]Clipboard
Yzöwl replied to Mangix's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
As far as I'm aware, you could be out of luck. You could access the clipboard data, but whether there would be a way, without possibly using the clipboard object in VB, to ascertain the data type would be doubtful. My best guess would be to see if there was something distinguishable in all images and try to parse the clipboard data using the ADOStream object to read it as binary. -
Yes they are, all the files in [PFILESn] appear to have copied over. All the [ROROE] commands work manually after the error too, although I do get this message MFPLAT.DLL was loaded, but the DllRegisterServer entry point was not found. This file can not be registered.I'm as yet to find the cause, none of the [HFSLIPREG] settings are applied though. My only current route is to comment out each of the [ROROE] commands one by one in individual tests to see if it's any of them which are failing, I've already tried with MFPLAT.DLL, but still get the error. I have been holding off on all the other entries because the error says installation not registering. <Edit> The only change in that file from the August stable though is the addition of the [PFILESn] stuff from the changes implemented in WMP10 integration, I may therefore start looking at WMP and/or its updates </Edit>
-
You know what I mean! There is nothing wrong with the inf file running, just one or more of the lines in it at runonceex; or something else running at runonceex, stopping those entries from completing. All I need to do now is find a way of logging the runonceex procedure and possibly whatever batch file is showing when the dialog comes up. My program files are all copied over and working fine!
-
At first logon, i.e runonceex stageThats what gave me the headaches too, the console window closes almost immediately the error box is OK'd. Why would the current user name be echoed, but not as the prompt? The cursor is flashing in the line underneath. If I CTRL-C in the console before OKing the error box, I get the 'Do you wish to terminate this batch' message upon returning to the console. No I know, all I know is that the registering of one of one or more of the wu*.dlls is not happening. The entries are only added as shown after updating and choosing show updates, none of the HFSLIPped updates are there. Yes they're all there 'cabbed'. Me neither Well that will be due to my error. HFSLIPWU.INF is failing before my WU dlls are registered and [HFSLIPREG] is run, hence the error dialog.
-
Okay, here's some more info on my problem. I noticed I was getting this error, which I'd been foolishly ignoring! I traced this to HFSLIPWU.INF somewhere around here HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","214",0,"%11%\regsvr32 /s """%11%\wuaueng.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","215",0,"%11%\regsvr32 /s """%11%\wups.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","216",0,"%11%\regsvr32 /s """%11%\wups2.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","217",0,"%11%\regsvr32 /s """%11%\wuweb.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","218",0,"%11%\regsvr32 /s """%11%\wuapi.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","219",0,"%11%\regsvr32 /s """%11%\wuaueng1.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","220",0,"%11%\regsvr32 /s """%11%\wucltui.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","221",0,"%11%\regsvr32 /s """%11%\iuctl.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","222",0,"%11%\regsvr32 /s """%11%\muweb.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","223",0,"%11%\regsvr32 /s """%11%\msxml4.dll"""" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","224",0,"%11%\regsvr32 /s """%11%\msxml6.dll""""I loaded up services.msc to once again find no Automatic Updates service. Then I ran the first command from the section I've just posted, (obviously without the unneeded switch, multiple quotes or path) rundll32 wuaueng.dllAfter a refresh in services.msc the service was now shown. I ran Windows Update but it failed to work! When I checked again in services.msc, the service needed starting. However, when I tried that I got this! A reboot later and 'all was fine', the service started and WU ran fine. As a final addition to my woes, WU reported that I needed these KB898461 KB892130 IE7 KB918899 KB885836The second and third are understandable, however the other three are already in my HF folder! Here they shown in Add or Remove Programs minus IE7 as proof.
-
Are you sure about that?Check out my posted sif, my WXP source is using the data you've stated for W2k3!
-
Thanks for the response, it does appear, both from my 'guesstimation' and your information, that HFSLIP does indeed create the wrong settings, certainly based upon what I was led to believe was the correct storage.ini data. It not only uses all sys files, but the SourceDiskFiles, data is also different from what you've just given!
-
Here you go, including the AU.inf from before! files.rar
-
Bump! Here is the content of the other 2 txtsetup.oem files, as you can see there are no entries in my oem files for jgogo iaAHCI or SiWinAcc. Could you therefore tell me what I need to add that the oem files didn't require. ; **************************************************************************** ; **************************************************************************** ; ** Filename: TxtSetup.OEM ; **************************************************************************** ; **************************************************************************** [Disks] disk1 = "JMB36X", \x32\jraid.inf, \x32 disk2 = "JMB36X", \amd64\jraid.inf, \amd64 [Defaults] scsi = JMicron_I386 ;----------- Component Section ----------- [scsi] JMicron_I386 = "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" JMicron_Amd64 = "JMicron JMB36X RAID Controller (Windows XP/2003 64bit)" ;------------------------------------------- [Files.scsi.JMicron_I386] driver = disk1, jraid.sys, Jraid driver = disk1, Jgogo.sys, Jgogo inf = disk1, jraid.inf catalog = disk1, jraid.cat ;------------------------------------------- [Files.scsi.JMicron_Amd64] driver = disk2, jraid.sys, Jraid driver = disk2, Jgogo.sys, Jgogo inf = disk2, jraid.inf catalog = disk2, jraid.cat ;------------------------------------------- [Config.Jraid] value = parameters\PnpInterface,5,REG_DWORD,1 ;-------------------------------------------- [HardwareIds.scsi.JMicron_I386] id = "PCI\VEN_197B&DEV_2360", "Jraid" id = "PCI\VEN_197B&DEV_2361", "Jraid" id = "PCI\VEN_197B&DEV_2363", "Jraid" id = "PCI\VEN_197B&DEV_2365", "Jraid" id = "PCI\VEN_197B&DEV_2366", "Jraid" [HardwareIds.scsi.JMicron_Amd64] id = "PCI\VEN_197B&DEV_2360", "Jraid" id = "PCI\VEN_197B&DEV_2361", "Jraid" id = "PCI\VEN_197B&DEV_2363", "Jraid" id = "PCI\VEN_197B&DEV_2365", "Jraid" id = "PCI\VEN_197B&DEV_2366", "Jraid" ; **************************************************************************** ; **************************************************************************** ; ** Filename: TxtSetup.OEM ; **************************************************************************** ; **************************************************************************** [Disks] disk1 = "Intel Matrix Storage Manager driver for 32bit", \32bit\iaStor.sys, \32bit\ disk2 = "Intel Matrix Storage Manager driver for 64bit", \64bit\iaStor.sys, \64bit\ [Defaults] scsi = iaStor_32bit ;----------- Component Section ----------- [scsi] iaStor_32bit = "Intel® SATA RAID Controller (32bit)" iaAHCI_32bit = "Intel® SATA AHCI Controller (32bit)" iaStor_64bit = "Intel® SATA RAID Controller (64bit)" iaAHCI_64bit = "Intel® SATA AHCI Controller (64bit)" ;------------------------------------------- [Files.scsi.iaStor_32bit] driver = disk1, iaStor.sys, iaStor inf = disk1, iaStor.inf catalog = disk1, iaStor.cat [Files.scsi.iaAHCI_32bit] driver = disk1, iaStor.sys, iaStor inf = disk1, iaAHCI.inf catalog = disk1, iaAHCI.cat [Files.scsi.iaStor_64bit] driver = disk2, iaStor.sys, iaStor inf = disk2, iaStor.inf catalog = disk2, iaStor.cat [Files.scsi.iaAHCI_64bit] driver = disk2, iaStor.sys, iaStor inf = disk2, iaAHCI.inf catalog = disk2, iaAHCI.cat ;------------------------------------------- [Config.iaStor] value = "", tag, REG_DWORD, 1b value = "", ErrorControl, REG_DWORD, 1 value = "", Group, REG_SZ, "SCSI miniport" value = "", Start, REG_DWORD, 0 value = "", Type, REG_DWORD, 1 ;------------------------------------------------------- [HardwareIds.scsi.iaStor_32bit] id = "PCI\VEN_8086&DEV_2822&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2821&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2682&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2681&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_27C3&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_27C6&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_27C1&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_27C5&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2652&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2652&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2653&CC_0106","iaStor" [HardwareIds.scsi.iaAHCI_32bit] id = "PCI\VEN_8086&DEV_2822&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2821&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2682&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2681&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_27C3&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_27C6&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_27C1&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_27C5&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2652&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2652&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2653&CC_0106","iaStor" [HardwareIds.scsi.iaStor_64bit] id = "PCI\VEN_8086&DEV_2822&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2821&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2682&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2681&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_27C3&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_27C6&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_27C1&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_27C5&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2652&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2652&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2653&CC_0106","iaStor" [HardwareIds.scsi.iaAHCI_64bit] id = "PCI\VEN_8086&DEV_2822&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2821&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2682&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2681&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_27C3&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_27C6&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_27C1&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_27C5&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2652&CC_0104","iaStor" id = "PCI\VEN_8086&DEV_2652&CC_0106","iaStor" id = "PCI\VEN_8086&DEV_2653&CC_0106","iaStor"Also I'm assuming that adding multiple drivers to the txtsetup.sif will not cause any problems; only the required files will load will they?
-
Here you go! ; Installation of AutoUpdate Service ; Copyright Microsoft ® 2003 [Version] Signature="$Windows NT$" ClassGUID={00000000-0000-0000-0000-000000000000} LayoutFile=layout.inf [DestinationDirs] AUCopyFilesSys = 11 AUDelSysFiles = 11 ; system directory AUDelRootFiles = 25 ; windows directory AUDelInfFiles = 17 CUNDelSysFiles = 11 ; LDID_SYS CUNDelInfFiles = 17 ; LDID_INF CUNDelTaskFile = 10, Tasks ;LDID_WIN [DefaultInstall] DelFiles = AUDelSysFiles, AUDelRootFiles, AUDelInfFiles, CUNDelSysFiles, CUNDelInfFiles, CUNDelTaskFile DelReg = DelAUKeys, DelCUNKeys, DelW2kAUKeys, DelOtherKeys AddReg = AddRegControlPanelCategory, AddRegKillBit CopyFiles = AUCopyFilesSys RegisterDLLs = AU_dlls [AUCopyFilesSys] [AU_dlls] [AUDelSysFiles] [AUDelRootFiles] [AUDelInfFiles] [CUNDelSysFiles] [CUNDelInfFiles] [CUNDelTaskFile] [DelAUKeys] ;wuv3is ;wuauboot ;wuauclt ;wuaucpl ;auhook ;wuaures ;wuaupd [DelCUNKeys] [DelW2kAUKeys] [DelOtherKeys] ; Service Startup Key ; old IUpdate ; wuv3is.dll ; wupdinfo.dll ;iuctl.dll [AddRegKillBit] ;AddRegKillBit WUV3IS [AddRegControlPanelCategory] [Strings] ;Non-Localizable ;Localizable ;needs to be localized exactly as the task scheduler job created by CUN WUCUN_TS_JOBFILE = "windows critical update notification.job"Anything else, just let me know! Thanks.
-
I did, before I reposted. The HFSLIP run went perfectly as did the installation. All I did after install was check in services.msc to once again find no Automatic updates service. And before anyone stupidly asks, I dont use addons, remove files, do service 'tweaks' etc. just a few IE and cmd shell tweaks and integrate XPize, (v4.51 not the current Beta). <Edit> One thing though, which as an afterthought may be relevant, using XPize 4.5, my hfslip took around 17½ mins whereas useing 4.51 only takes 13½ mins. The XPize version may or may not be relevant, however it is likely that the lost 4 minutes is! </Edit>
-
I didn't write the SCSI.Load section, HFSLIP did. Since those entries are missing in SCSI and HardwareIdsDatabase in my original Txtsetup.oem I didn't think they needed creating as additional entries. Are you sure that they aren't just 'required' based purely on their extension and not on whether they are needed?
-
Yes. Please read the changelog for HFSLIP 1.0. Yep, that's sorted the dialog.It would have been better, had you updated your updates page on this forum, I didn't know that those files were updated. The changelog isn't an obvious enough method to start informing people that files are no longer supported. What about the Automatic Updates? They still do not have a service etc.
-
Here is the TxtSetup.OEM, what do you think? ; This file installs the SiI 3132 Serial ATA Soft RAID 5 and non-RAID driver as part of ; text mode setup on Windows 2000, Windows XP and Windows 2003. ; ; Copyright © 2005 by Silicon Image, Inc. ; All rights reserved [Disks] disk1 = "Silicon Image SiI 3132 RAID Driver Installation Disk",\RAID\Si3132r5.sys,\RAID\ disk2 = "Silicon Image SiI 3132 SATA Driver Installation Disk",\SATA\si3132.sys,\SATA\ [Defaults] SCSI = Si3132r5_XP [SCSI] ; HwComponent section Si3132r5_XP = "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" Si3132r5_2K = "SiI 3132 SATA RAID Controller for Windows 2000 (32bit)" Si3132_XP = "SiI 3132 SATA IDE Controller for Windows XP/Server 2003 (32bit)" Si3132_2K = "SiI 3132 SATA IDE Controller for Windows 2000 (32bit)" [Files.SCSI.Si3132r5_XP] driver = disk1,Si3132r5.sys, Si3132r5 driver = disk1,SiWinAcc.sys, SiFilter inf = disk1,Si3132r5.inf dll = disk1,SilSupp.cpl inf = disk1,SIPPD.inf catalog = disk1, Si3132r5.cat [Files.SCSI.Si3132r5_2K] driver = disk1,Si3132r5.sys, Si3132r5 inf = disk1,Si3132r5.inf dll = disk1,SilSupp.cpl inf = disk1,SIPPD.inf catalog = disk1, Si3132r5.cat [Files.SCSI.Si3132_XP] driver = disk2,si3132.sys, Si3132 driver = disk2,SiWinAcc.sys, SiFilter inf = disk2,SI3132.inf dll = disk2,SilSupp.cpl catalog = disk2, Si3132.cat [Files.SCSI.Si3132_2K] driver = disk2,si3132.sys, Si3132 inf = disk2,SI3132.inf dll = disk2,SilSupp.cpl catalog = disk2, Si3132.cat [HardwareIds.SCSI.Si3132r5_XP] id = "PCI\VEN_1095&DEV_3132&SUBSYS_71321095", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_81771043", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_71001462", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_B0031458", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_902C1695", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_056EA0A0", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0CAA105B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_105B147B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_105C147B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_105D147B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_105E147B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_300A148C", "Si3132r5" [HardwareIds.SCSI.Si3132r5_2K] id = "PCI\VEN_1095&DEV_3132&SUBSYS_71321095", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_81771043", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_71001462", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_B0031458", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_902C1695", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_056EA0A0", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0CAA105B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_105B147B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_105C147B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_105D147B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_105E147B", "Si3132r5" id = "PCI\VEN_1095&DEV_3132&SUBSYS_300A148C", "Si3132r5" [Config.Si3132r5] value = ProblemDevices, "", REG_SZ, "" value = ProblemDevices, "Maxtor 4D060H3 DAK05GK0", REG_SZ, "MaxMode = UDMA-5" [HardwareIds.SCSI.Si3132_XP] id = "PCI\VEN_1095&DEV_3132&SUBSYS_31321095", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_710A1462", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_B0021458", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0CA9105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_3009148C", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_88881019", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_819F1043", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_09781019", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_716A1462", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_715A1462", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0CAB105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0CAD105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C8F105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C8D105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C8B105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C89105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C87105B", "Si3132" [HardwareIds.SCSI.Si3132_2K] id = "PCI\VEN_1095&DEV_3132&SUBSYS_31321095", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_710A1462", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_B0021458", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0CA9105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_3009148C", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_88881019", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_819F1043", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_09781019", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_716A1462", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_715A1462", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0CAB105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0CAD105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C8F105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C8D105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C8B105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C89105B", "Si3132" id = "PCI\VEN_1095&DEV_3132&SUBSYS_0C87105B", "Si3132" [Config.Si3132] value = ProblemDevices, "", REG_SZ, "" value = ProblemDevices, "Maxtor 4D060H3 DAK05GK0", REG_SZ, "MaxMode = UDMA-5" value = ProblemDevices, "HDS724040KLSA80 KFAOA32A", REG_SZ, "DisableAtaQueueing" value = ProblemDevices, "HDS722525VLSA80 V36OA6MA", REG_SZ, "DisableAtaQueueing" value = ProblemDevices, "HDS722516VLSA80 V34OA6MA", REG_SZ, "DisableAtaQueueing"Obviously I had no need for the 2k stuff.
-
My files do not contain a @ symbol! The ® is a forum code rendering /display problem, my actual file content is (R)
-
Small problem! -(click me) Here's my relevant sections in TXTSETUP.SIF [SourceDisksFiles] SPX.CAB = 1,,,,,,_x,39,0,0 iaahci.cat = 1,,,,,,,2,0,0,,1,2 iaahci.inf = 1,,,,,,,20,0,0,,1,20 iastor.cat = 1,,,,,,,2,0,0,,1,2 iastor.inf = 1,,,,,,,20,0,0,,1,20 iastor.sys = 1,,,,,,3_,4,1,,,1,4 jgogo.sys = 1,,,,,,3_,4,1,,,1,4 jraid.cat = 1,,,,,,,2,0,0,,1,2 jraid.inf = 1,,,,,,,20,0,0,,1,20 Jraid.sys = 1,,,,,,3_,4,1,,,1,4 si3132r5.cat = 1,,,,,,,2,0,0,,1,2 SI3132r5.inf = 1,,,,,,,20,0,0,,1,20 Si3132r5.sys = 1,,,,,,3_,4,1,,,1,4 SilSupp.cpl = 1,,,,,,,2,0,0,,1,2 SIPPD.inf = 1,,,,,,,20,0,0,,1,20 SiWinAcc.sys = 1,,,,,,3_,4,1,,,1,4 [SCSI.Load] iastor = iastor.sys,4 jgogo = jgogo.sys,4 Jraid = Jraid.sys,4 Si3132r5 = Si3132r5.sys,4 SiWinAcc = SiWinAcc.sys,4 [SCSI] iaAHCI = "Intel® SATA AHCI Controller (32bit)" iaStor = "Intel® SATA RAID Controller (32bit)" Jraid = "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" Si3132r5 = "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" [HardwareIdsDatabase] PCI\VEN_1095&DEV_3132&SUBSYS_71321095 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_81771043 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_71001462 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_B0031458 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_902C1695 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_056EA0A0 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_0CAA105B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_105B147B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_105C147B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_105D147B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_105E147B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_300A148C = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_197B&DEV_2360 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_197B&DEV_2361 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_197B&DEV_2363 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_197B&DEV_2365 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_197B&DEV_2366 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_8086&DEV_2822&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2821&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2682&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2681&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_27C6&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2822&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2821&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2682&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2681&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_27C6&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)"Here's my storage.ini [HardwareIdsDatabase] PCI\VEN_1095&DEV_3132&SUBSYS_71321095 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_81771043 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_71001462 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_B0031458 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_902C1695 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_056EA0A0 = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_0CAA105B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_105B147B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_105C147B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_105D147B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_105E147B = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_1095&DEV_3132&SUBSYS_300A148C = "Si3132r5", "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)" PCI\VEN_197B&DEV_2360 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_197B&DEV_2361 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_197B&DEV_2363 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_197B&DEV_2365 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_197B&DEV_2366 = "Jraid", "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" PCI\VEN_8086&DEV_2822&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2821&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2682&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2681&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_27C6&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor", "Intel® SATA RAID Controller (32bit)" PCI\VEN_8086&DEV_2822&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2821&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2682&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2681&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_27C6&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_27C1&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_27C5&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2652&CC_0104 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2652&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" PCI\VEN_8086&DEV_2653&CC_0106 = "iaStor", "Intel® SATA AHCI Controller (32bit)" [SCSI] iaAHCI = "Intel® SATA AHCI Controller (32bit)" iaStor = "Intel® SATA RAID Controller (32bit)" Jraid = "JMicron JMB36X RAID Controller (Windows 2K/XP/2003)" Si3132r5 = "SiI 3132 SATA RAID Controller for Windows XP/Server 2003 (32bit)"Any help appreciated!
-
Error dialog - 61027a, any ideas? TIA <Edit> Is this relevant? 60810 - /Q /C /T:"%PREP%WORK\MSXML" 61027a - /QUIET /X:"%PREP%WORK\MSXML" \SOURCESS\I386 MSXML.DL_ - msxml.dll MSXML2.DL_ - msxml2.dll MSXML2R.DL_ - msxml2r.dll MSXML3.DL_ - msxml3.dll MSXML3R.DL_ - msxml3r.dll msxml4.ca_ - msxml4.cab msxml6.dl_ - msxml6.dll msxml6r.dl_ - msxml6r.dll MSXMLR.DL_ - msxmlr.dll </Edit> <Edit2> I have tried to use Windows Update, to check my system but have a major problem! I do not have an Automatic Updates service, what gives? Even the Automatic Updates cpl, which exists is completely greyed out! </Edit2>
-
As you are using MOVE, you will need to create the new containing folder first? Also the %HOMEDRIVE% variable, as far as I know, doesn't include the 'backslash' Using your syntax etc. IF NOT EXIST "%HOMEDRIVE%\Documents and Settings\%variable2%" ( MD "%HOMEDRIVE%\Documents and Settings\%variable2%" && ( MOVE "%HOMEDRIVE%\Documents and Settings\%variable1%" "%HOMEDRIVE%\Documents and Settings\%variable2%"))<Edit> Also I just thoght I'd mention one other thing, have you considered security permissions on the files and folders? or is the %homedrive% not NTFS? </Edit>
-
Although not an answer to your question, I thought I'd mention this: directx_oct2006_redist.exe - 55.5 MB (58,260,800 bytes)