--
Phil Wilson
Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972
"wc" <w...@discussions.microsoft.com> wrote in message
news:F45B6464-25E5-4B7C...@microsoft.com...
>I have a application which already in installable format (*.msi). In order
>to
> run this *.msi, there are quite a few components need to be setup, e.g.
> SQL2000.MSDE-KB884525-SP4-x86-ENU.EXE
> msxmlenu.msi
> WindowsInstaller-KB893803-v2-x86.exe
> vcredist_x86.exe
> dotnetfx.exe
> aspnet_regiis.exe
>
> Now I need to combine these prerequisite components and the application
> *.msi together. What is the best approach?
>
> Please advice.
>
"wc" <w...@discussions.microsoft.com> wrote in message
news:D431E759-12E4-42C3...@microsoft.com...