Or (3) buy a program designed for doing exactly this, such as
Indigo Rose's AutoPlay Menu Studio. We use it, and are very
satisfied with it. You can download a demo version at
http://www.indigorose.com/autoplay/index.html. It won't create a
file that will run on CD (the demo version), but you can see how
it works. Actually, it creates a standard exe file that doesn't
change, along with a configuration file and /data directory that
has all the bitmaps, buttons, text and sounds in it. It costs
about $200, though. I haven't seen any better or cheaper
solutions.
--
~~~~~~~~~~~~~~~~~~~~
"For every action, there is an equal and opposite criticism."
Quote:
> Hi all.
> I am having fun going through the interview process for
employment now and I
Quote:
> want to put together a CD of the applications I have written. I
want to put
> an autorun.inf file on the CD that points to an .exe that will
act as a menu
> for the installation of the applications. The .exe file will
simply be a
> form with three buttons on it and the click events associated
with each
> button will simply call the shell function to launch the setups
for the
> three applications.
> The question is... If I build the form in VB I am assuming the
using has
> the runtime files on their computer right? Even a simple form
with a couple
> of buttons requires the runtime files?
> I have two options as far as I can tell. (1) I can write the
menu using
> VC++ (which I have never used and I don't know how to implement
the Shell
> function in VC++, anyone, anyone) or (2) I could have the
autorun.inf file
> point to a batch file that runs a setup program for the menu and
then runs
> the resulting exe. Does anyone know how to have a program
automatically run
> after it is installed?
> Thanks so much in advance!
> Craig
> --
> ------------------------------------------
> Ignorance is only bliss if part of your ignorance is of your
ignorance.