Cururacao said:
I want to create an executable CD, which gives the user the possibility to
install the access pgm by e.g. an installing wizard.
Its not an executable CD but an auto-start of your setup program.
You want an autorun.inf file (a text file) that includes lines like:
[autorun]
OPEN=SETUP.EXE /AUTORUN
ICON=SETUP.ICO
That reference the setup program and icon in the same directory as the autorun.inf. Of
course the user can disable the use of this file. Search on autorun.inf for more info.