Jump to content


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.
Photo

Create an autoinstall setup on a CD


2 replies to this topic

ShaliniMadan

ShaliniMadan
  • Members
  • 4 posts

Posted 28 February 2002 - 18:16

I have the setup ready using installshield 6 but I need to know how to run it in autoinstall mode on the CD.

Thanks in advance.


Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 28 February 2002 - 18:23

To get the autorun functionality, simply include a file called "autorun.inf" on the root of the CD which has the following content:

[autorun]
open=Setup.exe
icon=Setup.exe

Or whatever the path is to the file you want to auto. run.


ShaliniMadan

ShaliniMadan
  • Members
  • 4 posts

Posted 01 March 2002 - 19:16

Thanks very much