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

How to Handle Install Prerequisites

0 views
Skip to first unread message

Tim

unread,
Jun 29, 2009, 6:35:02 PM6/29/09
to
Hello, I want to use Group Policy to install some software on client
machines. I understand that GP can only use .msi and .msp files. However,
my .msi has several prerequisites that dictate it be launched via a setup.exe
file. Yes, I can write a .msi file to do the installation, but would have to
delete the prerequisites so that a setup.exe was not created. This resolves
the issue of using only an .msi or .msp with GP, but does not resolve the
issue that the software I want to install has prerequisites. How does one
handle the installation of prerequisites, via GP, for a given .msi file?

Thanks in advance!
--
Tim Stevens
Software Installation Developer

-----------------------------------------------------------------------------
Less Spam Better enjoyable experience
Visit : news://spacesst.com

Anthony [MVP]

unread,
Jun 29, 2009, 7:29:43 PM6/29/09
to

Tim,
You just need to know what the pre-requisites and install them before the
application.
Usually they are things like ISScript or .NET. You can create policies to
install these as standard on all your machines. Or else you can put them in
your policy before the main product.
Usually they won't do an install if already installed, but you can create an
msi wrapper that checks as a condition, and that saves a bit of time,
Anthony
http://www.airdesk.com

"Tim" <T...@discussions.microsoft.com> wrote in message
news:4DD49D87-C0A9-4709...@microsoft.com...

Tim

unread,
Jun 29, 2009, 7:45:01 PM6/29/09
to

Thanks Anthony, that makes a lot of sense! I will give it a try.

--
Tim Stevens
Software Installation Developer

jmd.msdn

unread,
Jun 30, 2009, 7:59:31 AM6/30/09
to

Hello.
Take a look at WiX to rapidly generate a .msi containing your setup.exe &
other commands.
I had to install MS App-V client on all my computers which is a .msi file.
But this file required 2 prerequisites, a C++ dll and another one.
And there is also a setup.exe to install all, the 2 prequisites + the .msi
client.
I installed Wix in Visual Studio and created a new .msi containing this
setup.exe and use a GPO to install on my computers.


"Tim" <T...@discussions.microsoft.com> wrote in message
news:4DD49D87-C0A9-4709...@microsoft.com...

Anthony [MVP]

unread,
Jul 7, 2009, 6:22:55 PM7/7/09
to

The problem with that is that you lose all the installation logic built into
the vendor's setup. Most vendor msi's have a stack of custom actions. If you
capture the installation you will only obtain the output of those actions on
one specific computer. Fine if every computer is the same as the capturing
computer, not otherwise.
Anthony,
http://www.airdesk.com

"jmd.msdn" <jmd....@newsgroup.nospam> wrote in message
news:#lX08oX#JHA....@TK2MSFTNGP02.phx.gbl...

0 new messages