Help - Search - Members - Calendar
Full Version: Duplicated files
MSFN Forums > Member Contributed Projects > Install Windows from USB

   


Google Internet Forums Unattended CD/DVD Guide
nikanuka
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 ?
....
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 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
ilko_t
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
jaclaz
"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 newwink.gif).

What makes me a bit dubious is the different "target" (Destination Directory) of these two couple of lines unsure.gif:

QUOTE
occache.ini = 1,,,,,,,1976,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"


I would anyway try commenting the "1"'s.


jaclaz
nikanuka
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"
jaclaz
QUOTE (nikanuka @ Aug 28 2009, 02:44 PM) *
jaclaz

should be like this?


Yep. smile.gif

jaclaz




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.