Re: [Unattended-Dev] Experiences with Strawberry Perl instead of ActivePerl?

2023-07-19 Thread Juanjo Pablos via unattended-devel

On 19/7/23 15:54, Johan Ho via unattended-devel wrote:
I completely forgot about this for a while, what is the status of 
switching to Strawberry Perl? 


I was too afraid to break things up, so I made the modifications internally.

Here is my copy.

If everyone is ok, I can update the repository with this copy




___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Experiences with Strawberry Perl instead of ActivePerl?

2019-06-26 Thread Juanjo Pablos via unattended-devel

  
  
On 26/6/19 14:37, Johan Ho via
  unattended-devel wrote:


  I think I solved this in my Windows 10 unattended script by setting the
"ApplicationAssociationToasts" entries for .pl files to 0 in the registry:

I have found a bug on this, but it said that this was fixed.

https://rt.cpan.org/Public/Bug/Display.html?id=66039
Maybe we need to open another bug for windows 10 and try to run a
  script in the meantime 

  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Experiences with Strawberry Perl instead of ActivePerl?

2019-06-26 Thread Juanjo Pablos via unattended-devel

  
  
On 26/6/19 13:15, Hofmann, Gerhard
  wrote:


  One little annoyance remaining, see PNG attachment. I will have to tell Windows that Strawberry Perl should be used to handle the PL file extension.
But this problem I already had with ActivePerl.

I saw this error on win10, on windows 7 seems to work just fine.


  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Experiences with Strawberry Perl instead of ActivePerl?

2019-06-25 Thread Juanjo Pablos via unattended-devel

  
  
On 25/6/19 11:56, Hofmann, Gerhard
  wrote:


  The ptar command unpacks the .tar.gz archive not into 
   %TEMP%\Win32-NetResource-0.057
like wanted / expected, but instead into 
   c:\windows\system32\Win32-NetResource-0.057

maybe we need to add 

cd %TEMP% before the ptar command
  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Experiences with Strawberry Perl instead of ActivePerl?

2019-06-24 Thread Juanjo Pablos via unattended-devel

  
  
On 24/6/19 21:57, Hofmann, Gerhard
  wrote:


  You suggested
  me some commands (ptar… make…) that also should do the job
  offline and indeed when I run them in a cmd this works very
  well.
   
  But when
  having it in the perl.bat it seems the ptar command is
  executed correctly, but everything after that does not  seem
  to work / to be executed.
   
  Some more
  ideas…? My perl.bat (not working…) see below.



Gerhard,
would you mind test this code?


+call msiexec /qb /l*
  %SystemDrive%\netinst\logs\strawberryperl.txt /i %perl_msi%
  +set
PATH=%PATH%;c:\strawberry\c\bin;c:\strawberry\perl\bin;c:\strawberry\perl\site\bin;
  +::
  +::This code should be equilavent to
  +::cpan Win32::NetResource
  +::But it works Offline
  +copy %Z%\packages\strawberryperl\Win32-NetResource-0.057.tar.gz
  %TEMP%
  +call c:\strawberry\perl\bin\ptar.bat zxf
  %TEMP%\Win32-NetResource-0.057.tar.gz
  +cd %TEMP%\Win32-NetResource-0.057
  +call c:\strawberry\perl\bin\perl Makefile.PL 
  +call gmake install



replace start /wait for call

  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Experiences with Strawberry Perl instead of ActivePerl?

2018-12-29 Thread Juanjo Pablos via unattended-devel

  
  
On 27/12/18 13:53, Hofmann, Gerhard via
  unattended-devel wrote:


  1) installing Win32::NetResource library online using cpan command - any offline alternative possible for PCs not connected to the Internet or behind http proxys? 

Added this line:
::
URL|ALL|http://cpan.metacpan.org/authors/id/J/JD/JDB/Win32-NetResource-0.057.tar.gz|packages/strawberryperl/Win32-NetResource-0.057.tar.gz
I need to investigate how to install it from local network.


  
2) install path is c:\strawberry, I'd rather would like it in the standard program files directory. When installing strawberry interactively and try to install to c:\Program Files\Strawberry or c:\Progra~1\Strawberry it claims in both cases about the path containing blanks. So I suppose that would neither work with msiexec...?


we can fix this problem later...
I will try to do a minimal test and push it one of these days.

  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] WIn7 Updates

2018-12-06 Thread Juanjo Pablos via unattended-devel

  
  
Good Morning,
I have been using for a while this win7sp1-updates.bat, but I
  have not been published as I am not 100% if that works for all
  you.
Mainly is to apply KB3102810 "Installing and searching for
  updates is slow and high CPU usage occurs in Windows 7 and Windows
  Server 2008 R2"


