Windows Server 2000/2003 Thread, Beginners guide to msi and gpo deployments in Technical; I've taken over a school with Viglen classlink and as you all know - I can't spell Active Duriectory /demain/restrikted ...
-
9th November 2011, 09:33 AM #1 Beginners guide to msi and gpo deployments
I've taken over a school with Viglen classlink and as you all know - I can't spell Active Duriectory /demain/restrikted user.
I'm trying to get to grips with it and I thought I'd try and use the big boys and girls software deployment method e.g. msi and GPO. (For Scratch BTW)
So I googled and it said - stick msi in a share, add gpo thingy to whoever I want to deploy it to and bob's your uncle next time computers boot/login - the software will be ready to use 
1. Is it that simple?
2. It seemed to install fine on some computers (no shortcuts on the desktops but I was expecting that and I know (well think anyway) how to do that one - e.g it was installed into "c:\program files\Scratch" as expected.
But on some machines (I think just the laptops as I'm not there till next monday again) it didn't seem to do so (but I think I applied the gpo at the top level) and when I log into one of these and look at the shortcut on the desktop - it was point off to "\\somemachine\\c$\program files\Scratch" !!! 
Is this the sort of thing that happens?
Am I being "too simple" here? 
Si
-
-
IDG Tech News
-
9th November 2011, 09:39 AM #2 
Originally Posted by
SimpleSi
1. Is it that simple?
It's Microsoft, so not always. In the past we've deployed software fine via GPO but then some software is just downright awkward.
For Scratch (if it's the "kiddies" programming software that I think it is) just install the program to a folder on a share and run it from there. It's how we've done it and means that we don't have to faff on with an MSI.
-
Thanks to DAZZD88 from:
SimpleSi (9th November 2011)
-
9th November 2011, 09:44 AM #3 It works fairly well and is simple, but I would always test by deploying to a few PCs or a single room first before deploying network-wide.
I have had a faulty MSI in the past which caused untold problems and we had to re-image a few classrooms of PCs because it broke stuff!
Andrew
-
Thanks to adhutton from:
SimpleSi (9th November 2011)
-
9th November 2011, 09:51 AM #4 
Originally Posted by
SimpleSi
1. Is it that simple?
In theory yes.
But IMO it relies on well authored msi, which unfortunately you I don't think you can rely on. I used this method briefly but never really got on with it, crappily made msi were really screwing things up for me (Testbase I am looking at you!).
-
Thanks to sparkeh from:
SimpleSi (9th November 2011)
-
9th November 2011, 09:57 AM #5 
Originally Posted by
sparkeh
In theory yes.
But IMO it relies on well authored msi, which unfortunately you I don't think you can rely on. I used this method briefly but never really got on with it, crappily made msi were really screwing things up for me (Testbase I am looking at you!).
did testbase have an msi i dont remember ever seeing one just scripted that
as to why laptops diddnt get scratch id guess they arnt set to wait for network at startup (or wireless takes too long to get an ip) so the policy never gets applied try running this reg file on one assuming its xp
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"GpNetworkStartTimeoutPolicyValue"=dword:0000003c
generally speaking it ias that easy you just need a share your pc accounts can read (usually i just give authenticated users read access ntfs and sharing perms everyone full). It can get a bit more complex with say smartboard where you have to select advanced and feed it an mst file but it isnt rocket science i just wish it would do some reporting so say pc3 failed to install smartboard as its missing installer 4.5 its in teh pcs event log but it would be nice if the server could automatically pull that into some coherent log file
-
Thanks to sted from:
SimpleSi (9th November 2011)
-
9th November 2011, 10:04 AM #6 
Originally Posted by
sted
did testbase have an msi i dont remember ever seeing one just scripted that
Of sorts. It used to require a really odd setup routine before you could deploy it: "Create network share, run installer on server, press button A, press button B, do a little jig, throw salt over your left shoulder whilst praying to the Gods of Testbase in Aramaic, sacrifice a chicken, attempt to run software on client. Cry as it fails"
Or at least that's how I remember it. Its online now, there is much rejoicing.
as to why laptops diddnt get scratch id guess they arnt set to wait for network at startup (or wireless takes too long to get an ip) so the policy never gets applied try running this reg file on one assuming its xp
My first thought, but it appears that the laptops are getting a shortcut?!
-
-
9th November 2011, 10:09 AM #7 
Originally Posted by
sparkeh
My first thought, but it appears that the laptops are getting a shortcut?!
id guess tbh thats on someones roaming desktop or similar
-
-
9th November 2011, 10:22 AM #8 Check your application logs after startup and it should give you some clues there - you might see an error along the lines of "group policy processing aborted, domain controller could not be found" or other errors in a simialr vein, in which case your laptops are starting up quicker than the NICs so aren't grabbing GPOs. Google the error code (or ask here) and there's usually a fix for that.
If it is processing group policies, there may be a problem with the installer itself, which you should see under Software Installer, and it may give you clues as to the specific error the installer is throwing up.
Otherwise, with a decent MSI, yes, it is as easy as - Create GPO; Add Software Package; Tweak Advanced Preferences (usually just renaming it to something more useful to you); OK. Wait for GP updates (or force them) and then reboot. In practice, though, old Flash version won't uninstall correctly, dodgy MSIs will need access to a shared file, all sorts will go wrong. But it's all part of the fun
-
-
9th November 2011, 10:40 AM #9 I think the problem with this method is its far too restrictive, any out of the norm can cause problems.
I would be more inclined to use something like WPKG (which I used successfully for many years) over GPO as its far more flexible.
-
Thanks to sparkeh from:
SimpleSi (9th November 2011)
-
9th November 2011, 10:46 AM #10 
Originally Posted by
sparkeh
I think the problem with this method is its far too restrictive, any out of the norm can cause problems.
I would be more inclined to use something like WPKG (which I used successfully for many years) over GPO as its far more flexible.
I'm a bit fan of WPKG, it's a bit fiddly but also very flexibal. We use it for virtualy all our software installs.
One big advantage is you can configure it to do installations on shutdown instead of startup. This is a real killer for us, increasing a computer's startup time by more then a minute is really a no no, shutdown isn't such an issue.
So of the bigger packages (I'm looking at you CS4) we try to do in the holidays (still using WPKG), because they do take a long time.
-
-
9th November 2011, 10:52 AM #11 Thanks for all the feed back 
I use WPKG in all my other schools so I'll get it set up at this one as well 
Just thought I wouldn't need to 
Si
PS At my other schools, the machines autologon as an admin user and run wpkg from a .bat file in allusers\startup folder - is there a a quick way of acheiving the same in a w2k3 ad/domain setup?
-
-
9th November 2011, 11:31 AM #12 I've found this pdf really useful, as I've had to learn AD/GP myself too. It is produced by the folk at 2Simple software, but would be equally applicable for other stuff, and goes into more detail than anything else I've ever seen that comes with educational software:
http://support.2simpleweb.com/public...O_installs.pdf
I agree that some software can be installed just to a share on the server, and then you just create a shortcut to that to run the software. So you won't need to use GPO/msi for everything.
If the school still has Viglen Classlink, does that mean they have relented and given you the administrator login?? We moved from that back in 2003 as it drove me nuts not being able to do anything useful without reference to Viglen.
-
-
9th November 2011, 11:41 AM #13
If the school still has Viglen Classlink, does that mean they have relented and given you the administrator login?? We moved from that back in 2003 as it drove me nuts not being able to do anything useful without reference to Viglen.
We are not going to renew support but still keep it till the server fall over then I'll just stick in plain (w2k8)
Si
-
SHARE:
Similar Threads
-
By DaveP in forum Jokes/Interweb Things
Replies: 0
Last Post: 16th January 2011, 10:31 AM
-
By starscream in forum Windows
Replies: 3
Last Post: 24th July 2007, 12:08 PM
-
By phantomphan in forum Learning Network Manager
Replies: 10
Last Post: 5th February 2007, 09:06 PM
-
By josno in forum Windows
Replies: 25
Last Post: 1st September 2006, 07:39 PM
-
Replies: 7
Last Post: 5th October 2005, 10:31 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