burgemaster
Members-
Posts
1,005 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by burgemaster
-
VLC Media Player v1.1.1 is out - Lots of bugs fixed!
burgemaster replied to Arthur's topic in Downloads
Hi Arthur, Being the Install King, do you by any chance have an MSI for VLC or some pointers for me to create on myself? Many thanks in advance ! EDIT: dont worry, with help from your previous posts regarding the "trust driver" install, i have managed it myself!!!. -
We have added SSSTool.exe to our exclusions which has worked fine... BUT Sophos looks like it is picking up the file from the "File System Volume Information" folder. As it is now named something different each time we cant exempt it? Any ideas please? File "C:\System Volume Information\_restore{42F57B0D-B53B-43AE-A32C-D08CE845AB90}\RP733\A0454838.exe" <--- SSSTool.exe
-
Ive tried, followed guides but failed!! To simply set the clock!!!!
burgemaster replied to burgemaster's topic in Windows
Right... I now have all desktops syncing perfectly to our PDC... I have also manually set the servers to correct their time. Thanks for all the help!! -
I managed to get the reg file to import for the staff member, but after an F5 of the desktop still nothing.... In the end I copied "Desktop HiJack Fix" to our application share and this fixed it straight away Desktop Hijack Fix - Free software downloads and software reviews - CNET Download.com
-
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
Worked well thanks again! -
We have a Terminal Server setup to allow staff access to remote in from home.... One of our staff has a new school laptop and cannot get access from home. So I first asummed it was a laptop problem..... BUT If she takes this laptop to her parents house she then CAN get access just fine.???? So I then assumed that it was her home Router blocking ports or maybe her ISP... BUT When using her old home laptop she can connect just fine using MSTSC.exe..... Does RPD use different ports when connecting via the remote webpage in IE than from using MSTSC.exe ??? If so i guess her router is blocking that port! I cant give access to the MSTSC on her laptop as our dual authentication needs them to connect via IE. Any ideas please?
-
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
Thanks so much for your time, and the MSI ! really didnt expect anyone to make one for us!! Today 20min before I saw your post I installed 2 rooms with the /P mode and just walked around and pressed NEXT on each one. Will give your MSI a blast in the morning! thanks again! -
We have a script (below) that copies all the files from our Flip Video Cameras to a network share and then deletes the files from the camera..... BUT if there is a problem copying the files (i.e quota) then it still carries on and deletes the files. Could someone please suggest an ammendment to check that the files are copied before it deletes? Thanks in advance! @echo off MODE CON: COLS=75 LINES=20 COLOR 1F title Copying Files from Flip Camera echo Copying Files from Camera to O: Drive..... for /f "Tokens=1-4 Delims=/ " %%i in ('date /t') do set dt=%%i-%%j-%%k-%%l for /f "Tokens=1" %%i in ('time /t') do set tm=-%%i set tm=%tm::=-% set dtt=%dt%%tm% Set "sourcefolder=E:\DCIM\100VIDEO" Set "destinationfolder=O:\PE\Student Videos" For %%a in ("%sourcefolder%\*.*") Do If exist "%%a" ( xcopy /q /s /c /d /i /y "%%a" "%destinationfolder%\%dtt%-%%~na.*" ) COLOR CF PING 1.1.1.1 -n 1 -w 3400 >NUL COLOR AF echo Removing files from camera.... PING 1.1.1.1 -n 1 -w 2400 >NUL del /q E:\DCIM\100VIDEO\*.AVI CLS PING 1.1.1.1 -n 1 -w 2400 >NUL echo Files copied to O: Drive and removed from camera..... PING 1.1.1.1 -n 1 -w 2400 >NUL Echo Remove Camera and press any key pause
-
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
Thanks for the help.... ive tried using the above script and previous adding the -SMS switch.... still no good. I also tried moving the trust folder to Netlogon to see if that helped.. still no good. Although I HATE to get beaten, I think I am going to do a room at a time with the -P (passive) switch enabled. I just have to reboot the machine and click NEXT once. Always welcome to any other ideas? hacking the setup.ini to remove the Next ??? Thanks in advance -
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
The path is already in quotations I have tested with /p and it brings up the dialog, i click next then it installs fine. The way that I created the silent setup was running "setup.exe /r", this created a setup.iss file in the C:/windows" dir. I then copied this to the trust directory. Thinking now, should i be also pointing the setup to the path of the setup.iss file? setup /s /path to .iss ??? Thanks in advance Tim -
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
I added "MD C:\delete_test" to the script. This "does" get created on the C drive Yes it does hang around at "running startup scripts" for a while. -
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
What an idiot.....lol, just been over to the classroom to test with the tablet plugged in. I was still remotely browsing the C$ of the previous computer that I manually installed it on.... DOH k, still not installing.. do you have any other suggestions please? I have the "domain computers" read permissions on the share. I know the script is getting executed. Do I maybe need any other permissions? Thanks in advance! -
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
Installed !!! "Always wait for the network at computer startup and logon" did it. Many thanks!!! Could I please ask if you know of a way that I can stop the software installing each and everytime the computer reboots? I found someone using something like below but it doesnt seem to work? if C:\DeleteUsed4Install exist then goto ok md C:\DeleteUsed4Install \\server\share\Trust_Tablet_Driver\setup.exe /s But it doesnt get past the first line? Can anyone please help? -
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
I have the install files on a network share. I have given "Domain Computers" read access to the share and files. I have created a SETUP.ISS files and tested that "Setup -s" works. I created a group policy that calls a bat script: "\\server\share\Trust_Tablet_Driver\setup.exe /s" (the script works run manually) The group policy is a computer policy assigned to the room of computers. (see attached pic) Should this in theory work? I have only ever installed with MSI`s? Thanks in advance -
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
Hi mate, The silent install works when you run the setup with the -s command, but I cant get the computuers to install it when they are booted if you know what I mean. -
Trust Tablet Driver - Installsheild Setup.exe - Best way to install?
burgemaster replied to burgemaster's topic in Windows
Hi ben, I have tried to extract the "setup.exd" which fails on all options, but I can extract the data1.cab files.... Does this help me? Thanks Ben.. -
Can anyone please suggest a way to install a driver on 93 computers without us visiting each computer and manually installing the software? It is a "Trust Widescreen Mini Tablet" (model: 16485). The driver is installed with "setup.exe" which is an installshield installer. I cannot find an MSI and have failed trying to get it to install with a startup script using "setup -s" and a "setup.iss" file for a silent install. Can anyone please help?
-
We have always used a .bat script to set the clock from one of the Domain Controllers. Reading about this is apparently not recommended and was used in W2000 time.bat - "Set time \\dc1 /set /yes" Can anyone please talk me through the correct way to set the clock with Group Policy.? Thanks in advance !! Latest failed effort: System/Windows Time Service/Time Providers Policy Setting Configure Windows NTP Client Enabled NtpServer DC1.{school}.local Type NTP CrossSiteSyncFlags 2 ResolvePeerBackoffMinutes 15 ResolvePeerBackoffMaxTimes 7 SpecialPollInterval 3600 EventLogFlags 0
-
We were going to buy SCVMM to manage our hyper-v virtual servers. After pricing it all up it was only around another £180 for the full suite that included Data Protection Manager 2010, SCVMM, System Center Config Manager We currently have yet to install Config Man, and cant really use DPM2010 as it doesnt support NAS or USB backups and the local drives arent big enough!!! This is unless we buy another 3rd party addon called Firestreamer that allows you to backup to USB Worth checking the prices for suite
-
Exchnage 2007 - Authentication Pop-Up box in Outlook !!!
burgemaster replied to burgemaster's topic in Enterprise Software
Hi, I have been looking at the exchange certificates and noticed that the self-cert was saying "exchange this ca root certificate is not trusted to enable trust", I have copied this to the "Trusted Root Certificates" section. I also added the external webmail address to the bypass exempt section in Smoothwall. Maybe one of these or something else has got us back up and working as far as I can see. I have tested with 5 users on differenent machines and all is good!! What a nightmare nearly 2 days!! Thanks so much for the help and advice. Will return the favour if I ever can!! I just prey that tomorrow AM i wont be posting here again !!! -
Exchnage 2007 - Authentication Pop-Up box in Outlook !!!
burgemaster replied to burgemaster's topic in Enterprise Software
Sorry for the delay, ive been in a meeting. Im back on the case. We do not have the 2003 media here, but will try that KB now. Thanks for the help! -
Exchnage 2007 - Authentication Pop-Up box in Outlook !!!
burgemaster replied to burgemaster's topic in Enterprise Software
ive just noticed our internal cert has "CertificateDomains : {mail.XXXXXXXXX.local}", while the old had "CertificateDomains : {mail, mail.XXXXXXXXX.local}" ? Also, logging in and not touching anything does not work. You must once attempt to load outlook once, then wait 3-4min..... -
Exchnage 2007 - Authentication Pop-Up box in Outlook !!!
burgemaster replied to burgemaster's topic in Enterprise Software
Hi OK. So does this occur everytime a user logs on for the first time, i.e teachers which works fine, after 5mins they can load Outlook. If this same teacher logs off the same machine and logs back on again, do they have the same issue? Correct... teacher logs out and then back in, they must then around 3 min - 5min. Does the teacher do anything within those 5 mins for the error to go away, i.e do they load OWA or enter the credentials? No, tested with an account, just loading outlook every 30secs, click close, then try again. The one user who is successful on the Win 7 machine, can this user logoff and logon to the same Win 7 machine each time without issues? Correct, works everytime. This pointed me to profiles, so created a new server and local profile for that user.. didnt help. Is it only when this same user logs onto a XP machine, do they experience the issue? Yes, BUT i have seen this happen on a this Win7 machine for another user. Also, just to clarify, Exchange is deployed onsite? Correct Which certificate did you renew? For OWA and related services? Correct (see get-exchangecertificate results below) We have one self-certificate as mail.xxxx.local is not on the geotrust cert. The only difference from a screenshot that i took before i replaced the cert was IIS was not listed as a service for it? Thanks <-- THANKYOU !!! Sukh AccessRules : {System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAccessRule} CertificateDomains : {mail.XXXXXXXXX.local} HasPrivateKey : True IsSelfSigned : True Issuer : CN=mail.XXXXXXXX.local NotAfter : 09/03/2012 09:43:42 NotBefore : 09/03/2011 09:43:42 PublicKeySize : 2048 RootCAType : None SerialNumber : D4274591XXXXXXXXXXXXXX870E947225 Services : SMTP Status : Valid Subject : CN=mail.XXXXXX.local Thumbprint : A8E61399XXXXXXXXX8E777700283669D1E072B AccessRules : {System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAccessRule} CertificateDomains : {autodiscover.XXXXXXX.worcs.sch.uk, webmail.XXXXXXXXX.worcs.sch.uk} HasPrivateKey : True IsSelfSigned : False Issuer : CN=GeoTrust SSL CA, O="GeoTrust, Inc.", C=US NotAfter : 06/03/2014 08:59:05 NotBefore : 02/02/2011 06:42:39 PublicKeySize : 2048 RootCAType : ThirdParty SerialNumber : 60A4 Services : IMAP, POP, IIS, SMTP Status : Valid Subject : CN=autodiscover.XXXXXXXX.worcs.sch.uk, OU=GT94688674, O=XXXXXXXXX Secondary School, L=XXXXXXXXX, S=XXXXXXXXX, C=GB, SERIALNUMBER=XXXXXXXXXX-OzeS/hJY- Thumbprint : 9E1B647EA0DFGAFGAZGFA4546B4478A5CCB -
Exchnage 2007 - Authentication Pop-Up box in Outlook !!!
burgemaster replied to burgemaster's topic in Enterprise Software
Important Do not apply this hotfix if an account lockout policy has been applied. We have an account lock policy here, also everything has worked perfectly for 3 years. About 2 weeks ago re-newed the external certificate?? I have one user that works perfectly on one machine (win7) but does not work on another 5 xp machines ive tested on. Also once we have logged into webmail just once, then closed, outlook works perfectly??? Teachers are also reporting that after getting the error when first logging on, after around 5min they can then load outlook? I have seen this myself with a test logon???? Cant work this out
