May 19, 200422 yr Wenn I have installed my burned XP CD and restartet, it says that it can't find hotfixes.cmdI burn the contents from C:\WINXP\XPCD on my CD.My 2 hotfixes that has to be installed with hotfixes.cmd is together with hotfixes.cmd in this pathC:\WINXP\XPCD\$OEM$\$1\Install\hotfixesHave I misunderstanded somethin about the path to hotfixes and a burned CD ??What's wrong???
May 19, 200422 yr Your path right now is pointing to the original location of the files. When you run Windows setup, that's NOT where those files are copied to. Any files in the $OEM$\$1 directory are copied to C:\ during setup. Therefore, your path should be c:\Install\hotfixes.cmd (or better yet, %systemdrive%\Install\hotfixes.cmd).
May 24, 200422 yr Author Okay. Thanks.I have tryed that, but after installation it still can't find the hotfixes.cmdWenn I look at C drive on my new installed pc, there is no install folder.So there has to be something wrong with my oem folder or sif file ???
May 24, 200422 yr Author is my hotfixes.cmd okay???@echo off ECHO.start /wait %systemdrive%\install\hotfixes\KB817787.EXE /Q:A /R:NECHO.start /wait %systemdrive%\install\hotfixes\Q832483.EXE /Q:A /R:NECHOBut maybe this is'nt the problem.The message i get says that it can't find the hotfixes.cmd file.And I can't find the install folder on my c drive.So am I right to surpose that there is a problem with the installing of my $oem$ folders ?´Remember that I burn the XPCD to a bootable XP CD and install it all from CD.Is my sif file okay??;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" OemSkipEula=Yes[unattended] UnattendMode=FullUnattended OemPreinstall=No TargetPath=\WINDOWS OemSkipEula=YesOemPnPDriversPath="Drivers\001_gigabit_LAN"DriverSigningPolicy=Ignore [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 AdminPassword=* TimeZone=105 OemSkipWelcome=1[userData] ProductKey=xxxxxxxxxxxxxxxxxxxxx FullName="Navn" OrgName="" ComputerName=Minpc[TapiLocation] CountryCode=45 Dialing=Tone[identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[Display] Xresolution=1024 YResolution=768[RegionalSettings] LanguageGroup=2,1 Language=00000406[branding] BrandIEUsingUnattended=Yes Home_Page=www.wa.dk Search_Page=www.google.com[Proxy] Proxy_Enable=0 Use_Same_Proxy=0[GuiRunOnce]%systemdrive%\install\hotfixes\hotfixes.cmd
May 24, 200422 yr Author Thanks for using time to look it trough.How stupid of me not to see that :-)can I put comments in my sif file, that will not disturbe the installation?I'm here thinking of comments that reminds me about what each line are doing...
Create an account or sign in to comment