Difference between revisions of "Modify the final ISO image new"

From ReactOS Wiki
Jump to: navigation, search
Line 10: Line 10:
  
 
(location depends on your platform (i386 in this case) and on where you downloaded the source code in your computer).
 
(location depends on your platform (i386 in this case) and on where you downloaded the source code in your computer).
 +
 +
Next, install UltraISO.
 +
<gallery>
 +
File:Example.jpg|Caption1
 +
File:Example.jpg|Caption2
 +
</gallery>

Revision as of 19:05, 10 May 2015

There are times when you need to modify certain files in the final CD. Why you ask? Because you don't know how to code or compile and have a binary file ready, or the file doesn't come from our tree, or just for testing purposes. In case you want to know how to add files see slipstreaming.

To do it you could use an iso utility, such as UltraISO.

First, build the iso image:

ninja bootcd

This will create the iso image in this location: \output-mingw-i386\reactos

(location depends on your platform (i386 in this case) and on where you downloaded the source code in your computer).

Next, install UltraISO.