Answer» Hi all,
I have created a executable file for my project. I have developed it using wxGTK2.8 in Linux. Now I want to create a bootable CD for my application. That means machine will boot from the cd Rom ANS start my application automatically. I have created an iso for bootCD and the machine is booting from CDRom but my main question is how can I set my application exe file with this iso, so that machine boot from CD and start my application. Please help me with an example. (My application is GUI base developed in Fedora7 using wxGTK2..
thanks nasim I would suggest looking at any bootable linux cd and see what FILES they have on it. Find out which of those files are doing the booting and if they need any folders for extra files. After that, copy those files to ANOTHER iso and then try booting with it. If it works, make yourself a shell script to call your program when it boots. And don't forget google.
|