Re: Installing software or Add Ins on Client PC's



On 16 Sep, 20:10, "Florian Frommherz [MVP]"
<flor...@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Howdie!

TrickyT wrote:
I now want to add the following to all of the Clients.

2007 Microsoft Office Add-in: Microsoft Save as PDF or XPS

http://www.microsoft.com/downloads/details.aspx?FamilyID=4d951911-3e7...

Download the EXE, call it with the /extract parameter and extract the
files in the package. The EXE file contains an MSI file that you can use
to install the package via Group Policy Software Installation (Computer
Configuration\Software Installation).

How would I go about installing this EXE (or any future program) to
the Clients without having to be at each PC.

Should I use Group Policy or a logon script?

Depending on what format the software is available, you'd so either
Software Installation (MSI files) or the logon script. Software
Installation only allows you to install MSI packages ( -- there's an
option to install other packages as well but that's not very often
used). If you the software comes as an EXE file, you need to call it in
a startup script. Logon script won't work as that is run in the user's
context (and therefore lacks permission to install software).

If you plan on excessively deploying software, I'd suggest you have a
look at third party tools. Not that Software Installation and scripts
wouldn't work -- they just lack advanced functionality like
uninstall-features and upgrade capability as well as further filtering
of target systems (although you could do that with WMI filters in Group
Policy, too).

cheers,

Florian
--
Microsoft MVP - Group Policy
eMail: prename [at] frickelsoft [dot] net.
blog:http://www.frickelsoft.net/blog.
Maillist (german):http://frickelsoft.net/cms/index.php?page=mailingliste

I have followed the instructions on the Microsoft site. Extracted the
files to obtain the msi Created a new GPO and configured the
software.

When the client PC's start up it says that it is installing the
software, but when the open an office document, the save as PDF option
is no installed.

Any ideas?

Regards

Trevor
.



Relevant Pages

  • Re: event id 1085 problem
    ... > extension s/w installation failed to execute ... ... > this is that path of the msi file that i used... ... > whether it was a problem with the package but the same problem occurs.. ... >>> logging on the software installation CSE. ...
    (microsoft.public.windows.group_policy)
  • Re: how do I create a msi package to install via group policy?
    ... You can extract the .exe file to a folder, then you have the .msi file you need: ... The file I downloaded is a *.exe file. ... setup the permissions on the installation file, ... just the Read & Execute plus Read permissions? ...
    (microsoft.public.windows.server.active_directory)
  • Installing an MSI from within an MSI
    ... I am creating a setup package in visual studio 2005. ... installation, I want to install a separate package which is an MSI ... This second MSI file is bundled along with MY package. ...
    (microsoft.public.vstudio.general)
  • How do I install an msi and msp in the same msiexec command line?
    ... I created the package with the MSI file and it worked. ... add the MSP file to the installation. ...
    (microsoft.public.sms.swdist)
  • Re: Installing WSE2.0 as part of another MSI installation package.
    ... I cannot call the msi file from my first msi since 2 installations ... so i'm back to where we started, i cannot deliver a single installation ... >> I can't seem to create a single installation package for my client ...
    (microsoft.public.dotnet.framework.webservices.enhancements)

Loading