Deploying to all stations.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have all my stations on Windows 2000/XP Pro. I have very strict Group
Policies that do not allow anyone to install any software at all. I need to
roll out the PowerPoint Viewer program to all of these workstations in a very
easy manner to where I do not have to go around to each of these stations.

How can I accomplish this? What is the best way step by step? Can I run it
in the background on those machines so it will install without the user
knowing?

Thanks For any help!

Joe
 
If it uses an *.msi insall file, then you can do it with Group Policy.
Otherwise it may require that you use SMS.
 
It does not use an MSI file and I tried creating a ZAP file and using it with
Group Policy, but that did not work. I do not have SMS. Is there any other
way of doing this besides SMS??

Phillip Windell said:
If it uses an *.msi insall file, then you can do it with Group Policy.
Otherwise it may require that you use SMS.


--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


Joe Ball said:
I have all my stations on Windows 2000/XP Pro. I have very strict Group
Policies that do not allow anyone to install any software at all. I need to
roll out the PowerPoint Viewer program to all of these workstations in a very
easy manner to where I do not have to go around to each of these stations.

How can I accomplish this? What is the best way step by step? Can I run it
in the background on those machines so it will install without the user
knowing?

Thanks For any help!

Joe
 
Maybe someone else will have some ideas,...I don't know myself.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

Joe Ball said:
It does not use an MSI file and I tried creating a ZAP file and using it with
Group Policy, but that did not work. I do not have SMS. Is there any other
way of doing this besides SMS??

Phillip Windell said:
If it uses an *.msi insall file, then you can do it with Group Policy.
Otherwise it may require that you use SMS.


--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


Joe Ball said:
I have all my stations on Windows 2000/XP Pro. I have very strict Group
Policies that do not allow anyone to install any software at all. I
need
to
roll out the PowerPoint Viewer program to all of these workstations in
a
very
easy manner to where I do not have to go around to each of these stations.

How can I accomplish this? What is the best way step by step? Can I
run
it
in the background on those machines so it will install without the user
knowing?

Thanks For any help!

Joe
 
Grab a copy of the free OnDemand WinInstallLE package:

http://www.ondemandsoftware.com/freele.asp

(An earlier version is on the Windows 2000 Server CD but trust me, you want
the newer package)

Use it to create an MSI installer package, then use the WinInstall console
to compress the package so that all components are inside one MSI package.
You can then distribute the package via GPO.
 
The article just explains how to create the .msi package if any software
doesn't have it.
 
Back
Top