Avatar of National-Lumber
National-Lumber
 asked on

Can you upgrade software via group policy if the previous version was not installed using group policy?

We are in the middle of implementing group policy at my company to do software deployments.  All the applications so far were installed by hand.  Is it possible to do upgrades from here on out if the current applications were not installed using group policy?  My first guess would be no judging by when I am in the upgrades tab of the new version, I have no previous  GPO to point the new upgrade software package at.  Windows 2003 server and XP clients.
Active DirectoryWindows Server 2003

Avatar of undefined
Last Comment
Erik Bjers

8/22/2022 - Mon
Erik Bjers

NO if the software was not installed by group policy then it can not be uninstalled, modified, or upgraded using group policy.

eb
Erik Bjers

You may be able to script the uninstall of some of the software to make removing it easier, and then deploy the new versions through GPO.

http://msdn2.microsoft.com/en-us/library/aa372865(VS.85).aspx may help with scripting

eb
jdera

I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
ASKER CERTIFIED SOLUTION
Erik Bjers

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
National-Lumber

ASKER
You're right, when you try to upgrade to the next version, you need to point the gpo at the old software .msi, but since it does not exist because of not installing it by gp, it does not work.  Guess I go uninstall by hand and then reinstall using gp so I can deploy upgrades from here on out.
Erik Bjers

Thanks for the points, and as a follow up

You may be able to script the uninstall and run it as a login or starup script

eb