mossj Posted September 11, 2009 Posted September 11, 2009 Downloaded ITALC and tested it on local machines I'm now ready to deploy it to the network. I've installed it from a network share (with the key in), imported the key from the network shared and then saved the installsettings.xml to the network shared to. I then created install.bat which is IF EXIST C:\Program Files\iTALC\italc.exe \\server\install\ITALC\setup \\server\install\ITALC\installsettings.xml Then made a GPO refering to this as a startup script, applied it to the machines OU and then did "gpupdate /force" on the server. After a day it hasn't installed on any of the machines... Any idea as to what went wrong:confused:
mossj Posted September 11, 2009 Author Posted September 11, 2009 lol never mind jsut saw my mistake EPIC FAILZ!
mossj Posted September 11, 2009 Author Posted September 11, 2009 (edited) Okay I've changed the batch file to this now... IF NOT EXIST C:\Program Files\iTALC\italc.exe \\arthur\install\ITALC\setup.exe \\arthur\install\ITALC\installsettings.xml Yet it still doesn't deploy properly... Oh and it works when I double click the batch file. Edited September 11, 2009 by mossj
dhicks Posted September 11, 2009 Posted September 11, 2009 Yet it still doesn't deploy properly... Oh and it works when I double click the batch file. What user does the batch file run as when it runs as a startup script, and what privalages does that user have? From the batch file, echo the current username to a file somewhere on the local harddrive with all-can-write permissions to find out. -- David Hicks 1
CallumCatterall Posted November 26, 2011 Posted November 26, 2011 Sorry to dig up an old thread, do you remember how to get the installsettings.xml?
dhicks Posted November 27, 2011 Posted November 27, 2011 Sorry to dig up an old thread, do you remember how to get the installsettings.xml? I can't remember, and don't have an Italc deployment to hand, but I think the XML file was generated when you started the Italc installer with a command-line switch.
CallumCatterall Posted November 27, 2011 Posted November 27, 2011 I can't remember, and don't have an Italc deployment to hand, but I think the XML file was generated when you started the Italc installer with a command-line switch. Ive managed to sort it now, created an MSI for iTALC and deployed it through Group Policy then created a registry file for the settings and deployed that. Works great! Thanks.
mrstrong Posted December 5, 2011 Posted December 5, 2011 Hi, could you give more details about how you created the msi and what was in the registry file and how you deployed it ? I struggled for a few hours trying to get italc 2 installed without success, seem to remember I got confused by the authentication, windows or key but its a while ago now. Thanks
CallumCatterall Posted December 5, 2011 Posted December 5, 2011 Hi, could you give more details about how you created the msi and what was in the registry file and how you deployed it ? I struggled for a few hours trying to get italc 2 installed without success, seem to remember I got confused by the authentication, windows or key but its a while ago now. Thanks Hi, I created the MSI from a program called Advanced Installer, I will send you it if you want? Also the registry file runs at startup and changes where the program looks for Global Config (where the computer list is stored) and changes where the snapshots are stored. I also use Active Directory for authentication.
CallumCatterall Posted December 14, 2011 Posted December 14, 2011 For anyone who wants a copy of the MSI for iTALC: Download There are two MSI's in the folder, Master - for teachers, and client - for students. You can just install the master and restrict access to the management console. 1
joe_wakeman Posted December 14, 2011 Posted December 14, 2011 Do you have a copy of the registry file too? You rock!
CallumCatterall Posted December 14, 2011 Posted December 14, 2011 Do you have a copy of the registry file too? You rock! I have updated the download link to include the registry file, just re-download it and it should be there. Some things to note with the .reg file: [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions\iTALC\Paths] "GlobalConfiguration"="Z:\\iTALC\\Configuration Files\\GlobalConfig.xml" - GlobalConfig is where iTALC saves the computers "PersonalConfiguration"="$APPDATA\\PersonalConfig.xml" - Should be fine like this, just sets the user preferences "SnapshotDirectory"="Z:\\iTALC\\Snapshots\\" - Where the snapshots are saved to [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions\iTALC\Service] "Arguments"="" - should be left alone "Autostart"="1" - change to 0 if you do not want the service to start automatically "HideTrayIcon"="0" - change to 1 to hide the tray icon Most other things are pretty obvious once you open up the .reg file, this file uses authentication from active directory e.g. when you open the application it will ask you to log in using your credentials. If you want to use key authentication change the settings using the management console and the go into [HKEY_LOCAL_MACHINE\SOFTWARE] in regedit and export 'iTALC Solutions'. This will create a .reg like the one I have sent you. 2
synaesthesia Posted December 15, 2011 Posted December 15, 2011 Does anyone else's client event viewer absolutely fill to the brim with crud when iTalc is installed? It's pretty but seems unreliable and quirky so we're likely to ditch it in favour of Lanview if we can stop Symantec Endpoint Failtection from deleting it. 1
belmontj Posted April 26, 2013 Posted April 26, 2013 Hey Callum...your download link to your MSI files doesn't exist anymore. Any chance of a link as i ma trying to deploy for our school. thanks
OhDear Posted April 26, 2013 Posted April 26, 2013 Hey Callum...your download link to your MSI files doesn't exist anymore. Any chance of a link as i ma trying to deploy for our school. thanks Here you go: https://dl.dropboxusercontent.com/u/8337479/iTalc.zip 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now