CuriousJo
Posts: 5
Joined: Thu May 11, 2006 11:31 pm

Autorun

Hi guys,

I am completely new to Advance Installer. Can it be setup so that the installer runs automatically when the CD is inserted in the drive?

Thanks!
gigi
Posts: 2103
Joined: Tue Apr 11, 2006 9:55 am
Contact: Website

Hi,

I'm afraid that Advanced Installer does not yet support to create automaticaly the autorun.inf so you need to create it manually like this:

Code: Select all

[autorun]
open=msiexec /i package.msi
icon=filename.ico
The autorun.inf file must be on the root of the CD next to the msi package.

Regards,
Gigi
_______________
Gheorghe Rada
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Feature Requests”