http://support.microsoft.com/en-us/help/3102810
http://support.microsoft.com/en-us/help/3020369
http://support.microsoft.com/en-us/help/3125574
http://support.microsoft.com/en-us/help/4048957


Should I upload to the svn then?

  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Should I remove AdobeFlashPlayerUpdateSvc as default

2018-12-04 Thread Juanjo Pablos

  
  
El 4/12/18 a las 9:33, Johan Ho
  escribió:


  Sounds like a good idea to me at least!

I assume those commands should work the same across all Windows versions?

As far as I know yes. But I guess that the best way to to publish
  them and report back

  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] suggestion for todo.pl / variable $os / handling of new Windows versions

2018-12-03 Thread Juanjo Pablos

  
  
El 3/12/18 a las 10:45, Hofmann,
  Gerhard escribió:


  What do you think? I must mention that my sole usage for the Unatteded software are application only installs using appsonly.bat / appsonly.pl which I contributed years ago to the project. So it might be that $os variable is not so important in my use case, but may be important in other use cases...

I do use unattended mainly for os updates & apps, (except for
  schools that still use windows xp). Some of the scripts the $OS
  variable is used. Let me put some examples:
dotnet.bat:todo.pl dotnet-%WINVER%.bat
  filezilla.bat:if "%WINVER%" == "winxpsp3" set VERSION=3.8.0
  firefox-esr.bat:if "%WINVER%" == "winxpsp3" set VERSION=5290esr
  ie8.bat:if not "%WINVER%" == "winxpsp3" goto skip
  libreoffice.bat:if "%WINVER%" == "winxpsp3" set VERSION=5.4.7
  pdfcreator.bat:if "%WINVER%" == "winxpsp3" set VERSION=2.5.3
  perl.bat:if not "%WINVER%" == "win2k" goto skipinstaller3

The $OS variable is used to install the service pack.
win7-updates.bat script just install the Service pack. Then call
  todo.pl win7sp1-updates.bat



BTW ... you were nearly the last one to modify this file :-) 


  r4014 | jjp3 | 2016-02-23 23:09:37 +0100 (mar 23 de feb de 2016) |
  2 lines
  
  Allow Unattended to recognize windows 10
  

  r3656 | ghof | 2013-09-03 17:38:37 +0200 (mar 03 de sep de 2013) |
  1 line
  
  

  r3563 | ghof | 2013-02-17 18:12:38 +0100 (dom 17 de feb de 2013) |
  1 line
  
  $product_name now also handles various Windows 8 editions, so you
  can use appsonly.bat on Windows 




  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] Should I remove AdobeFlashPlayerUpdateSvc as default

2018-12-03 Thread Juanjo Pablos

  
  
Hi,
I wonder if I should add these lines on the flash.bat script.
 +:: Delete Tasks autoupdate:
  +todo.pl "SchTasks /Delete /TN \"Adobe Flash Player Updater\" /f"
  +todo.pl "SchTasks /Delete /TN \"Adobe Flash Player PPAPI
  Notifier\" /f"
  +
  +:: Remove Flash autoupdate service:
  +todo.pl "sc delete AdobeFlashPlayerUpdateSvc /f"
  +



That will remove the Update services for adobe flash player. 

  


___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] How do I enable smbv1 using command line

2018-07-14 Thread Juanjo Pablos

  
  
Hi,
Maybe is just me, but I have the unattended server on an old
  version of Debian, It uses SMBv1.
When I try to install Apps on a Windows 10 system it complains
  about the lack of support, so i have to manually enable smbv1. 

I wonder if there is a way to enable using just the command line.

  


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] [unattended:code] New commit by mythrix

2015-11-04 Thread Juanjo Pablos
El 04/11/15 a las 09:25, Johan Ho escribió:
> Anyways, to be honest I'm not overly impressed by DC / v12. There are a
> few "premium function" buttons that nags people to buy the "full version"...
>
> Maybe it would be good to give people the option to choose which version
> they want?
That is why there is an adobe-reader-dc.bat

--
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] [unattended:code] New commit by mythrix

2015-09-09 Thread Juanjo Pablos
Hi,
This change does not work on Windows XP. We need to split 
adobe-reader.bat into x86-adobe-reader.bat and AMD64-adobereader.bat

what do you think?


El 09/09/15 a las 13:20, Unattended, A Windows deployment system SVN 
repository escribió:
>
> Adobe Reader DC (v12), new file.
>
> By mythrix on 09/09/2015 11:20
> *View Changes* 
>
> 
>
> Sent from sourceforge.net because you indicated interest in 
> https://sourceforge.net/p/unattended/code/
>
> To unsubscribe from further messages, please visit 
> https://sourceforge.net/auth/subscriptions/
>


