Archive: install application setup from CD drive


install application setup from CD drive
Hello,
Currently I have a few setup application such as IE, MDAC, .Net Frmaework need to deploy before deploy my application.

And I don't want to bundle all the application setup into one setup file which can cause the setup file size grow. How I going to do that.

The setup file able to know the which CD drive to ready the application setup.

Hoew to refer the SetOutPath to CD drive?

Please advice,
Many Thx

LOOI


If your setup.exe file is on the root of your CD along with IE, .NET etc then the CD-Rom drive will be $EXEDIR.

-Stu


Thx Stu,