Re: [Unattended] Wrong path for VLC

2010-07-20 Thread Juanjo Pablos
Johan Ho escribió: Hey, there's a tiny error in the vlc.bat file: the vlc installer is not placed in it's own subfolder. Somehow it seems it hasn't been fixed even though the VLC version has been updated a few times. Not a big problem, but should still probably be fixed. (Unless there's a

Re: [Unattended] installations for multiple users

2010-07-22 Thread Juanjo Pablos
Ben Cohen escribió: We customize the Default User registry hive in code in our environment -- eg we've a script like this: :: make Thunderbird the default mail client on start menu todo.pl reg add HKLM\mnt_default\Software\Clients\mail /ve /f /d \Mozilla Thunderbird\ todo.pl reg add

Re: [Unattended] update kernel?

2010-08-05 Thread Juanjo Pablos
Kash escribió: Forgive my ignorance but I am new to unattended. We have some new hardware and unattended does not recognize the NICs. Are there any directions on updating the kernel in unattended and/or add driver modules? have a look here:

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

Re: [Unattended] Office 2007

2010-08-27 Thread Juanjo Pablos
El 27/08/10 08:44, Gerhard Hofmann escribió: Am 24.08.2010 22:30, schrieb Martin Schulte: Hi, i want to install MS Office 2007 during an unattended installation. I cannot find a script for this. Is there still one existing or are there some problems? Thanks, Martin Hi Martin,

Re: [Unattended] Driver installation problem

2010-09-11 Thread Juanjo Pablos
El 10/09/10 14:39, tovis escribió: I does not use the system for some months, and forget some key processes. I have refreshed system from svn. Refresh the driver packs (rebuild the cache). Try install XP prof on an AMD box (GIGABYTE MA74GM-S2H) - but drivers are does not installed, even

Re: [Unattended] bnx2 firmware doesn't load

2010-09-14 Thread Juanjo Pablos
El 14/09/10 18:11, melbogia escribió: Hi, I am using the latest version of unattended, 4.9. My machine has a broadcom NIC which uses the bnx2 module. When I pxe boot into unattended it runs fine until it tries to load the bnx2 module, at which point it fails like so *** Next, we'll look for

Re: [Unattended] bnx2 firmware doesn't load

2010-09-15 Thread Juanjo Pablos
El 14/09/10 22:50, melbogia escribió: I went through that and added bnx2/bnx2-mips-09-5.0.0.j3.fw to External firmware blobs to build into the kernel binary, as you suggested. Then I ran 'make' and got the following error. Looks like it was deleted from the kernel tree:

Re: [Unattended] bnx2 firmware doesn't load

2010-09-15 Thread Juanjo Pablos
El 14/09/10 22:50, melbogia escribió: I went through that and added bnx2/bnx2-mips-09-5.0.0.j3.fw to External firmware blobs to build into the kernel binary, as you suggested. Then I ran 'make' and got the following error. ... ... MK_FW firmware/bnx2/bnx2-mips-09-5.0.0.j3.fw.gen.S

Re: [Unattended] Downloading Drivers with config.pl Returns unmatch Hardware

2010-09-19 Thread Juanjo Pablos
Q. Is there an existing utility of which can automatically extract dp_*.7z drivers and set their proper permissions in /z/drivers/D? Thanks! try : cd unattended ant extract-drivers That is what I use -- Start

Re: [Unattended] Downloading Drivers with config.pl Returns unmatch Hardware

2010-09-28 Thread Juanjo Pablos
It would be nice if this info get added to the wiki https://sourceforge.net/apps/trac/unattended/wiki/AutodetectDrivers El 27/09/10 16:13, n22e113 escribió: No, I have the same problem: in my notes, I have: $ finddriverPackDir -type d -exec chmod 755 {} \; $ finddriverPackDir

Re: [Unattended] Windows Server 2003

2010-10-25 Thread Juanjo Pablos
El 25/10/10 22:51, Mike S escribió: I am sending this problem a second time because I did not include nearly enough information the first time. I have installed unattended on a windows 2003 server, and mapped \\ntinstall\install. I have verified that this network share is working properly.

Re: [Unattended] Replacing files