--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Dotnet Requieremen on cdburnerXP

2014-11-10 Thread Juanjo Pablos
El 10/11/14 a las 09:13, Johan Ho escribió:
 Oh! It is possible I removed it because dotnet is preinstalled in
 Windows 7, so I didn't think about keeping it for Windows XP when I was
 editing the file.

 Feel free to add it back for compatibility!

 Johan Ho
There is a dotnet-win7sp1.bat that updates the dotnet stuff. and ignore 
if is already installed.

Is not that correct?


--
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] Dotnet Requieremen on cdburnerXP

2014-11-08 Thread Juanjo Pablos

Is there any reason of why the dotnet stuff was removed from this 
application?:


http://sourceforge.net/p/unattended/code/3686/


in my environment, i do not install the dot net stuff unless necessary.

--
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] Thunderbird Mainstream and ESR releases will be merged

2014-02-05 Thread Juanjo Pablos
Hi,
I have not noticed, but I just found this message The Thunderbird 
Extended Support Releases (ESR) have now been merged into the mainstream 
releases http://www.mozilla.org/thunderbird/all.html.

https://mail.mozilla.org/pipermail/tb-enterprise/2013-September/000842.html

If anyone is using thunderbird-esr.bat just please, replace it to 
thunderbird.bat


--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] LibreOffice link change

2013-04-25 Thread Juanjo Pablos
On 25/04/13 20:56, Mary Huey wrote:
 Apologies if this has been mentioned before, but the current package
 updater appears to be trying to pull down LibreOffice 4.0.0, which is no
 longer available; it's been superceded by 4.0.2.

 Mary
Mary,
Thanks for the info, is nice to know who is using it around  the world 
:-). As of 2013-03-13 the subversion urls have changed. I wanted to get 
a new release. But I am a bit busy right now.

To fix it go to your server under the unattended directory and execute 
this command

svn switch --relocate  
http://unattended.svn.sourceforge.net:/svnroot/unattended/trunk 
http://svn.code.sf.net/p/unattended/code/trunk

Then
  svn up
should be enough. There are around 20 updates.

Please let me know if that works for you.


-- 
La literatura es mentir bien la verdad.
-- Juan Carlos Onetti. (1909-1994) Escritor uruguayo.


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] PDFCreator updating

2013-04-25 Thread Juanjo Pablos
On 25/04/13 21:34, Mary Huey wrote:
 It looks as if PDFCreator has changed its mechanism for downloading
 packages;
 http://cdn.download.pdfforge.org/pdfcreator/1.6.1/PDFCreator-1_6_1_setup.exe;
 does not work.

 However,
 http://download.pdfforge.org/download/pdfcreator/1.7.0/PDFCreator-1_7_0_setup.exe?file=AMIfv978KGMB273KLKDswNYpK7AeDj4S5G__PGG09Gvj0xTiu59MzVI_a_tq7eQDLoJeZHYjrzhVgKqc57BMFt6jqLpEgb-vnxuk39qCdwHL5AvVeGZCu_RhIauaJYJb9T4ZuZ58CAJbkNEzrIW_abCE7uLX2I71ncOrY0EfQc5TPRMgECag0MUdownload;
 does work.

 They've also gone from version 1.6.1 to 1.7.0 (although other/older
 releases can be downloaded from here):
 http://download.pdfforge.org/download/pdfcreator/

 The following is a bit clumsy:
I am using

http://red.download.pdfforge.org/pdfcreator/1.7.0/PDFCreator-1_7_0_setup.exe

as it seems to work for now. Let me know if that fails for you.

-- 
¡Siendo de dos una tristeza, ya no es tristeza, es alegría!
-- Francisco Villaespesa.


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Java update

2013-04-25 Thread Juanjo Pablos
On 25/04/13 22:37, Mary Huey wrote:
 Is there a reason why the installer downloads both the version 6 and 7
 installers, but only installs the 6?
so you can change last line and get java 7 if you wish.
Someone on the list said that we had an application that needed java6. 
So I try to stay as long as I could with java6.

-- 
¡Siendo de dos una tristeza, ya no es tristeza, es alegría!
-- Francisco Villaespesa.


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Thunderbird updating

2013-04-25 Thread Juanjo Pablos
On 25/04/13 21:42, Mary Huey wrote:
 Thunderbird 17.0.2 does not appear to be readily available anymore; it's
 now 17.0.5:
I think that maybe we should start using:

http://download.cdn.mozilla.net/pub/mozilla.org/thunderbird/releases/

As is seems those urls stay longer.

