I would like my Install to launch automatically from CD. I believed this to be the job of the target system, but I've seen software launch from my CD-ROM. The files I have to Install are relatively uncomplicated. How have I gone wrong? This seems like it should be so simple. Could it be the VC++ version of InstallShield?
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Automatic Startup of Install
Started by
matthewbarth
, Sep 14 2001 21:13
2 replies to this topic
Posted 14 September 2001 - 22:13
You can find some information here on InstalLSite under Related Tools -> CD Autorun and Setup Launchers. Basically you need to put a autorun.inf file in the root directory of your cd (his is a text file in INI format)
Posted 10 October 2001 - 16:48
include autorun.inf in the CD root.
Include
[autorun]
open=setup.exe
icon=iconfile.ico in a text file and name thye text file as autorun.inf.
Include
[autorun]
open=setup.exe
icon=iconfile.ico in a text file and name thye text file as autorun.inf.