How do you do....it? Thread, Migrate software deployment server in Technical; Hi Guys,
I'm retiring an old physical server running W2k3 in favour of a virtual W2k8R2 box. Problem is that ...
-
12th August 2010, 07:01 PM #1
- Rep Power
- 0
Migrate software deployment server
Hi Guys,
I'm retiring an old physical server running W2k3 in favour of a virtual W2k8R2 box. Problem is that this server has (and has always had) the deployment share for group policy deployed MSIs. There is no DFS in place, and the GPOs point directly to the MSI installers.
I've tried removing the entry in the GPO and selecting the "allow users to continue using the software but prevent new installations" option, and then re-adding the software with the new path but this still causes a redeployment even though the software is already installed.
Is there any way to get this job done without every machine on site redeploying every piece of software?!
Cheers
S
-
-
IDG Tech News
-
12th August 2010, 07:39 PM #2 give the new server the same name as the old one
-
-
12th August 2010, 08:34 PM #3 Not via GPO (as far as I am aware) but you could script it..... for e.g something like this will check if a program dir exsists, and if it doesn't will install the MSI!
Code:
@echo off
IF EXIST "C:\Program Files\......" GOTO Fin
msiexec /i \\path\to\msi /q
:Fin
-
SHARE: 
Similar Threads
-
By storkyIV in forum Windows Server 2000/2003
Replies: 3
Last Post: 24th March 2009, 11:29 AM
-
By HMCTech in forum Windows
Replies: 3
Last Post: 20th August 2008, 02:11 PM
-
By Uraken in forum Windows
Replies: 7
Last Post: 31st January 2008, 12:10 PM
-
By alonebfg in forum Windows
Replies: 4
Last Post: 29th May 2007, 02:48 PM
-
By iSteve in forum How do you do....it?
Replies: 5
Last Post: 18th April 2007, 08:25 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules