[Unattended] Upate of script 'winxpsp3-up0806.bat'

2008-06-12 Thread Sture Åhlin
a /log:' switch if you want to. Example; ' /log:%SystemDrive%\netinst\logs\kb951698.txt' :-) Sture - Sture Åhlin Ponnybacken 15 SE-425 42 HISINGS KÄRRA, Sweden email: [EMAIL PROTECTED] - Check out the

[Unattended] Update of 'winxpsp3-extras.bat'

2008-06-11 Thread Sture Åhlin
o.pl ".reboot-on 194 %Z%\updates\common\kb890830\Windows-KB890830-V1.42.exe /Q" ---- :-) Sture - Sture Åhlin Ponnybacken 15 SE-425 42 HISINGS KÄRRA, Sweden email: [EMAIL PROTECTED] - Check out the new S

[Unattended] Update of 'winxpsp3-extras.bat'

2008-05-13 Thread Sture Åhlin
Published: 5/13/2008 :: URL|ALL|http://download.microsoft.com/download/4/a/a/4aa524c6-239d-47ff-860b-5b397199cbf8/Windows-KB890830-V1.41.exe|updates /common/kb890830/windows-kb890830-v1.41.exe todo.pl ".reboot-on 194 %Z%\updates\common\Windows-KB890830-V1.41.exe /Q" ---- :-) Sture ---

Re: [Unattended] Unattended doesn't ask for users to add to LocalAdministrators

2007-11-24 Thread Sture Åhlin
Hello All I add one or more users with the help of the base.bat script. In my company environment this look likes this: <-- start of addition to base.bat --> :: Reboot into user account 'User' todo.pl .reboot todo.pl "autolog.pl --logon=1 --user=user --password=password" :: Create

Re: [Unattended] update for KB890830

2007-02-15 Thread Sture Åhlin
Hello All !!! The Malicious Software Removal Tool (KB890830) is an odd update. All languages use the same update file and you should use switch /Q for a quiet installation. Due to this you can simplify Sanders Nieuwenhuizen´s script to: :: Microsoft® Windows® Malicious Software Removal Tool

Re: [Unattended] Adobe Reader 8

2007-01-19 Thread Sture Åhlin
Hello All !!! I have used the following set of scripts for installing Adobe Reader 8 for some time now and it works OK for me. Warning 1: Some stupid mail program is splitting scripts lines after a fixed number of characters! Warning 2: I always write my scripts to continue when sub-s

[Unattended] Security Update for Windows XP (KB911280)

2006-06-18 Thread Sture Åhlin
Hello !!! Security Update for Windows XP (KB911280) in script winxpsp2-updates.bat is stored in: updates/win2ksp2. Why not in: updates/winxpsp2? :-) Sture - Sture Åhlin Ponnybacken 15 SE-425 42 H:KÄRRA, Sweden

RE: [Unattended] Broadcom driver implementation in unattended?

2006-05-31 Thread Sture Åhlin
I have no problem at all with the Broadcom B57xx driver.   Could it be that you have not add the correct driver files to your server?   I have configured my installation server as follows:   Create folders $OEM$, $1, drivers, nic and b57 inside the I386 folder as in the following exa

RE: [Unattended] Add localadmin and install software with it's account

2005-12-18 Thread Sture Åhlin
Hello Marc !!! I have solved the need for adding user accounts as follows: 1. Create a bat file for creating the user(s) == I need to create users based on the operating system language. This means that I have to create one file for each language that i

[Unattended] Script for Adobe Reader 7.0.5

2005-12-01 Thread Sture Åhlin
; goto done :noadberdr @echo adobe-reader.bat: No Installation File found for Adobe Reader 7.0 @echo adobe-reader.bat: No Installation File found for Adobe Reader 7.0 1>> %SystemDrive%\netinst\logs\not-installed.txt :done < - end of script - > :-) Sture -

[Unattended] Update Adobe Reader to v. 7.0.1

2005-04-14 Thread Sture Åhlin
N.B. This will only work with Adobe Reader 7.0 The following is a fix to adds the latest updates to Adobe Reader to version 7.0.1. 1. Start Adobe Reader 2. Select 'Help' -> 'Check for updates now' 3. Select 'Additional Language Support' and click button Add 4. Select '*Adobe Acrobat 7.0.1 and Rea

[Unattended] Select application language and key based on %WINLANG%

2005-04-14 Thread Sture Åhlin
The following small fix has made my life easier; We use two versions of Microsoft Office 2003, US English and Swedish. The selection of the right language can be made based on the Windows Language parameter %WINLANG%. I have made the following small modification in file ofc2003.bat to make this