-- 
¡Siendo de dos una tristeza, ya no es tristeza, es alegría!
-- Francisco Villaespesa.


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] LibreOffice link change

2013-04-25 Thread Juanjo Pablos
On 25/04/13 23:56, Mary Huey wrote:

 My colleague Ben has this to add to the malicious software tool .bat:

This was fixed already:

r3597 | mythrix | 2013-04-16 12:38:28 +0200 (mar 16 de abr de 2013) | 1 line

Updated Windows Malicious Software Removal Tool to v4.19

-- 
Sólo en las ciencias matemáticas existe la identidad entre las cosas que
nosotros conocemos y las cosas que se conocen en modo absoluto.
-- Umberto Eco. (1932-) Escritor italiano.


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] Change SVN Repo URL

2013-03-09 Thread Juanjo Pablos
Hi,
Last Monday I got an email about the migration of the SVN repository to a new 
platform.

change YOURUSERNAME on next line and just run it:

svn switch --relocate \
  https://unattended.svn.sourceforge.net/svnroot/unattended/trunk  \
svn+ssh://yourusern...@svn.code.sf.net/p/unattended/code/trunk

you should be set (unless you have a new version of SVN)




--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] notes.bat out of scripts directory

2013-01-08 Thread Juanjo Pablos
Hi,
the notes.bat file has not been updated since 2004. so i doubt that 
someone is using it.

There is a more uptodate script on the wiki is anyone still using it:
https://sourceforge.net/apps/trac/unattended/wiki/LotusNotes

-- 
Mira hacia atrás y riete de los peligros pasados.
-- Sir Walter Scott. (1771-1832) Poeta y novelista británico.


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] Firefox and Thunderbird Extended Support Release

2012-12-31 Thread Juanjo Pablos
Hi,
Before this year ends, I had upload a script for Thunderbird and Firefox 
Extended Support Release.
I hope is ok for everyone :-)

Happy New Year.



--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] DotNet.bat update

2012-10-05 Thread Juanjo Pablos
El 01/10/12 10:00, Johan Ho escribió:
 I have tested .NET v4 a few times before, but went back to v3.5 because
 some software we used didn't yet work with v4, and I didn't want to
 install both v3.5 and v4.

According with this document instaling 3.5 and 4.0 seems safe.
http://msdn.microsoft.com/library/bb822049.aspx

 But it's been some time since I last tried. I see that at least
 CDBurnerXP should support .NET v4 now. Though I don't remember if there
 were other programs with compatibility issues.

ok, if you want I going to upload cdbxp.bat as well.
 Are you going to test for compatibility with every program in the
 unattended scripts folder?

well, I hope it tthis change breaks something people will tell.

-- 
Ahora que tenemos tiempo, cuéntame un cuento.
-- Refrán.


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] JAVA 6 vs JAVA 7

2012-07-10 Thread Juanjo Pablos
Hi,
I just wonder if people want me to update java to version 7 or rather 
stay on java 6 a bit longer.

Please replay to the list and let me know

Cheers,
Juan



--
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-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] LibreOffice link change

2012-05-04 Thread Juanjo Pablos
El 04/05/12 20:18, Mary Huey escribió:
 Apologies if this has been mentioned before, but the current package
 updater appears to be trying to pull down LibreOffice 3.5.1, which is no
 longer available; it's been superceded by 3.5.3.

 Mary
ok thanks for heads up.
I did change the local repository, but I did not commit as I wanted to 
test it a bit further.

Anyway, try now, It should be fixed :-)

-- 
Nosotros somos esa clase de gente con la que nuestros padres no quieren
que nos juntemos.
-- Gus.


--
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-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Thunderbird and Firefox ESR (Extended Support Release)

2012-04-12 Thread Juanjo Pablos
El 12/04/12 14:15, Johan Ho escribió:
 Any thoughts on these? I myself is still not quite sure which one is the
 best for our school to use. I guess the advantage of using the ESR
 versions is addon compatibility (for users with less maintenanced
 addons) and less frequent GUI changes?
I usually upload whatever is the recommended version from their site. 
But in some environments I can see the benefit of using just the stable one.


 Maybe we should make new bat-files for ESR versions of Thunderbird and
 Firefox so they're an option for those who want to use it?
we can have both:

thunderbird10.bat
firefox10.bat
and still use thunderbird.bat and firefox.bat for whatever is the 
recomended version.

What do you think?


-- 
Poco importa el número de direcciones que contenga la base de datos: la que
buscas la tienes garabateada en una notita.


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Should I add some AV software?

2012-03-26 Thread Juanjo Pablos
El 26/03/12 09:47, Ronan SALMON escribió:
 ClamWin is based on ClamAV engine, but it is not same software