2010-10-28 Thread Juanjo Pablos
El 28/10/10 20:19, Mike S escribió: What is the best location for a command to replace certain files after an installation completes? something like this?: if exist %Z%\packages\opera\special\* copy %Z%\packages\opera\special\* %ProgramFiles%\Opera

Re: [Unattended] Adding ADDLOCAL=PERL_FEATURE to perl.bat to save time

2011-01-21 Thread Juanjo Pablos
El 21/01/11 09:42, Gerhard Hofmann escribió: Hi all, I found out that changing the line start /wait msiexec /qb /l* %SystemDrive%\netinst\logs\perl.txt /i %perl_msi% PERL_PATH=Yes PERL_EXT=Yes TARGETDIR=%ProgramFiles% in perl.bat into start /wait msiexec /qb /l*

Re: [Unattended] Line 762 in install.pl causing crash in installation

2011-01-31 Thread Juanjo Pablos
El 30/01/11 18:14, Glen escribió: Hi everyone. It seems like line 762 of install.pl http://install.pl in revision 3295 is causing a crash of my installation. I don't understand perl very well, so I can't explain why, although once the installation gets to that point, the installer will

Re: [Unattended] database and IP

2011-03-02 Thread Juanjo Pablos
El 02/03/11 19:26, Martin Schulte escribió: Hi, i'm using a database to configure some Laptops. On to Laptops I need to set an static (fix) IP-Address. I found no property-value for this, but is there another way? Maybe this hepls:

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Juanjo Pablos
The reboot is necessary because the Ingres-Client software defines a new environment variable II_SYSTEM (pointing to the Ingres installation path) and the Ingres-Client-Servicepack setup *must see* that variable in order to run through. If I leave out the reboot, the service pack

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Juanjo Pablos
El 11/03/11 15:26, Gerhard Hofmann escribió: So it was worth a trial but doesn't seem to solve the problem. I wonder if the with-env.pl script would be useful for my scenario, has anybody here used it and can give some examples? Could you please upload the content of this script on the

Re: [Unattended] Multiple-step setups, problem with visibility of new environment variables

2011-03-11 Thread Juanjo Pablos
El 11/03/11 17:21, Gerhard Hofmann escribió: 2011/3/11 Juanjo Pablosjua...@apertus.es El 11/03/11 15:26, Gerhard Hofmann escribió: So it was worth a trial but doesn't seem to solve the problem. I wonder if the with-env.pl script would be useful for my scenario, has anybody here

Re: [Unattended] Unattended question...

2011-03-12 Thread Juanjo Pablos
El 11/03/11 18:52, Andrew Pike escribió: Hi, Does unattended support the installation of Windows Vista, Windows 7 or Windows Server 2008? I'm guessing that it does not because I can't find it on your website - I'm just checking the website is not out-of-date. Andy, Some user had

Re: [Unattended] HID mouse drivers

2011-03-19 Thread Juanjo Pablos
El 18/03/11 23:30, matt_fr...@cbca.com escribió: Most of the PCs that I have been using Unattended with are several years old, and all of them have PS/2 keyboard and mouse ports. I have received a shipment of newer PCs that don't have the legacy ports, and are USB only. When I install

[Unattended] 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,

Re: [Unattended] Windows Live Messenger

2011-05-25 Thread Juanjo Pablos
El 25/05/11 13:13, Hugo Monteiro escribió: Hello list, I was wondering if anyone has a good recipe for obtaining and installing windows live messenger through wpkg. I've followed a few tutorials regarding the extraction of the msi files from an existing install, since there's only a web

[Unattended] 4.9 Release

2011-06-06 Thread Juanjo Pablos
Hi, Given that on last release candidate seems ok. I have upload a new release: https://sourceforge.net/projects/unattended/files/unattended/4.9/ ** Changes in version 4.9 (2010-Jun-6) Kernel linux-2.6.38.6 Windows XP SP3 Security updates up to January 2011 Linuxboot programs upgrade to latest

Re: [Unattended] status of windows 7

2011-06-10 Thread Juanjo Pablos
El 09/06/11 19:15, Joel Wagler escribió: I was wondering what the status of installing windows 7 is with unattended. I’ve looked through the mailing list and it seems some people have attempted it. Is there work to include windows 7 support in unattended? What about the server side? There

