nikanuka Posted August 27, 2009 Posted August 27, 2009 when i'm installing windows xp from my usb stick (using this beautiful app), at the very beginning of installation, when windows copying files to hard drive, at the end of this process windows is unable to copy this files feeddisc.wav infobar.wav navstart.wav popupblk.wav occache.ini webcheck.ini tryed on another usb stick - result is sameI have integrated some components via nlite :XPSP3_QFE_UpdatePack_1.0.8_20090817.7zDotNetFx_3in1_Addon_v2.2.7z Adobe_Flash_AIO_1.4_AddOn.cab ASPI_addon.7z K-Lite Codec Pack Mega 5.0.5.cab WINRAR 3.80.CAB FolderSize-24.cab Foxit PDF Reader 3.0.1817 addon.rar HashCheck 2.1.11.cab Vista_Sounds.cab +driver pack above files are in XPSP3_QFE_UpdatePack_1.0.8_20090817.7zHow to resolve a problem ?....
ilko_t Posted August 27, 2009 Posted August 27, 2009 Check txtsetup.sif in USB stick root for duplicated entries for those files, comment out (put ; sign at fron of the line) the duplicates.Copy edited txtsetup.sif to $WIN_NT$.~BT directory.If unable to figure out- zip and attach with your next post txtsetup.sif.
nikanuka Posted August 28, 2009 Author Posted August 28, 2009 ilko_t Check txtsetup.sif in USB stick root for duplicated entries for those files, comment out (put ; sign at fron of the line) the duplicatesI have found duplicated entries for those files, but don't know which ones to comment out ...feeddisc.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"feeddisc.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"............................feeddisc.wav = 16infobar.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"infobar.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"............................infobar.wav = 16navstart.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"navstart.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"............................navstart.wav = 16popupblk.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"popupblk.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"............................popupblk.wav = 16occache.ini = 1,,,,,,,1976,0,0,desktop.inioccache.ini = 100,,,,,,,273,0,0,"desktop.ini"............................occache.ini = 16webcheck.ini = 1,,,,,,,1975,0,0,desktop.iniwebcheck.ini = 100,,,,,,,274,0,0,"desktop.ini"............................webcheck.ini = 16
jaclaz Posted August 28, 2009 Posted August 28, 2009 "1" means "original XP", "100" means service pack 1 (or later):http://www.msfn.org/board/switches-txtsetu...852-page-3.htmlThus the ones to be commented should be the ones with "1" (pardon me the pun ).What makes me a bit dubious is the different "target" (Destination Directory) of these two couple of lines :occache.ini = 1,,,,,,,1976,0,0,desktop.inioccache.ini = 100,,,,,,,273,0,0,"desktop.ini"webcheck.ini = 1,,,,,,,1975,0,0,desktop.iniwebcheck.ini = 100,,,,,,,274,0,0,"desktop.ini"I would anyway try commenting the "1"'s. jaclaz
nikanuka Posted August 28, 2009 Author Posted August 28, 2009 (edited) jaclazshould be like this?;feeddisc.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"feeddisc.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"...................;occache.ini = 1,,,,,,,1976,0,0,desktop.inioccache.ini = 100,,,,,,,273,0,0,"desktop.ini"...................;webcheck.ini = 1,,,,,,,1975,0,0,desktop.iniwebcheck.ini = 100,,,,,,,274,0,0,"desktop.ini" Edited August 28, 2009 by nikanuka
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now