Autorun with setup.exe bootstrapper and .msi

Got my .msi
my setup.exe (bootstrapper)
my settings.cnf (bootstrapper)
my dotnetfx
now how do I get an autorun file to work with the setup.exe for the bootstrapper which calls the msi on its own?
any help very appreciated
blue
[266 byte] By [blue1] at [2007-11-19 7:27:28]
# 1 Re: Autorun with setup.exe bootstrapper and .msi
Create an AUTORUN.INF file and place these lines...

[autorun]
OPEN=SETUP.EXE
ICON=SETUP.EXE,1
Shuja Ali at 2007-11-10 3:17:57 >