I know but it offers real time scanning
http://www.clamav.net/lang/en/faq/faq-win32/


-- 
Una chincheta es un Lacasito en erección.


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Should I add some AV software?

2012-03-23 Thread Juanjo Pablos
El 23/03/12 09:18, Ronan SALMON escribió:
 And if it helps, here is a script for clamwin
but that is already on our repository
https://sourceforge.net/apps/trac/unattended/browser/trunk/install/scripts/clamav.bat


-- 
No es pobre el que poco tiene, pero sí lo es el que vive con gran avidez.


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


[Unattended-Dev] Should I add some AV software?

2012-03-22 Thread Juanjo Pablos
Hi,

I stop using clamav a while back, mainly because was not effective doing 
something for me, so I had search for alternatives. I found panda cloud 
as a light Antivirus software, but is not working with this new wave of 
rootkit virus. So I am trushing AVG free for the bigger computers.

I was wondering if you guys want me to update some Antivirus software in 
the repository:

AVG
https://sourceforge.net/apps/trac/unattended/wiki/AVG

Pandacloud
https://sourceforge.net/apps/trac/unattended/wiki/PandaCloud


Just let me know...

-- 
Los ordenadores son como los dioses del Antiguo Testamento, repletos de reglas
y faltos de piedad
 -- Joseph Campbell


--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Build linuxboot: new mirror for MySQL

2011-12-15 Thread Juanjo Pablos
El 15/12/11 18:27, Timothy J Massey escribió:
 It seems that wisc.edu is no longer a mirror for MySQL.  I have 
 modified the Makefile to point to Hurricane Electric's mirror.  Patch 
 included below. 
Done thanks

-- 
Criticar es más fácil que imitar.


--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Build linuxboot: usbutils

2011-12-15 Thread Juanjo Pablos
El 15/12/11 18:44, Timothy J Massey escribió:
 Another casualty of kernel.org:  usbutils.  Switched to a mirror, and 
 updated to 0.91.  Patch below. 
Done, but it would not surprise me if this breaks again.. maybe we need 
to download directly using git.


-- 
Criticar es más fácil que imitar.


--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Build linuxboot: kbd version is missing

2011-12-15 Thread Juanjo Pablos
El 15/12/11 18:27, Timothy J Massey escribió:
 The Makefile for linuxboot wants to download kbd-1.15.2.tar.bz2. 
  However, at the URL listed 
 (http://www.all.kernel.org/pub/linux/utils/kbd/) the latest version is 
 1.12, and the only format is tar.gz.  Might this have something to do 
 with rebuilding from the kernel.org breakin?  In any case, I had to 
 hack the Makefile to handle this.  Patch below. 
done rv 3428

-- 
Criticar es más fácil que imitar.


--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] Build linuxboot: pciutils

2011-12-15 Thread Juanjo Pablos
El 15/12/11 18:33, Timothy J Massey escribió:

 It seems that kernel.org is going to be a hassle for this build 
 process.  Next up:  pciutils.  Kernel.org has only older versions. 
  According to this site (http://mj.ucw.cz/pciutils.html), the master 
 site is: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ .  This site 
 has the version that the Makefile is looking for.  So, another patch. 
  While I'm at it, I updated to the latest version (3.1.8 instead of 
 3.1.7). 
Done thanks

-- 
Criticar es más fácil que imitar.


--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended-Dev] SVN repo

2011-08-31 Thread Juanjo Pablos
El 27/08/11 02:35, Chris McClimans escribió:
 I 
 http://sourceforge.net/apps/trac/unattended/browser/trunk/install/scripts/winxpsp3-extras.bat#L37s
  
 there a list of public developer repo's similar to the network graph 
 component of github for unattended?

Something like this?:
http://www.ohloh.net/p/unattended/commits


--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Packages with old versions dropped: OpenOffic,e, Perl

2011-06-25 Thread Juanjo Pablos
El 25/06/11 04:35, Timothy J Massey escribió:
 Oracle seems to have dropped 3.2.1 from their download site. 
  openoffice.bat needs to be updated to 3.3.0.

 ActiveState Perl seems to have dropped 5.10.  The latest download 
 version is 5.14.1.1401 dated just a couple of days ago.

well,
About openoffice I would use libreoffice instead.

Perl: 5.12 still here.

http://downloads.activestate.com/ActivePerl/releases/

--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Unattended: build from source

2011-06-09 Thread Juanjo Pablos
El 07/06/11 22:48, Timothy J Massey escribió:
 I have multiple client packages availabl
I have about 60 packages.  But  I do not know how cuold be the best way 
to share /update if they are on the same directory as the official 
scripts.


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Unattended: build from source

