PROBLEMCHYLD Posted August 28, 2011 Posted August 28, 2011 (edited) This is what the inf file looks like in the copyfiles=CopyFiles=Copy.Boot,Copy.Cab,Copy.Command,Copy.EBD,Copy.GFWin,Copy.GFOffice,Copy.Help,Copy.HT,Copy.Inf,Copy.IOSubSys,Copy.Machine,Copy.Media,Copy.MSDA,Copy.MUI,Copy.System,Copy.System32,Copy.SysBckup,Copy.TC,Copy.TEdit,Copy.TViewer,Copy.VMM32,Copy.891711,Copy.918547but when I add 2 more directories, copy.themes,copy.mspaintI get a rundll.exe error.Can someone help me fix this?Make note that all the directories are on the same line. Edited August 25, 2012 by PROBLEMCHYLD
ricktendo Posted August 28, 2011 Posted August 28, 2011 Do you also add the DestinationDirs for them?Post the entire inf file so we can see
PROBLEMCHYLD Posted August 28, 2011 Author Posted August 28, 2011 (edited) Edited October 17, 2011 by PROBLEMCHYLD
Yzöwl Posted August 28, 2011 Posted August 28, 2011 Try changing the single line to this:CopyFiles=Copy.Boot,Copy.Cab,Copy.Command,Copy.EBD,Copy.GFWin,Copy.GFOfficeCopyFiles=Copy.Help,Copy.HT,Copy.Inf,Copy.IOSubSys,Copy.Machine,Copy.MediaCopyFiles=Copy.MSDA,Copy.MUI,Copy.System,Copy.System32,Copy.SysBckup,Copy.TCCopyFiles=Copy.TEdit,Copy.TViewer,Copy.VMM32,Copy.891711,Copy.918547CopyFiles=Copy.themes,Copy.mspaint
PROBLEMCHYLD Posted August 28, 2011 Author Posted August 28, 2011 That stopped the rundll.exe error, but the 2 directories CopyFiles=Copy.themes,Copy.mspaintdoes not replace the files.Thanks, can you help with me the second problem?
Yzöwl Posted August 28, 2011 Posted August 28, 2011 This may sound silly but what happens if you change the last of those lines to read:CopyFiles=Copy.Themes,Copy.Mspaint
PROBLEMCHYLD Posted August 28, 2011 Author Posted August 28, 2011 This may sound silly but what happens if you change the last of those lines to read:CopyFiles=Copy.Themes,Copy.MspaintSorry the files did not copy
Guest Posted August 29, 2011 Posted August 29, 2011 Are the new files for Copy.Themes and Copy.Mspaint listed in Slayout1.inf or Slayout2.inf?
PROBLEMCHYLD Posted August 29, 2011 Author Posted August 29, 2011 (edited) Are the new files for Copy.Themes and Copy.Mspaint listed in Slayout1.inf or Slayout2.inf?Slayout1.infeven in Slayout2.inf they don't copy. Edited August 29, 2011 by PROBLEMCHYLD
Geej Posted August 29, 2011 Posted August 29, 2011 (edited) Try changing to[ProgramFilesDir] HKLM,"%CurrentVersion%","ProgramFilesDir","",%16422%[CommonFilesDir] HKLM,"%CurrentVersion%","CommonFilesDir","",%16422%\Common FilesEdit: remove quotes surrounding %16422% Edited August 29, 2011 by Geej
Yzöwl Posted August 29, 2011 Posted August 29, 2011 If you fix the lines as stated above, you can also remove the unnecessary CustomDestination.Section above it and then fix the invalid references, (49001, and 35353), to the custom locations you had created.Program Files\Common could also be changed to %16427%[ProgramFilesDir]HKLM, "%CurrentVersion%", "ProgramFilesDir", "", %16422%[CommonFilesDir]HKLM, "%CurrentVersion%", "CommonFilesDir", "", %16427%[DestinationDirs]Copy.Boot = 30Copy.Cab = 11, PrecopyCopy.Command = 13Copy.EBD = 13, EBDCopy.GFWin = 10, MsApps\GrphfltCopy.GFOffice = 16427, Micros~1\GrphfltCopy.Help = 18Copy.HT = 16422, Access~1\Hypert~1Copy.Inf = 17Copy.IOSubSys = 12Copy.Machine = 10Copy.Media = 10, MediaCopy.MSDA = 16427, System\Oledb~1Copy.Mspaint = 16422, Access~1Copy.MUI = 11, MUI\%LCID%Copy.System = 11Copy.System32 = 10, System32\DriversCopy.Sysbckup = 10, SysbckupCopy.TC = 16427, Micros~1\TextConvCopy.TEdit = 16427, Micros~1\TrieditCopy.Themes = 16422, Plus!Copy.TViewer = 16427, Tvview~1Copy.VMM32 = 22Copy.891711 = 11, KB891711Copy.918547 = 11, KB918547Del.Uninstall = 13Del.Windows = 25There are a few more references to 35353 below this which look like they should read 16427 to match the above.Additionally you appear to have an incomplete line:; TSHOOT.OCX HKLM,"Software\Microsoft\Internet Explorer\ActiveX Compatibility\{4B106874-DD36-11D0-8B44-00A024DD9EFF}","Compatibility Flags A fixed version of your file is included as an attachment.fixed.zip
PROBLEMCHYLD Posted August 29, 2011 Author Posted August 29, 2011 (edited) Thanks, but know I have another problemyour fixed inf gives me a can not find file Winboot.sys.Also the files copy themes + copy mspaint still do not copy. Edited August 29, 2011 by PROBLEMCHYLD
Yzöwl Posted August 29, 2011 Posted August 29, 2011 I have no idea what the contents of your layout files or which files are available for use by the inf.BTW, since I have only added whitespace to lines containing Winboot.sys, I'd suggest that using a DIRID of 30 for the Boot disk is possibly problematic. Try changing[DestinationDirs] Copy.Boot = 30to[DestinationDirs] Copy.Boot = 24so that it references the System disk.
PROBLEMCHYLD Posted August 29, 2011 Author Posted August 29, 2011 (edited) Does anyone know how to get the two files above to copy to there directories? Edited August 30, 2011 by PROBLEMCHYLD
PROBLEMCHYLD Posted August 30, 2011 Author Posted August 30, 2011 (edited) I have no idea what the contents of your layout files or which files are available for use by the inf.BTW, since I have only added whitespace to lines containing Winboot.sys, I'd suggest that using a DIRID of 30 for the Boot disk is possibly problematic. Try changing[DestinationDirs] Copy.Boot = 30to[DestinationDirs] Copy.Boot = 24so that it references the System disk.Thanks for your help Yzöwl. I want the forum to know I'm not the original creator of this service pack but I'm striving to update it.I have the necessary original Inf files attached below if you don't mind looking @ them. If anything is broken please help me fix them.Thanks Edited August 30, 2011 by PROBLEMCHYLD
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now