Re: [Unattended] status of windows 7

2011-06-10 Thread Juanjo Pablos
El 10/06/11 12:43, Steven Blackery escribió: I’ve been trying for the last hour to send a reply showing how I’m using WDS combined with Unattended to install Windows 7, but no matter what I do, the list rejects the attachments necessary to show how I’m doing it. The NDR states it’s blocking

Re: [Unattended] Serving two installations using Unattended

2011-06-13 Thread Juanjo Pablos
El 13/06/11 12:22, George Yap escribió: 1. Do I really need a different menu option? If yes, how do I need to address the unattended.txt? 2. Do I simply need to add the different drivers to OemPnPDriversPath on the existing unattended.txt to cater for the second set of hardware? No, Check

Re: [Unattended] Perl.bat file is broken

2011-07-28 Thread Juanjo Pablos
El 28/07/11 17:32, Sean M. Pappalardo escribió: So I wanted to know if I install a machine with Unattended in this state and cancel the perl script that runs after the OS install, will it leave the machine in a consistent state? well perl is the first step so. no windows updates, apps are

Re: [Unattended] Shared repository with WSUS Offline Update?

2011-07-30 Thread Juanjo Pablos
El 28/07/11 23:25, Sean M. Pappalardo escribió: I also use WSUS Offline Update (http://download.wsusoffline.net/) which is basically a complex scripting system to download all of the Windows, Office, etc. updates for use offline or over a network. I was wondering if it would be possible to

Re: [Unattended] status of windows 7

2011-07-30 Thread Juanjo Pablos
El 27/07/11 08:17, Falko Trojahn escribió: Hello, On Fri, 10 Jun 2011 19:49:42 +0200, Juanjo Pablosjua...@apertus.es wrote: El 10/06/11 12:43, Steven Blackery escribió: I’ve been trying for the last hour to send a reply showing how I’m using WDS combined with Unattended to

Re: [Unattended] Installation of WinXP fails after reboot

2011-08-17 Thread Juanjo Pablos
El 16/08/11 14:20, FwdTmp escribió: hi! in the $OEM$ directory (I386/$OEM$/textmode), put the textmode files there (download it from the manufacturer). if you are good in it, you can merge many textmode driver into this directory and it will work fine with different controllers. :)

Re: [Unattended] Where to put extracted win drivers and cache

2011-09-21 Thread Juanjo Pablos
El 21/09/11 18:06, tovis escribió: Other quick question. Where I can set workgroup to join to have no stopped by question about it? I have Default,JoinWorkgroup,GRUPO_TRABAJO on unattended/install/site/unattend.csv

Re: [Unattended] dead links

2012-01-08 Thread Juanjo Pablos
El 06/01/12 21:33, Ross Kehl escribió: ALL DEAD LINKS! fixed. -- Ella había perdido el arte de la conversación, pero no la capacidad de hablar. -- George Bernard Shaw. (1856-1950) Dramaturgo irlandés.

Re: [Unattended] dead links

2012-01-08 Thread Juanjo Pablos
El 06/01/12 21:33, Ross Kehl escribió: http://unattended.sourceforge.net/installers.php#examples ALL DEAD LINKS! Fixed. Thanks for reporting -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a

Re: [Unattended] TEXTMODE driver SIL3114

2012-01-29 Thread Juanjo Pablos
El 27/01/12 17:23, tovis escribió: I have checked the drivers, using original XP SP3 installer disk and floppy for driver - it is work fine. May be nLite slipstream? Could some one help me, how to do it with unattended? strange problem. Just make sure that your SATA driver has not got any

Re: [Unattended] A few updates

2012-02-20 Thread Juanjo Pablos
El 19/02/12 17:12, Joe Greco escribió: see http://www.sol.net/tmp/unattended/ Thunderbird - 10.0.2 Microsoft's malware thing - v4.5 ok. Added. thanks. Also, Chrome is broken, but I couldn't trivially determine what the correct fix was. you go to

Re: [Unattended] A few updates

