How to AUTORUN .MSI File from cd

How to AUTORUN .MSI File from cd

i have develop the setup using wise which is .msi format
i want to AUTORUN that setup from cd
please help me

Autorun

marcoads's picture

See if this helps:

http://www.informatics-consulting.de/software/auto...

It talks about using a file autorun.inf to autoplay or autorun a file on a cd.

you need to creat file:

haim96's picture

you need to creat file: Autorun.inf

inside enter:

[autorun]
OPEN=dirctory\filename.exe
ICON=directory\iconimage.ico

I'm not sure if this work with MSI file.
but wise installer should creat EXE file too,no?

Syndicate content