|
|
| |
| |
|
AB Tutor Control Forum/Message Board
| View previous topic :: View next topic |
| Author |
Message |
tech
Joined: 27 Apr 2006 Posts: 2
|
Posted: Thu Apr 27, 2006 4:23 pm Post subject: |
|
|
I'm running AB Tutor Control 3.9 and need to install it on several computers. We are a Novell environment and have snapshot but I've tried multiple times and haven't been able to get it go copy one specific ini file to the AOT. Anyone have any other ideas besides snapshot or ghosting every student PC?
Does everyone just install it manually on every workstation?
Thanks. |
|
| Back to top |
|
 |
graeme_evans
Joined: 06 Jan 2006 Posts: 12
|
Posted: Wed May 03, 2006 3:38 pm Post subject: |
|
|
Hi
Starting with Version 4 (currently in beta) you will be able to deploy AB tutor with an MSI via Active Directory / Group Policy.
So far I have used a Symantec Ghost AI Snapshot successfully with 3.10.
Graeme |
|
| Back to top |
|
 |
Netman
Joined: 11 May 2006 Posts: 3
|
Posted: Thu May 11, 2006 1:32 pm Post subject: |
|
|
There is a freebie called beyondexec that can easily be used to push install clients - have done about 40 now without leaving my desk!
Use syntax: beyondexecv2.exe \\remotecompname -cs abcontrol.bat
where abcontrol.bat has this content...
net use z: \\machine\share /USER:domain\adminuser password
z:\setup.exe /s /p connectionpassword
The remotecomputername bit can be replaced with a text file with a group of computers in and it'll do them all..... see beyondexec readme for details... |
|
| Back to top |
|
 |
tech
Joined: 27 Apr 2006 Posts: 2
|
Posted: Fri May 12, 2006 6:09 pm Post subject: |
|
|
Thanks for the ideas. I guess I should have waited for ver. 4.
It sounds like AI Snapshot is basically Zenworks SnapShot. I'm not sure why I'd never heard of it before....
The beyondexe app is very interesting. I've been trying it out and it seems all of my pc's will need a gpedit to change ?Network access : Sharing and security model for local accounts? from "Guest" to ?Classic ? local user authenticates as themselves? because it won't let me log on remotely unless I make that change (not good since we're a Novell shop with no domain). Just my luck! It looks like we really need to get Zenworks Windows Group Policy going. |
|
| Back to top |
|
 |
skewltek
Joined: 11 Apr 2007 Posts: 2
|
Posted: Wed Apr 11, 2007 2:43 pm Post subject: |
|
|
My mantra is "if i can't script it, it ain't worth doin'".
Yesterday when I was finally given my copy of AB Tutor (I think I was the last person in my district to get it) I through this together:
[code]@echo off
For /F %%i IN (clients.txt) DO md "\\%%i\C$\Program Files\ABControl" & copy /y /v abtcsetup.msi "\\%%i\C$\Program Files\ABControl\abtcsetup.msi"
For /F %%i IN (clients.txt) DO PSEXEC \\%%i -s -i -d msiexec /i "C:\Program Files\ABControl\abtcsetup.msi" /quiet[/code]
it uses PSEXEC, a part of the PSTools package, free from Microsoft, and a list of hostnames (clients.txt) and batch installs the client on all of the machines.
How can I specify a connection password??? |
|
| Back to top |
|
 |
beyondtool
Joined: 23 Oct 2006 Posts: 10
|
Posted: Fri Apr 20, 2007 2:53 am Post subject: |
|
|
| You need an answer file to specify changes to the msi. I used "install tailor" to make an mst answer file for the msi with the password and install settings. If you use group policy in 2003 server you can deploy the msi to the whole network in this manner. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
|
|
|
© AB Software Consulting Ltd. 2000-2008
|
Design by Pixeldom
|
|