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 same
I have integrated some components via nlite :
XPSP3_QFE_UpdatePack_1.0.8_20090817.7z
DotNetFx_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.7z
How to resolve a problem ?
....
Page 1 of 1
Duplicated files Split from main WinsetupfromUSB
#2
Posted 27 August 2009 - 08:52 AM
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.
Copy edited txtsetup.sif to $WIN_NT$.~BT directory.
If unable to figure out- zip and attach with your next post txtsetup.sif.
#3
Posted 28 August 2009 - 05:11 AM
ilko_t
I 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 = 16
infobar.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"
infobar.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"
............................
infobar.wav = 16
navstart.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"
navstart.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"
............................
navstart.wav = 16
popupblk.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"
popupblk.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"
............................
popupblk.wav = 16
occache.ini = 1,,,,,,,1976,0,0,desktop.ini
occache.ini = 100,,,,,,,273,0,0,"desktop.ini"
............................
occache.ini = 16
webcheck.ini = 1,,,,,,,1975,0,0,desktop.ini
webcheck.ini = 100,,,,,,,274,0,0,"desktop.ini"
............................
webcheck.ini = 16
Quote
Check txtsetup.sif in USB stick root for duplicated entries for those files, comment out (put ; sign at fron of the line) the duplicates
I 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 = 16
infobar.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"
infobar.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"
............................
infobar.wav = 16
navstart.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"
navstart.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"
............................
navstart.wav = 16
popupblk.wav = 1,,,,,,,26,0,0,"Windows Feed Discovered.wav"
popupblk.wav = 100,,,,,,,26,0,0,"Windows Feed Discovered.wav"
............................
popupblk.wav = 16
occache.ini = 1,,,,,,,1976,0,0,desktop.ini
occache.ini = 100,,,,,,,273,0,0,"desktop.ini"
............................
occache.ini = 16
webcheck.ini = 1,,,,,,,1975,0,0,desktop.ini
webcheck.ini = 100,,,,,,,274,0,0,"desktop.ini"
............................
webcheck.ini = 16
#4
Posted 28 August 2009 - 05:39 AM
"1" means "original XP", "100" means service pack 1 (or later):
http://www.msfn.org/board/switches-txtsetu...852-page-3.html
Thus 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
:
I would anyway try commenting the "1"'s.
jaclaz
http://www.msfn.org/board/switches-txtsetu...852-page-3.html
Thus 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
Quote
occache.ini = 1,,,,,,,1976,0,0,desktop.ini
occache.ini = 100,,,,,,,273,0,0,"desktop.ini"
occache.ini = 100,,,,,,,273,0,0,"desktop.ini"
Quote
webcheck.ini = 1,,,,,,,1975,0,0,desktop.ini
webcheck.ini = 100,,,,,,,274,0,0,"desktop.ini"
webcheck.ini = 100,,,,,,,274,0,0,"desktop.ini"
I would anyway try commenting the "1"'s.
jaclaz
#5
Posted 28 August 2009 - 06:44 AM
jaclaz
should 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.ini
occache.ini = 100,,,,,,,273,0,0,"desktop.ini"
...................
;webcheck.ini = 1,,,,,,,1975,0,0,desktop.ini
webcheck.ini = 100,,,,,,,274,0,0,"desktop.ini"
should 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.ini
occache.ini = 100,,,,,,,273,0,0,"desktop.ini"
...................
;webcheck.ini = 1,,,,,,,1975,0,0,desktop.ini
webcheck.ini = 100,,,,,,,274,0,0,"desktop.ini"
This post has been edited by nikanuka: 28 August 2009 - 06:51 AM
#6
Posted 28 August 2009 - 07:23 AM
Share this topic:
Page 1 of 1



Help
Back to top










