MSFN Forum: How to compress Winxp9in1? - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

How to compress Winxp9in1? More than 4222MB???!!!! Rate Topic: -----

#1 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 03 April 2005 - 06:30 AM

if extract iso file make it before "size 700MB" will be size 4222MB,anyone know is possible make iso file with cdimage and make size near 700MB????I know is there way to make it but how???


P.S:sorry if I post on wrong section


#2 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 April 2005 - 06:59 AM

Using cdimage.exe, you need to "optimize" your ISO image.
The "-o" switch is needed to be used for this.

#3 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 03 April 2005 - 08:21 AM

the way it works:

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 :P

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 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 03 April 2005 - 08:53 AM

it stop process I don't know why??I have more space 10GB on drive G.


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:

Posted Image

#5 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 03 April 2005 - 10:06 AM

it says it needs 4232mb and probably you don't have that disk space available.
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 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 April 2005 - 12:09 PM

@RYU81
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 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 04 April 2005 - 06:11 PM

@prathapml

is show same error ,i have more size to make iso.
Posted Image
Posted Image

@SiMoNsAyS
I want to make Unattended Windows for all version on 1 cd ,i get normal cd not include Unattended Windows.

#8 User is offline   sleepnmojo 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 472
  • Joined: 02-March 04

Posted 04 April 2005 - 08:50 PM

cdimage will write everything to an iso first, then optimize it. So it will need the full amount of disk space prior to optimization. After optimizing it, it should take all the bloat away.

#9 User is offline   bufoncosmico 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 13-January 05

Posted 05 April 2005 - 01:22 AM

i had the same problem, so i convert to NTFS, and now i can make my iso without any trouble...

maybe its that? :unsure:

#10 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 05 April 2005 - 08:13 AM

you convert system drive or drive path to make iso?

#11 User is offline   faf4life 

  • FAFilated
  • PipPip
  • Group: Members
  • Posts: 107
  • Joined: 07-November 04

Posted 05 April 2005 - 09:05 AM

In your case, drive G: needs to be NTFS, otherwise the image can't be created.

#12 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 05 April 2005 - 10:10 AM

yap is work ,i know why show error for bin sif files.but see last error ,what happen why i can make iso?
Posted Image

#13 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 07 April 2005 - 04:39 PM

Still no one know how fix it error ?

#14 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 April 2005 - 05:09 PM

In the above screenshot, that error seems like:
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 User is offline   bilemke 

  • Member
  • PipPip
  • Group: Members
  • Posts: 211
  • Joined: 08-December 03

Posted 08 April 2005 - 12:24 AM

Two things you can try... Try a modified version of the parameters you are feading cdimage based off of what I use without any problems.

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.

#16 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 08 April 2005 - 04:57 PM

Thanks i'll try it

#17 User is offline   bilemke 

  • Member
  • PipPip
  • Group: Members
  • Posts: 211
  • Joined: 08-December 03

Posted 11 April 2005 - 12:16 AM

@RYU81

Its been a few days... It work out?

#18 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 11 April 2005 - 05:54 AM

sorry for late for reply,yeah is worked & make size 700 MB, but show me error when boot it.

Posted Image

#19 User is offline   RYU81 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 02-June 04

Posted 12 April 2005 - 05:31 PM

sorry for replay again but i want to know is there solution??

#20 User is offline   Famer 

  • Aka Snake Plissken
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 07-October 03

Posted 12 April 2005 - 05:44 PM

looks like your missing the bootfiles from your iso.
you might want to read up at this site since your making a 9in1 cd
http://flyakite.msfnhosting.com/

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy