Re: [Unattended] A few updates

2012-02-22 Thread Joe Greco
  Also, Chrome is broken, but I couldn't trivially determine what the
  correct fix was.

 you go to
 http://googlechromereleases.blogspot.com/search/label/Stable%20updates
 Then you would see version *17.0.963.56 that means:
 
 http://dl.google.com/chrome/install/963.56/chrome_installer.exe url to 
 download that version.

Yeah, I saw that and couldn't figure out the intention of the numbering
scheme, and how to translate that to a URL wasn't immediately obvious.

I will note that the script bat probably intended to run --system-level
and not --sytem-level ...  

Thanks again.

... JG
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again. - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] KB890830 Malicious Software Removal Tool

2012-06-24 Thread Joe Greco
As usual, a moving target.  Newest v4.9.  Patch for XP SP3 as follows.

*** winxpsp3-extras.old Sat May 19 11:08:53 2012
--- winxpsp3-extras.bat Sun Jun 24 11:22:27 2012
***
*** 34,41 
  :: Microsoft Windows Malicious Software Removal Tool (KB890830)
  :: http://support.microsoft.com/?kbid=890830
  :: 
http://www.microsoft.com/downloads/details.aspx?familyid=AD724AE0-E72D-4F54-9AB3-75B8EB148356
! :: 
URL|ALL|http://download.microsoft.com/download/4/A/A/4AA524C6-239D-47FF-860B-5B397199CBF8/windows-kb890830-v4.8.exe|updates/common/windows-kb890830-v4.8.exe
! todo.pl .reboot-on 194 %Z%\updates\common\Windows-KB890830-V4.8.exe /Q
  
  :: Security Update for Flash Player (KB923789)
  :: 
http://www.microsoft.com/downloads/details.aspx?FamilyId=93208e57-5f14-4fb2-bc0c-2c4f3c56274a
--- 34,41 
  :: Microsoft Windows Malicious Software Removal Tool (KB890830)
  :: http://support.microsoft.com/?kbid=890830
  :: 
http://www.microsoft.com/downloads/details.aspx?familyid=AD724AE0-E72D-4F54-9AB3-75B8EB148356
! :: 
URL|ALL|http://download.microsoft.com/download/4/A/A/4AA524C6-239D-47FF-860B-5B397199CBF8/Windows-KB890830-V4.9.exe|updates/common/windows-kb890830-v4.9.exe
! todo.pl .reboot-on 194 %Z%\updates\common\Windows-KB890830-V4.9.exe /Q
  
  :: Security Update for Flash Player (KB923789)
  :: 
http://www.microsoft.com/downloads/details.aspx?FamilyId=93208e57-5f14-4fb2-bc0c-2c4f3c56274a


Also in several other scripts files for other OS, sorry, didn't patch 
those.

... JG
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again. - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] todo.pl ... Open With?

2012-06-24 Thread Joe Greco
So this is not the first time I've seen this happen.  But I have no idea
what's causing it.  Reloading a box here, it gets well into the app 
installs, gets to a mandatory reboot point, comes back up as usual,
cmd.exe opens up with

Mapping \\ntinstall\install on Z:
The command completed successfully.

... done

and suddenly I get an Open With dialog for todo.pl.

Now I had previously figured out that I can open a cmd.exe window,
go to z:\bin, and do perl z:\bin\todo.pl --go which then runs
just fine, but if I do z:\bin\todo.pl --go  then it pops up the
Open With dialog.  So something's maybe nuking the perl association?

Come to think of it, it's been whining about running VBS scripts
during the install too, but there it's just a confirmation to run
it.

This all used to work, but given how long these poor slow machines 
take to load, isolating the cause could take a really long time.

I just wanted to see if anyone had any thoughts before I go wading
through the murky world of Windows and Perl, since I'm a UNIX guy
and I don't care too much for Windows.

... JG
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again. - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] A few updates

2013-03-27 Thread Joe Greco
Some minor updates

*** libreoffice.old Wed Feb 13 08:57:41 2013
--- libreoffice.bat Wed Mar 27 13:48:11 2013
***
*** 1,7 
  ::OPTIONAL: Install LibreOffice
  ::HOME: http://www.libreoffice.org/
! 
::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/4.0.0/win/x86/LibreOffice_4.0.0_Win_x86.msi|packages/libreoffice/libreoffice_4.0.0_win_x86_install.msi
  
  @echo off
  
! todo.pl .ignore-err 194 msiexec /qn /l* 
%SystemDrive%\netinst\logs\libreoffice.txt /i 
%Z%\packages\libreoffice\libreoffice_4.0.0_win_x86_install.msi /norestart 
/passive
--- 1,7 
  ::OPTIONAL: Install LibreOffice
  ::HOME: http://www.libreoffice.org/
! 
::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/4.0.1/win/x86/LibreOffice_4.0.1_Win_x86.msi|packages/libreoffice/libreoffice_4.0.1_win_x86_install.msi
  
  @echo off
  