2011-06-06 Thread Juanjo Pablos
El 06/06/11 13:13, Станислав escribió:
 Hello Juanjo,

 I've tried to build linuxboot from the trunk on Ubuntu 11.04 and got a
 lot of problems. I've resolved some of them but haven't manage to
 resolve others (for example I couldn't build busybox 1.15.3). It seems
 isn't easy to care about building all stuff from sources. What do you
 think about using existent build system? For example Arch linux. I
 think It could save a lot of time.

 Best regards,
 Stanislav

Hi,
Everytime someone comes an submit a patch so it builds on their 
platform, I am happy to apply as long as it does not break mine.

I am using debian for building from source. There is already a task open:

https://sourceforge.net/apps/trac/unattended/ticket/2


But no one actually got it running, If you have something that is more 
or less working I do not have a problem testing and replacing.

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Unattended: build from source

2011-06-06 Thread Juanjo Pablos
El 06/06/11 18:12, Timothy J Massey escribió:
 The idea of reengineering the entire boot CD creation process is not
 appealing to me, especially considering my *very* modest needs. I just
 want a boot CD that doesn't require user input. Now that we've fixed
 my booting problems, I don't even need to build my own CD to do that.
 I can modify the stock ISO to achieve that.

I have just upload a 4.9 release here:
https://sourceforge.net/projects/unattended/files/unattended/4.9/
as far as I know there is no need for user input.

 But now that I've got a build process working, I will probably stick
 with my custom CD for this year. It has a big advantage in reducing
 the timeout for missing Broadcom firmware from 60 seconds to 1 second.
 Incidentally, seeing as firmware loading is broken on the CD, I'm not
 sure why the default isn't reduced anyway...
I have no idea what are you talking about.. sorry.

 All I want out of the build process is a way to easily remove DOSEMU
 seeing as most of my by-hand hassles are caused by it not building
 with the same version of GCC as everything else--and seeing as I don't
 use DOSEMU, you would think that would be easy. But it's not. So, I
 deal with my convoluted build process. 
I thought that this line could fix your problem:
Default, ntinstall_cmd,nt5x-install

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


4.9 Release Candidate6

2011-05-17 Thread Juanjo Pablos
Hi,
I have upload another test candidate for the next release:

https://sourceforge.net/projects/unattended/files/unattended/49rc6/

Test on your systems. If not mayor bugs are found it. This file will
became 4.9.

I put a Release Note on the wiki for updating information related to
this release, feel free to update it:
https://sourceforge.net/apps/trac/unattended/wiki/ReleaseNotes490

*Please Review Release Notes*

Cheers,
Juan




--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Oops with 4.9 beta linuxboot ISO and custom-compiled on IBM 8183

2011-05-12 Thread Juanjo Pablos
El 12/05/11 22:25, Timothy J Massey escribió:

 Thoughts on what I should change from here?

Maybe enable CONFIG_PM?


--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


I gave permission to commit to Jay Oster

2011-05-05 Thread Juanjo Pablos
Hi,
I saw bug #1 and I feel like it is silly from me to hold bugs on the 
queue for weeks. I did not see any reason why Jason Oster should not get 
permission to write on the repository.

Just be careful :-)



--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Oops with 4.9 beta linuxboot ISO and custom-compiled on IBM 8183

2011-05-05 Thread Juanjo Pablos


 Any suggestions on how best to do that within the Unattended linuxboot 
 build process?  I can hack things terribly (I'd probably just throw 
 the commands that I'm typing by hand into the master script right 
 where I put the pause), but is there a better, cleaner way to do this?

A few hours ago I upload 2.6.38.5 here:
https://sourceforge.net/projects/unattended/files/unattended/49rc5/

-- 
En los rostros de aquellos que conocimos de jóvenes reconocemos lo
viejos que nos hemos vuelto.
-- Heinrich Boll. (1917-1985) Escritor alemán. (Premio Nobel).


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Oops with 4.9 beta linuxboot ISO and custom-compiled on IBM 8183

2011-05-05 Thread Juanjo Pablos


 I'm open to suggestions... 

Use same kernel options as it was on 4.8

svn up -r2985 linuxboot/misc/linux-config


then make and accept all the default values. Maybe I made a mistake on 
the kernel options.


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Oops with 4.9 beta linuxboot ISO and custom-compiled on IBM 8183

