Sorry, I'm not entirely sure what you're asking. The program is written in Delphi, so any changes to the source code would need to be compiled in Delphi.
If you're looking for a way to avoid the way Windows handles autorun (the dialog box) you'll have to either write a desktop application (not portable) or take a look at some of the U3 hacks that are out there for launching a custom app using their CD-ROM emulation hardware.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a question after tweaking source code
what would I use to pack this into a .exe file
with auto run..
And is their a open source program to do this
Code currently trying:
geek.menu.experimental.source.1.3.0.0
Sorry, I'm not entirely sure what you're asking. The program is written in Delphi, so any changes to the source code would need to be compiled in Delphi.
If you're looking for a way to avoid the way Windows handles autorun (the dialog box) you'll have to either write a desktop application (not portable) or take a look at some of the U3 hacks that are out there for launching a custom app using their CD-ROM emulation hardware.