! todo.pl .ignore-err 194 msiexec /qn /l* 
%SystemDrive%\netinst\logs\libreoffice.txt /i 
%Z%\packages\libreoffice\libreoffice_4.0.1_win_x86_install.msi /norestart 
/passive
*** perl.oldMon Jan 21 03:27:14 2013
--- perl.batWed Mar 27 16:09:45 2013
***
*** 29,38 
  %Z%\packages\windowsinstaller\windowsinstaller-kb893803-v2-x86.exe /passive 
/norestart
  :skipinstaller3
  
! :: 
URL|ALL|http://downloads.activestate.com/ActivePerl/releases/5.14.2.1402/ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi|packages/perl/activeperl-5.14.2.1402-mswin32-x86-295342.msi
! :: 
URL|ALL|http://downloads.activestate.com/ActivePerl/releases/5.14.2.1402/ActivePerl-5.14.2.1402-MSWin32-x64-295342.msi|packages/perl/activeperl-5.14.2.1402-mswin32-AMD64-295342.msi
  
! set 
perl_msi=%Z%\packages\perl\activeperl-5.14.2.1402-mswin32-%PROCESSOR_ARCHITECTURE%-295342.msi
  
  :retry
  if exist %perl_msi% goto have_perl
--- 29,38 
  %Z%\packages\windowsinstaller\windowsinstaller-kb893803-v2-x86.exe /passive 
/norestart
  :skipinstaller3
  
! :: 
URL|ALL|http://downloads.activestate.com/ActivePerl/releases/5.16.3.1603/ActivePerl-5.16.3.1603-MSWin32-x86-296746.msi|packages/perl/activeperl-5.16.3.1603-mswin32-x86-296746.msi
! :: 
URL|ALL|http://downloads.activestate.com/ActivePerl/releases/5.16.3.1603/ActivePerl-5.16.3.1603-MSWin32-x64-296746.msi|packages/perl/activeperl-5.16.3.1603-mswin32-AMD64-296746.msi
  
! set 
perl_msi=%Z%\packages\perl\activeperl-5.16.3.1603-mswin32-%PROCESSOR_ARCHITECTURE%-296746.msi
  
  :retry
  if exist %perl_msi% goto have_perl
*** win_malicious-software-removal-tool.old Sun Feb 17 17:50:23 2013
--- win_malicious-software-removal-tool.bat Wed Mar 27 13:45:41 2013
***
*** 3,8 
  
  :: http://support.microsoft.com/?kbid=890830
  :: 
http://www.microsoft.com/downloads/details.aspx?familyid=AD724AE0-E72D-4F54-9AB3-75B8EB148356
! :: 
URL|ALL|http://download.microsoft.com/download/4/A/A/4AA524C6-239D-47FF-860B-5B397199CBF8/windows-kb890830-v4.17.exe|updates/common/windows-kb890830-v4.17.exe
! todo.pl .reboot-on 194 %Z%\updates\common\Windows-KB890830-V4.17.exe /Q
  
--- 3,8 
  
  :: http://support.microsoft.com/?kbid=890830
  :: 
http://www.microsoft.com/downloads/details.aspx?familyid=AD724AE0-E72D-4F54-9AB3-75B8EB148356
! :: 
URL|ALL|http://download.microsoft.com/download/4/A/A/4AA524C6-239D-47FF-860B-5B397199CBF8/windows-kb890830-v4.18.exe|updates/common/windows-kb890830-v4.18.exe
! todo.pl .reboot-on 194 %Z%\updates\common\Windows-KB890830-V4.18.exe /Q
  
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again. - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.

--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] A few updates

2013-03-28 Thread Joe Greco
 On 27/03/13 23:40, Joe Greco wrote:
  Some minor updates
 Strange. Libreoffice 4.0.1 was updated on  2013-03-09
 
 r3577 | jjp3 | 2013-03-09 17:14:03 +0100 (s?b 09 de mar de 2013) | 2 lines
 
 update libreoffice 4.0.1. impress remote works!

Interesting.  But if you go to the repository where the script goes
to fetch updates,

https://unattended.svn.sourceforge.net/svnroot/unattended/trunk/install/scripts

unattended - Revision 3571: /trunk/install/scripts
[snip]

Looking in there to fetch libreoffice.bat:

https://unattended.svn.sourceforge.net/svnroot/unattended/trunk/install/scripts/libreoffice.bat

::OPTIONAL: Install LibreOffice
::HOME: http://www.libreoffice.org/
::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/4.0.0/win/x86/LibreOffice_4.0.0_Win_x86.msi|packages/libreoffice/libreoffice_4.0.0_win_x86_install.msi

@echo off

todo.pl .ignore-err 194 msiexec /qn /l* 
%SystemDrive%\netinst\logs\libreoffice.txt /i
%Z%\packages\libreoffice\libreoffice_4.0.0_win_x86_install.msi /norestart 
/passive

So that's still back on r3562.  The human-readable version is over at

http://unattended.svn.sourceforge.net/viewvc/unattended/trunk/install/scripts/

So my guess is something wrong over at SourceForge.

... JG
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again. - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.

--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info