2011-04-29 Thread Juanjo Pablos
El 29/04/11 07:41, Pierre Bourgin escribió:
 Le 29/04/2011 00:25, Juanjo Pablos a écrit :

 El 28/04/11 23:41, Timothy J Massey escribió:
  

 I'm at a loss as to where to go from here.  I have a linuxboot build
 system ready to go to test this further, so any suggestions you could
 give me would be greatly appreciated!

 a kernel panic !

 It *may* be related to a strange BIOS; I used to have weird problems
 with old IBM PC beacuse of memory allocation of BIOS and related
 informations.
 Do you have the BIOS latest version ?


 I have just update a bit the kernel. I do not think that it would make a
 different but it worth a try.

 could you lspci the machine so we can know witch device are having problems.
  
 he won't be able to do that until the kernel panic will have been
 resolved ;-)


Pierre,
well. I am not sure, but he said that it was able to mount the install 
share... so he can ctrl+c and type the command.

Given that it has problems complying I have upload a iso image just to 
test it... (I will forward the url to him)


-- 
No pretendas que las cosas ocurran como tu quieres. Desea, más bien, que
se produzcan tal como se producen, y serás feliz.
-- Epicteto. (50-135) Filósofo grecolatino.


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: linux 2.6.38.4 to test

2011-04-29 Thread Juanjo Pablos
El 29/04/11 07:36, Pierre Bourgin escribió:
 Hello,

 Here, I had to switch to 2.6.38.4 recently for module e1000e to 
 support Intel NIC 1502 (82579 in fact) (from DELL e6420 laptops).

 Please find attached linuxboot/Makefile and 
 linuxboot/misc/linux-config for 2.6.38.4

 After a week, it's working fine for me.

 I'm not shure to have all the good configs for the kernel, that's 
 why I do not commit it right now.

 If people can test this and provide some feedbacks ?


Ok. lately I had try some troubles with  2.6.36.x and 2.6.37.x kernels 
(I did not look any futher) so  i was going back to 2.6.35.x

But I will test the 2.6.38.4 and see how it goes... but please do not be 
afraid to commit changes it can be revert it with no problem.




-- 
Los hindúes escribieron el Kamasutra porque no conocían el Fiat 600.
-- Anónimo.


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Syslinux 4.04

2011-04-28 Thread Juanjo Pablos
El 28/04/11 22:27, Timothy J Massey escribió:
 Hello!

 I tried to run the make download step for linuxboot and it errored 
 out on Syslinux.  It's looking for 4.03, the current version is 4.04.
Added thanks

-- 
El dinero del mezquino anda dos veces el camino.


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Oops with 4.9 beta linuxboot ISO and custom-compiled on IBM 8183

2011-04-28 Thread Juanjo Pablos
El 28/04/11 23:41, Timothy J Massey escribió:


 I'm at a loss as to where to go from here.  I have a linuxboot build 
 system ready to go to test this further, so any suggestions you could 
 give me would be greatly appreciated!
ok.
I have just update a bit the kernel. I do not think that it would make a 
different but it worth a try.

could you lspci the machine so we can know witch device are having problems.

Maybe update to *2.6.38.4 can help*



--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: Join the unattended project

2011-03-19 Thread Juanjo Pablos
El 17/03/11 14:05, Johan Ho escribió:
 Den 15.03.11 15:55, skrev Juanjo Pablos:
 El 15/03/11 15:36, Aurelgadjo escribió:
 Le 15/03/2011 15:17, Juanjo Pablos a écrit :
 Hi,
 That is fine for me. does anyone has any objeción?


 Hello,

 I registered to the mailing list for the same thing. I am setting up 
 an unnatended installation and i have to update these scripts myself 
 and I was wondering if there was any way to share this work, either 
 by sending patches or sending scripts via mailing list or ... :-)

 Thanks

 Some people have open  a bug for it, others just send a patch to the 
 mailing list with the changes as attachments.  Either way is fine for 
 me.


 If you have some scripts, please upload to the wiki:
 https://sourceforge.net/apps/trac/unattended/wiki/Scripts

 that will make our life easier for everyone.

 Okay, I guess I'll just use the bug reporting system for existing 
 scripts and use the wiki if I want to add new scripts. :)

 Johan Ho
No,
I was waiting just in case someone had any objection.

you have been granted access (Aurelgadjo please forward your userid if 
you want same access)



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: HDAUDIO FUNC_01 and search-win-drivers.pl

2011-02-24 Thread Juanjo Pablos

 Could you send me the c:/netinst/logs/drivers.log file from a hardware in 
 such a case
 and also tell which kind of hardware it is ?

 Easy case for me: DELL Latptop like D520, D530 or E6410,
 since I have logs for this kind of hardware.



Sure I will.

 I did a little research and out of 255 audio inf files  and I could
 not find any other option than  FUNC_01 devices:
  
 [snip]

 I've introduced the computing of 'FUNC_0x inside search-win-drivers.pl
 because I've found (at least) one that made me really frustated :(

