Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

How to AUTORUN .MSI File from cd

Updated: 21 May 2010 | 2 comments
parag's picture
0 0 Votes
Login to vote

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

discussion Filed Under:

Comments

marcoads's picture
18
Jul
2008
0 Votes 0
Login to vote

Autorun

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.

haim96's picture
05
Aug
2008
0 Votes 0
Login to vote

you need to creat file:

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?