Hi Guys….
How can I make my program install from a CD Rom…..Just like pro applications, eg. Program installs to C:\named directory\ etc….
Cheers Guys Charles….
Printable View
Hi Guys….
How can I make my program install from a CD Rom…..Just like pro applications, eg. Program installs to C:\named directory\ etc….
Cheers Guys Charles….
just create an AUTORUN.INF file. For examples, look at any of your cd's that start up installation automatically.
Yeah, just make a file called autorun.inf and place this in it: (Just in notepad)
Code:[autorun]
open=setup.exe
icon=setup.ico