How to AUTORUN .MSI File from cd
Submitted by parag on 15 July, 2008 - 05:41.
I have develop setup suing WISE which is in .msi format
i want to autorun that from CD
please help
A Community for Symantec Customers and End Users Collaborate, learn, and share ideas about Altiris' |
SEARCH Advanced |
autorun.ini
Am I understanding you correctly that you want the setup-file you have on your cd to run one you enter the disc? Then it's a simple matter, just create an empty .txt file, and rename it to Autorun.inf . Open it in notepad, and write the folloing lines in it:
Then save it and put it in the root directory of the disc, together with setupname.msi. If you'd rather have an application which creates this file, I suggest you use this one:
http://www.karenware.com/powertools/ptautorun.asp
i'm not sure it will run with MSI
i tried this with MSI file and it didn't work...
i think you need to convert it to EXE.
Wrapper
Just create a wrapper for the MSI, its just a one step(minute) solution.
Use this setup.exe for autorun.