April 1, 200917 yr Does anyone know the parameters of CDIMAGE that Microsoft used to create the MSDN discs?I'm trying to create a AIO disc (not bootable) from which you can recreate all XP editions. The size of the created ISO is right but there are still differences inside. My current command line looks as follows:cdimage /l<label> -n -o -x -y5 -b<bootsector> <sources> <label.iso>
April 3, 200917 yr Try this:cdimage -e -b<bootsector> -l<label> -h -n -d -m -x -o -w1 "<source folder>" "<destiny folder\NAME.ISO"And see if it works for you.Good luck.
Create an account or sign in to comment