How to compress Winxp9in1? More than 4222MB???!!!!
#1
Posted 03 April 2005 - 06:30 AM
P.S:sorry if I post on wrong section
#2
Posted 03 April 2005 - 06:59 AM
The "-o" switch is needed to be used for this.
#3
Posted 03 April 2005 - 08:21 AM
cdimage looks for files with the that exact size and content, then at the time of creating the iso it copies the file just 1 time and the rest of similar files look at the same sector through the toc.
that is: if drivers.cab is the same for all w9x setups, it will only be copied 1 time on the cd and everytime drivers.cab is called (from differents w9x setups) it will be referred to the sector the first driver.cab was copied.... dunno if it's clear
that's why when you copy all the contents to your HD, i.e. drivers.cab will be copied multiple times to different locations
this is a trick named "re-link files" and it is mostly used at the time of ripping console backups
#4
Posted 03 April 2005 - 08:53 AM
my command is:
CLS
@echo off
TITLE Creating ISO Image of Windows XP Professional
ECHO.
ECHO Removing any possible attributes set on G:\XPCD and its subfolders...
attrib -R -H G:\XPCD /S /D
ECHO.
ECHO Creating ISO...
CDIMAGE.EXE -lWXPFPP_EN -t12/31/2002,12:00:00 -h -j1 -m -o -bxpboot.img G:\XPCD G:\winxp.ISO
ECHO.
PAUSE
EXIT
show me that:
#5
Posted 03 April 2005 - 10:06 AM
cdimage doesn't detect which is going to be the new image size, it just "needs" that amount of space.
edit: maybe is a stupid question but why r u copying the whole cd to the HD and then CDImage... shouldn't be easier to create the iso image and then burn it as always?
This post has been edited by SiMoNsAyS: 03 April 2005 - 10:10 AM
#6
Posted 03 April 2005 - 12:09 PM
Maybe there's a syntax error in your command. Also, cdimage will choke if you have directories going more than 8 levels deep.
Try getting cdimageGUI from the uA guide site, and monitor it for any error messages it throws up.
#7
Posted 04 April 2005 - 06:11 PM
is show same error ,i have more size to make iso.


@SiMoNsAyS
I want to make Unattended Windows for all version on 1 cd ,i get normal cd not include Unattended Windows.
#8
Posted 04 April 2005 - 08:50 PM
#9
Posted 05 April 2005 - 01:22 AM
maybe its that?
#11
Posted 05 April 2005 - 09:05 AM
#12
Posted 05 April 2005 - 10:10 AM
#14
Posted 07 April 2005 - 05:09 PM
1. Either its a file got from a network location or CD-rom drive and now can't be read due to some reason.
2. Its a file on HDD unreadable due to disk errors - run scandisk and confirm that all is fine.
#15
Posted 08 April 2005 - 12:24 AM
CDIMAGE.EXE -LWXPFPP_EN -T12/31/2002,12:00:00 -bxpboot.img -G -H -N -M -O -X G:\XPCD G:\winxp.ISO
Notice no -j1 option.. I have read about problems with that.
2nd solution.. There is a nice gui ISO program that can do optimization the same way now. You can try that too if you like. Shareware however.. But it works. Just need to enable the optimization function under properties.
http://www.ezbsystems.com/ultraiso/
Update, foregot one other suggestion.. While testing.. Save your self some time until you get this worked out. Take a ordinary folder of files around 100mb or soo.. Duplicate that folder bby jsut copying it and renaming it.. Then try to make a test iso with those two folders on it.. Should come out to 100mb obiously.. But, this way you can get the thing working without having to go through 4gb+ of data just to reach an error.
#18
Posted 11 April 2005 - 05:54 AM
#19
Posted 12 April 2005 - 05:31 PM
#20
Posted 12 April 2005 - 05:44 PM
you might want to read up at this site since your making a 9in1 cd
http://flyakite.msfnhosting.com/



Help


Back to top