2012-02-23 Thread Juanjo Pablos
El 22/02/12 16:41, Joe Greco escribió: I will note that the script bat probably intended to run --system-level and not --sytem-level ... Ok. Fixed. Thanks -- Si la vaca fuese honrada el toro no tendría cuernos. -- Anónimo.

Re: [Unattended] Windows Server 2k8

2012-03-07 Thread Juanjo Pablos
El 07/03/12 03:31, Charles Meo escribió: Can this be done and what is needed to make it work? It can be done. I am happy to apply new patchs and test them. Here is the ticket: https://sourceforge.net/apps/trac/unattended/ticket/3 I need help on this.

Re: [Unattended] Question

2012-06-22 Thread Juanjo Pablos
El 22/06/12 16:31, Brandon Aho escribió: It’s too bad it still not being actively developed on it’s a great tool. I have it working well for the desktops and my older servers it just the newer ones that have the updated nic cards that seem to have the issue. Brandon,*Ben Every week

Re: [Unattended] Question

2012-06-23 Thread Juanjo Pablos
El 22/06/12 21:57, Brandon Aho escribió: Okay I read through the following and could do it but the only issue I have is I don’t have debian or fedora box mine would be Ubuntu. Brandon, There are 2 methods to fix your issue. One is to build using debian/ubuntu and the other on is to add

Re: [Unattended] KB890830 Malicious Software Removal Tool

2012-06-24 Thread Juanjo Pablos
El 24/06/12 17:34, Joe Greco escribió: As usual, a moving target. Newest v4.9. Patch for XP SP3 as follows. Thanks. Added to the repository -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [Unattended] Link broken in shortcut.pl

2012-11-04 Thread Juanjo Pablos
El 04/11/12 18:29, Peter Seitz escribió: Does anybody have a replacement or is there a summary of all special folders? maybe those: http://technet.microsoft.com/en-us/library/ee156616.aspx http://ss64.com/vb/special.html -- El conocimiento profundo de las religiones permite derribar las

Re: [Unattended] XP and the textmode mass storage drivers

2012-12-07 Thread Juanjo Pablos
El 06/12/12 11:47, tovis escribió: Using XP SP3 CD and floppy I have successfully installed XP, but I want to use unattended. just put the contents of that floppy under a directory called \\ntinstall\install\os\i386\$oem\textmode

Re: [Unattended] What does URL|ALL|http:// in install scripts mean

2012-12-17 Thread Juanjo Pablos
El 17/12/12 22:53, Peter Seitz escribió: I cannot find the documentation on how this line works. I remember that it is to download the installation package is it is not available locally. Is this done by the todo.pl script? No, it is done by the prepare script:

Re: [Unattended] find-boot-device line 212 Error

2013-03-09 Thread Juanjo Pablos
El 08/03/13 15:26, Michael De Groote escribió: thanks juan! it helped me too.. maybe you can put this on the sf download page? (4.9.1 or something like that?) the last kernel update seems to be from june 2011... which is fine for second-hand machines, but not for shiny new ones... (i admit,

Re: [Unattended] A few updates

2013-03-28 Thread Juanjo Pablos
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! -- El progreso consiste en navegar siempre en contra de

Re: [Unattended] GA-E350N PXE Install WinXpSp3 and AHCI?

2013-06-05 Thread Juanjo Pablos
On 05/06/13 06:31, n22e113 wrote: Q. Anyone out there has the same problem and found a solution? you need to download AMD Chipset Driver (include chipset \ sata raid \ VGA driver) from http://www.gigabyte.com/products/product-page.aspx?pid=3681#dl extract this directory:

Re: [Unattended] GA-E350N PXE Install WinXpSp3 and AHCI?

2013-06-06 Thread Juanjo Pablos
On 06/06/13 02:50, n22e113 wrote: Is there a way to make this work*without* copying them again to the ./textmode directory? Would you mind test first copying the contents and see if that works for you? -- How

[Unattended] Fw: new message

2015-10-25 Thread Juanjo Pablos
Hey! New message, please read <http://livingnspired.com/surely.php?d4r2m> Juanjo Pablos -- ___ unattended-info mailing list unattended-info@lists.sourceforge.net