Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: combine *.msi with its prereq component *.exe

95 views
Skip to first unread message

Phil Wilson

unread,
Apr 1, 2009, 5:48:56 PM4/1/09
to
Most people use a bootstrapper to install the prerequsites and then launch
the MSI install. Most MSI dev tools come with a bootstrap of some kind.
After that, you zip up the entire collection with a zip-type program that
extracts all the files and launches your bootstrapper. If the prerequisites
are to be installed from download rather than a CD-image type of install
then your zipped-up package will obviously be smaller.

--
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

unread,
Apr 2, 2009, 1:03:02 PM4/2/09
to
Hi Phil,
I'm a newbie on installer. Can you elaborate more on bootstrapper? How can
it be done on VS 2005?
Thanks,
/Winnie

Phil Wilson

unread,
Apr 3, 2009, 2:02:58 PM4/3/09
to
If you're using Visual Studio there's already a bootstrapper, that's what
you get when you use the Prerequisites button to build setup.exe. This
install prereqs then launches your MSI file.
You can't install aspnet_regiis.exe - I don't think that's a
redistributable.

--
Phil Wilson
Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972


"wc" <w...@discussions.microsoft.com> wrote in message

news:D431E759-12E4-42C3...@microsoft.com...

0 new messages