Tilka Posted April 1, 2009 Share Posted April 1, 2009 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> Link to comment Share on other sites More sharing options...
Anderton Posted April 3, 2009 Share Posted April 3, 2009 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now