$ cat dell/modem-conextant-d330-dell-m4300-R167368/del000f5.inf
snip
[HSF_MODEM]
%HSFModem%  = ModemX, HDAUDIO\FUNC_02VEN_14F1DEV_2C06SUBSYS_14F1000F
snip

 see 
 http://sourceforge.net/apps/trac/unattended/changeset?new=3067%40trunk%2Finstall%2Fdosbin%2Fsearch-win-drivers.plold=3054%40trunk%2Finstall%2Fdosbin%2Fsearch-win-drivers.pl


But that is a modem. I think that the only problem is that it search 
for  FUNC_00 instead of FUNC_01

-- 
El humor puede someterse a disección pero muere en el proceso, y sus
interioridades espantan a la mente.
-- Elwyn Brooks White.


--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


HDAUDIO FUNC_01 and search-win-drivers.pl

2011-02-21 Thread Juanjo Pablos
Pierre,
I can not tell you when, but I have been notice that sound cards are not 
being detected lately using search-win-drivers.pl . It looks like the 
hardcoded 'FUNC_01' inside InfString for HDAUDIO device seems to work 
better.

I did a little research and out of 255 audio inf files  and I could not 
find any other option than  FUNC_01 devices:

cheche@ntinstall:~/unattended/install/drivers/D/S$ find . -name *inf | wc
 255 2554543
cheche@ntinstall:~/unattended/install/drivers/D/S$ find . -name *inf 
-exec grep FUNC {} \; | grep -v FUNC_01
cheche@ntinstall:~/unattended/install/drivers/D/S$


could anyone tell if that is working for them?


--
Index, Search  Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


OpenCodecs

2011-02-02 Thread Juanjo Pablos

Hi,
I have a script to install Directshow Filters for Ogg Vorbis, Speex, 
Theora, FLAC, and WebM, I wonder if people want me to release it to the 
repository.



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: installing Office 2010

2011-01-26 Thread Juanjo Pablos
El 26/01/11 16:31, Arne Lovius escribió:
 Hi All,

 To the people who have suggested I use a KMS, this is specifically for retail 
 pack installs. Have a look at the cost different between the list price for 
 Home and Business and the best you can get on a Volume Licence for Office 
 std...

 To the people that have suggested that I use Libre Office; while LibreOffice 
 is a great product, no matter what people claim, it is _not_ a drop in 
 replacement for Microsoft Office.

I did not see any of those respond. I Have change the settings on the 
list so all the replies goes to the list..


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


The Document Foundation launches LibreOffice 3.3

2011-01-25 Thread Juanjo Pablos
Hi,
I wonder if we should drop openoffice.bat and use libreoffice instead. 
Now that there is a stable version in place.


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Microsoft Office Compatibility Pack as default

2011-01-20 Thread Juanjo Pablos

Hi,
I wonder if is ok to add Microsoft Office Compatibility Pack as default 
for office2003,

Index: office2003.bat
===
--- office2003.bat(revisión: 3294)
+++ office2003.bat(copia de trabajo)
@@ -3,7 +3,7 @@
  :: Reminder: Commands will be executed in reverse order.

  :: Uncomment it if you want the compatibility pack installed
-:: todo.pl docxconverter.bat
+todo.pl docxconverter.bat


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: duplicate field name

2010-09-23 Thread Juanjo Pablos
El 23/09/10 18:13, Arne Lovius escribió:
 We recently upgraded from 4.8 to 4.9 (rc4?) and all was well
 Today we wanted to do a Windows 2k3r2 install, and added the relevant 
 parts to unattend.csv, but we have hit a problem, it sees duplicate 
 field name such as os_media
 Is this a feature in 4.9 ?
Arne,
I was able to deploy same version the last week. I modify scripts so 
they install the latest Service pack. could you expand a little bit 
about this issue?


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Re: [Unattended] Proposal for perl.bat: installing Perl into %ProgramFiles%\Perl instead of c:\Perl

2010-08-23 Thread Juanjo Pablos
El 23/08/10 11:39, Gerhard Hofmann escribió:
 Hi all,

 could we append a
 TARGETDIR=%ProgramFiles%
 to the msiexec command in perl.bat?

 What do you think? For appsonly.bat that works, I'm not sure about OS +
 application installs.

go for it. do not be shy.. as long as it working I am fine with it.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel


Regression: JRE identification fails due to Oracle rebranding in java.exe

2010-07-28 Thread Juanjo Pablos
FYI:
Bug ID: 6969236  Regression: JRE identification fails due to Oracle 
rebranding in java.exe
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6969236

If you already download the sun-jre just do this :


rm ntinstall/install/packages/jre/jre-6u21-windows-i586-s.exe

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel