RE: [Unattended] Firefox Plugin

2006-05-15 Thread Moritz Engel
Hi Lars, I use the following: ---snip :: OPTIONAL: Install Firefox Extensions :: @Echo off :: Delete profile copied before todo.pl "RMDIR /S /Q \"%AppData%\Mozilla\"" for %%i in (%Z%\packages\mozilla\extensions\*.xpi) do todo.pl "\"%ProgramFiles%\Mozilla Firefox\firefox.exe\" -ins

RE: [Unattended] Initrd modifications

2006-02-05 Thread Moritz Engel
Hi Mike,   I don't know how to do it with Windows. But with Linux you can use the following to extract: cat initrd | (cpio -i -d -m ; cpio -i -d -m)   There a various formats for initrd images. The one of Unattended uses "newc", I think. Older images are compressed with tar which you can pos

RE: [Unattended] Specifying a script to run last

2005-12-09 Thread Moritz Engel
hi, there are three variables in meta section in unattended.txt to handle installation: top=base.bat middle="spybot.bat;sun-jre.bat" bottom="cleanup.bat" regards, moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Charles McLaughlin > S

RE: Antw: [Unattended] DEfault Install share path

2005-12-07 Thread Moritz Engel
hi, you have to append kernel options: z_path=//network/share z_user=username z_pass=password kbd=de-latin1 If you use network boot, it is easily to change. When using a CD, you have to recreate the iso-image. (If you dont know how to recreate an iso-ima

RE: [Unattended] PHP app for unattended mysql database

2005-12-05 Thread Moritz Engel
Hi, maybe this can help: https://sourceforge.net/projects/unattended-gui/ regards From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Conrad Lawes Sent: Monday, December 05, 2005 9:10 PM To: unattended-info@lists.sourceforge.n

[Unattended] Ease the update procedure of Unattended

2005-12-02 Thread Moritz Engel
Hi, some months ago there was a attempt to ease the update of an Unattended installation. Now I like to pick it up and would be glad reading your comments. "Update" should include 1. getting the current scripts from cvs repository, 2. getting a whole new unattended version from cvs reposit

[Unattended] Firefox 1.5 batch file

2005-11-30 Thread Moritz Engel
Hi, Firefox 1.5 is out now! http://www.mozilla.com/firefox/ A batch file is attached. Some languages are still at version 1.0.7 -- Moritz :: OPTIONAL: Install Firefox :: Firefox 1.5 :: URL|CHT|http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5/win32/ar/Firefox%20Setup%201.5.exe|packa

RE: [Unattended] Windows updates

2005-11-09 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David > Sent: Wednesday, November 09, 2005 5:35 PM > To: Unattended List > Subject: RE: [Unattended] Windows updates > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL P

RE: [Unattended] Deploy extra package

2005-11-09 Thread Moritz Engel
hi, just make sure that your bat-file starts with: :: OPTIONAL: Whatever... If you want to create a master script, start the bat-file with: :: MASTER: Whatever... -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Toto Carpaccio > Sen

RE: [Unattended] path in os for XP Pro and Home

2005-11-08 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alexander Stein > Sent: Tuesday, November 08, 2005 3:46 PM > To: unattended-info@lists.sourceforge.net > Subject: [Unattended] path in os for XP Pro and Home > > Hello, > > we want to install both

RE: [Unattended] Unattended.txt

2005-11-08 Thread Moritz Engel
7;t go no > further and can only exit program. > Any clue to what's wrong please ? there is an option "All done" on the first page. I think it is key "2"! > > Thanks very much. > > > 2005/11/8, Moritz Engel <[EMAIL PROTECTED]>: > >

RE: [Unattended] Unattended.txt

2005-11-08 Thread Moritz Engel
hi, the easiest way to understand what to put in unattended.txt is to install your windows with unattended and answer all the questions once. Then after finished install take the unattended.txt file out of C:\netinst\ and copy it to z:\site\ z:\site\unattended.txt is used if it is available! Lat

RE: [Unattended] problems with a bat script

2005-10-09 Thread Moritz Engel
Hi, I use this in a batch-file to install all extension in a directory: for %%i in (%Z%\packages\firefox\extensions\*.xpi) do todo.pl "\"%ProgramFiles%\Mozilla Firefox\firefox.exe\" -install-global-extension \"%%i\"" -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:

RE: [Unattended] add new app to the linux boot cd .. ..

2005-09-22 Thread Moritz Engel
first.bat If you want to use the menu, you can only control the order by your description following :: Optional: -- Moritz > -Original Message- > From: johon Doe [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 22, 2005 12:59 PM > To: Moritz Engel > Subject: RE: [Unattend

RE: [Unattended] add new app to the linux boot cd .. ..

2005-09-22 Thread Moritz Engel
just start your bat-file with: :: OPTIONAL: This is shown in the menu -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of johon Doe > Sent: Thursday, September 22, 2005 12:05 PM > To: unattended-info@lists.sourceforge.net > Subject: [Unat

[Unattended] Shell-script to create your own linuxboot.iso with adjusted z_path etc.

2005-09-18 Thread Moritz Engel
call creating a bootable ISO9660 image > > from source files, a second time? I call it a rebuild. > > > > --- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App > Server. Download > it for free - -an

RE: [Unattended] Never mind; continue about your daily business ( was biosinfo.txt not found when using unattended with XPSP2 integrated MV LS)

2005-09-16 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Doherty, Chris - Elmira, ON > Sent: Friday, September 16, 2005 4:22 PM > To: unattended-info@lists.sourceforge.net > Subject: RE: [Unattended] Never mind; continue about your > daily business ( was

RE: [Unattended] Disable 1394 network interface via automation

2005-09-15 Thread Moritz Engel
maybe you could use ipconfig /release sorry I cant try it. regards, Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joseph Kotran > Sent: Thursday, September 15, 2005 12:18 AM > To: unattended-info@lists.sourceforge.net > Subject: [Unatt

RE: [Unattended] some help with a batch file

2005-08-04 Thread Moritz Engel
Hi Chris, if you try something like 'IF NOT %office2k3%=="" GOTO' and %office2k3% is empty you get a syntax error. The reason: Dos/Windows tries to execute 'IF NOT =="" GOTO' and that doesnt work! You have to expand the string which could be empty. Use (or any other characters): 'IF NOT [%office

RE: [Unattended] problem starting Outlook form Office 2000

2005-06-29 Thread Moritz Engel
Hi, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tomasz Chmielewski > Sent: Wednesday, June 29, 2005 9:28 PM > To: Mark McRitchie > Cc: 'Unattended List' > Subject: Re: [Unattended] problem starting Outlook form Office 2000 > > Mark McRitchi

RE: [Unattended] Adobe Reader 7 wants installation source

2005-06-22 Thread Moritz Engel
Hi Kaari, I had the same problem, but can't get it fixed. So I left out the SpeedUp tool. -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Kaari Jakobi > Sent: Wednesday, June 22, 2005 12:59 PM > To: unattended-info@lists.sourceforge

RE: AW: AW: [Unattended] Photoshop silent install?

2005-06-17 Thread Moritz Engel
erial in a special way, or just SerialNumber=123456789101112131415 ? Any more hints? Thanks in advance, Moritz > -Original Message- > From: Mario Gzuk [mailto:[EMAIL PROTECTED] > Sent: Monday, May 30, 2005 5:19 PM > To: Moritz Engel > Subject: Re: AW: AW: [Unattended]

RE: [Unattended] Java SDK unattended install?

2005-06-17 Thread Moritz Engel
Hi Paul, thank you! I thought I have tried it, but anyway - no it works. Thanks, Moritz > -Original Message- > From: Paul Griffith [mailto:[EMAIL PROTECTED] > Sent: Friday, June 17, 2005 8:08 PM > To: Moritz Engel > Cc: unattended-info@lists.sourceforge.net > Subjec

[Unattended] Java SDK unattended install?

2005-06-17 Thread Moritz Engel
Hi, Does anyone know how to install the Java SDK silently? The JRE works perfectly, but not the SDK. Thanks in advance, Moritz --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps

RE: [Unattended] Edit linux initrd

2005-06-15 Thread Moritz Engel
Hi Xavier, you can unpack the initrd image by (yes, you need cpio twice): cat initrd | (cpio -i -d -m ; cpio -i -d -m) To create a new image use: find . | cpio -o -H newc -O initrd Regards, Moritz From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Xavier Douville Se

RE: [Unattended] ifshlp.sys problem with unattend 4.6

2005-06-15 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kai Schäfer > Sent: Wednesday, June 15, 2005 1:38 PM > To: Kaari Jakobi > Subject: AW: [Unattended] ifshlp.sys problem with unattend 4.6 > > Hi there again, > > I now putt he linux image from you t

AW: [Unattended] ofc2003.bat refers to site/keys.bat file which I don't appear to have

2005-06-10 Thread Moritz Engel
Hi Urs, take a look at: http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg04076.h tml In each script, which needs some key, keys.bat will be called "call %Z%\site\keys.bat" and some variables will be set. They can be used then in the script. "%office2k3%" regards Moritz > ---

AW: [Unattended] Assigning ComputerName dynamicaly

2005-05-31 Thread Moritz Engel
Hi Matthieu,   it is much more easier to just rename sample-config.pl to config.pl and use the unattended.csv file. There is some documentation in it. Give it a try.   -- Moritz   Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthieu MARC Gesendet: Mittw

AW: [Unattended] Unattended live Linux CD ?

2005-05-30 Thread Moritz Engel
Hi, a remastered Knoppix is a great idea! But you still need another machine to boot the unattended server. A time ago I have posted a small shell script, that generates a new iso image, which includes parts or the whole 'install' directory. So you could install the whole system from one cd or dvd

AW: AW: [Unattended] Photoshop silent install?

2005-05-30 Thread Moritz Engel
ler stops directly. Any ideas? Thanks in advance, Moritz > Von: [EMAIL PROTECTED] [mailto:unattended-info- > [EMAIL PROTECTED] Im Auftrag von Tomasz Chmielewski > Gesendet: Montag, 30. Mai 2005 16:18 > An: Unattended List > Betreff: Re: AW: [Unattended] Photoshop silent install? &g

AW: [Unattended] Help with creating a shortcut.

2005-05-30 Thread Moritz Engel
Hi, here is a more complicated example. I use it to create a runas shortcut... %Z%\bin\shortcut.pl "%windir%\System32\runas.exe" --arguments "/user:Administrator \"%ProgramFiles%\Explore2FS\explore2fs.exe\"" special:AllUsersPrograms\Explore2FS(Admin) --icon "%ProgramFiles%\Explore2FS\explore2fs.e

AW: [Unattended] Photoshop silent install?

2005-05-30 Thread Moritz Engel
Hi, i've tried a long time, but could not get it work. Could you post your iss file? Thanks in advance, Moritz > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:unattended-info- > [EMAIL PROTECTED] Im Auftrag von Tomasz Chmielewski > Gesendet: Montag, 23. Mai 2005 11:07 > An:

AW: [Unattended] Re: Unattended Question

2005-05-29 Thread Moritz Engel
Hi, I'm not sure if I understood. But if you only want to get other options in the menu where to choose "sales/developer/Base" installation. You can just copy the base.bat to a new one and edit this file. Or just create a new batch file. Beware of the first line! -- Moritz > -Ursprüngliche

AW: [Unattended] Question on keys.bat

2005-05-19 Thread Moritz Engel
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:unattended-info- > [EMAIL PROTECTED] Im Auftrag von Tarjei Huse > Gesendet: Donnerstag, 19. Mai 2005 11:48 > An: unattended-info@lists.sourceforge.net > Betreff: [Unattended] Question on keys.bat > > Hi, would someone feel like g

AW: [Unattended] Install windows in different partitions.

2005-05-18 Thread Moritz Engel
Title: Message Hi,   you can install in every partition on the first hard disk. Try the manual partition option of the linux boot disk and create a second primary partition, make a fat32 file system and set the boot flag. In example, when the minor of the new partition is 2: (remove par

AW: [Unattended] Unattended.txt

2005-05-17 Thread Moritz Engel
> Von: [EMAIL PROTECTED] [mailto:unattended-info- > [EMAIL PROTECTED] Im Auftrag von Allan Stones > Gesendet: Mittwoch, 18. Mai 2005 04:11 > An: Unattended List > Betreff: [Unattended] Unattended.txt > > Hey guys just to confirm if i make any site specific changes that it > should be placed into \

AW: [Unattended] How do I set set the OS language

2005-05-09 Thread Moritz Engel
> Von: [EMAIL PROTECTED] [mailto:unattended-info- > [EMAIL PROTECTED] Im Auftrag von Tarjei Huse > Gesendet: Freitag, 6. Mai 2005 15:48 > An: unattended-info@lists.sourceforge.net > Betreff: [Unattended] How do I set set the OS language > > Hi, how do I set the OS languagesettings to something oth

Re: [Unattended] another installation is already in progress

2005-05-07 Thread Moritz . Engel
Hi, I think you have to upgrade to the latest install script for Adobe Reader. See: http://cvs.sourceforge.net/viewcvs.py/unattended/unattended/install/scripts/ -- Moritz > Hi, > > I am getting an error when during the post installation of the > applications. It says "Another installation is

Re: [Unattended] Different unattend.txt files

2005-04-27 Thread Moritz . Engel
Hi, I dont understand the problem. If you dont want to look up the mac address, you can also use a computer name. When the HD-Size is the constraint, I would use relative fdisk/parted commands. Did I misunderstand you? Moritz Christian Skalic <[EMAIL PROTECTED]>: > Yeah, but what if you have c

Re: [Unattended] Different unattend.txt files

2005-04-27 Thread Moritz . Engel
Hi Johan, you can easily use unattend.csv! Just rename sample-config.pl to config.pl in install/site if have not done it yet. And use the property "UnattendedFile" looked up by mac address or computer name in install/site/unattended.csv Moritz Zitat von Johan Stevens <[EMAIL PROTECTED]>: > Hi a

AW: [Unattended] Multiple partitions and profilesdir

2005-04-20 Thread Moritz Engel
Hi, > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:unattended-info- > [EMAIL PROTECTED] Im Auftrag von Thomas Lohschmidt > Gesendet: Montag, 11. April 2005 19:05 > An: unattended-info@lists.sourceforge.net > Betreff: [Unattended] Multiple partitions and profilesdir > > Hi fo

[Unattended] link for german version of kb887742

2005-04-13 Thread Moritz . Engel
hi, please submit this link for german version of patch kb887742: http://download.microsoft.com/download/1/2/5/125e4db7-a823-4e5f-ab0f-1f4670554a9d/WindowsXP-KB887742-x86-DEU.exe thanks, Moritz --- SF email is sponsored by - The IT Product Gu

AW: [Unattended] Addons for Outlook

2005-04-01 Thread Moritz Engel
> Do you know some further freeware tools for enhancing Outlook? I think > automatic zipping of email attachments and something to handle duplicate > contacts, appointments etc. would be great. The greatest enhancement for Outlook is Lookout. An fulltext indexing software. (It's free since MS boug

[Unattended] install Firefox extensions silently

2005-03-31 Thread Moritz Engel
Hi, possibly someone is interested in it. I have all Firefox extensions in one directory and use this batch file to install: (remove line breaks!) snip--- :: OPTIONAL: Install Firefox Extensions @Echo off for %%i in (%Z%\packages\firefox\extensions\*.xpi) do todo.pl "\"%ProgramFiles%\Mo

RE: [Unattended] email results

2005-03-26 Thread Moritz Engel
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:unattended-info- > [EMAIL PROTECTED] Im Auftrag von Michael L Saville Jr > Gesendet: Mittwoch, 23. März 2005 02:47 > An: unattended info > Betreff: [Unattended] email results > > I have a few more questions. First I would like t

RE: [Unattended] unattended installation of UltraEdit 11?

2005-03-12 Thread Moritz Engel
I use this, but it is not very comfortable: snap -- todo.pl "%Z%\packages\ultraedit\uesetup.exe /s" :: First register Ultraedit. Use your own reg-file todo.pl "%Z%\bin\SetACL.exe -on hklm\software\licenses -ot reg -actn ace -ace n:Benutzer;p:set_val,create_subkey;m:grant" todo.pl "REGEDIT /S

RE: [Unattended] problem installing windows on a second disk

2005-03-11 Thread Moritz Engel
hi,   you can install only on the first drive, but on every partition which you set active. I set the boot flag of the first partition and then of the second partition with parted. So I install two os! I would also like to see the feature to install Windows on a second harddisk, but Windows

RE: [Unattended] Problem with Adobe Reader SpeedUp

2005-03-05 Thread Moritz Engel
oritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gerhard Hofmann > Sent: Thursday, March 03, 2005 4:41 PM > To: unattended-info@lists.sourceforge.net > Subject: Re: [Unattended] Problem with Adobe Reader SpeedUp >

RE: [Unattended] Corel Graphics Suite 12

2005-03-05 Thread Moritz Engel
Thank You! > -Original Message- > From: Nils Østbjerg [mailto:[EMAIL PROTECTED] > Sent: Friday, March 04, 2005 3:40 PM > To: Moritz Engel > Cc: unattended-info@lists.sourceforge.net; Thomas Martin > Subject: Re: [Unattended] Corel Graphics Suite 12 > > Hi, >

RE: [Unattended] unattend.csv

2005-03-05 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kaari Jakobi > Sent: Friday, March 04, 2005 11:40 AM > To: unattended-info@lists.sourceforge.net > Subject: [Unattended] unattend.csv > > Hi, > > I am trying to get the unattend.csv to run, but I c

RE: [Unattended] Unattended and windows updates

2005-03-02 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jose Buzon Zarzuela > Sent: Wednesday, March 02, 2005 6:58 PM > To: unattended-info@lists.sourceforge.net > Subject: [Unattended] Unattended and windows updates > > Hey there! > > I have a short qu

RE: [Unattended] Manual disk partitioning (linuxboot, unattended 4.6) problem

2005-03-02 Thread Moritz Engel
re for removing the second partition, create a new fat32 and set the boot flag. -- Moritz > > Kind Regards, > Greg > > > I had the same problem, that "mkpartfs" does nothing. But > the longer way > > works for me: > > > > rm 2 > &g

RE: [Unattended] Manual disk partitioning (linuxboot, unattended 4.6) problem

2005-03-02 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Greg Pendler > Sent: Tuesday, March 01, 2005 11:37 AM > To: unattended-info@lists.sourceforge.net > Subject: [Unattended] Manual disk partitioning (linuxboot, > unattended 4.6) problem > > Hi, All.

[Unattended] Mozilla Firefox 1.0.1 silent install at last

2005-02-27 Thread Moritz Engel
hi, Just for information: Mozilla Firefox 1.0.1 setup now recognizes the '-ms -ira' switches correctly and it works fine! -- Moritz --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products

RE: [Unattended] Unattended GUI

2005-02-26 Thread Moritz Engel
hi Hugo, hi Mario I had the same problems in a debian testing system and did the following: * comment last line in config.inc: 'include ../config.inc' * ln -s /usr/share/php/HTML/Template/Sigma.php /usr/share/php/Sigma.php * update pear:DB from 1.5.0RC2 to 1.6.8 * ln -s install/example.php ex

RE: [Unattended] Using csv

2005-02-24 Thread Moritz Engel
Just rename the sample-config.pl to config.pl! -- Moritz From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johan Stevens Sent: Wednesday, February 23, 2005 5:09 PM To: unattended-info@lists.sourceforge.net Subject:

[Unattended] security fixes for putty

2005-02-22 Thread Moritz Engel
hi, please can anyone update putty to 0.57 cause of security fixes. Download link is: ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/x86/putty-0.57- installer.exe Thanks -- Moritz --- SF email is sponsored by - The IT Product G

RE: [Unattended] Problem with Adobe Reader SpeedUp

2005-02-22 Thread Moritz Engel
hi, there is a new adobe-reader.bat in cvs since a couple of days. -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Moritz Engel > Sent: Monday, February 21, 2005 6:03 PM > To: unattended-info@lists.sourceforge

RE: [Unattended] Problem with Adobe Reader SpeedUp

2005-02-21 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gerhard Hofmann > Sent: Monday, February 21, 2005 4:14 PM > To: unattended-info@lists.sourceforge.net > Subject: [Unattended] Problem with Adobe Reader SpeedUp > > Hi all, > > I'd like to add Adobe

RE: FW: [Unattended] Another attempt...

2005-02-21 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Peter Ivanyi > Sent: Thursday, February 17, 2005 11:38 AM > To: unattended-info@lists.sourceforge.net > Cc: unattended-info@lists.sourceforge.net > Subject: Re: FW: [Unattended] Another attempt... >

[Unattended] problem with driver for AVM BlueFritz: filenames not in 8.3

2005-02-21 Thread Moritz Engel
hi, I have copied the driver files for AVM BlueFritz in $OEM$\$1\DRIVERS folder. These files are not in 8.3, so when they are copied on the client the filenames get corrupted and the installer cant find them. Should I rename the files and change the corresponding *.inf files or is there a better w

[Unattended] patch for winxpsp2-supporttools.bat

2005-02-15 Thread Moritz Engel
Hi, the unattended installation of winxpsp2-supporttools.bat (Unattended v4.6) does not work. Please commit this: todo.pl ".reboot-on 194 %Z%\packages\support-tools\winxpsp2-supporttools.exe /Q /C:\"msiexec.exe /qb /l* %SystemDrive%\netinst\logs\suptools.txt /i suptools.msi REBOOT=ReallySuppress

RE: [Unattended] Corel Graphics Suite 12

2005-02-11 Thread Moritz Engel
Title: Nachricht Hi,   I use: :: Install Corel Graphics 12:: @Echo off   todo.pl "regedit /S %Z%\scripts\coreldraw12.reg"   :: Copy file with serial codetodo.pl "COPY /Y %Z%\packages\coreldraw12\DR12.dta \"%Programfiles%\Corel\Cor

RE: [Unattended] BartPE

2005-02-04 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Hans Klein > Sent: Friday, February 04, 2005 6:19 PM > To: unattended List > Subject: [Unattended] BartPE > > Hi All, > > Anyone tried to combine a BartPE boot with Unattended? .. do you mean Bar

RE: [Unattended] Ahead Nero Burn Rights

2005-02-04 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dr. F. Lee > Sent: Thursday, February 03, 2005 1:59 PM > To: Thomas Martin > Cc: unattended-info@lists.sourceforge.net > Subject: Re: [Unattended] Ahead Nero Burn Rights > > > does somebody know how

RE: [Unattended] Problem --> xppro-sp2 unattened loging in to domain

2005-02-02 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Stoll, Gerhard > Sent: Wednesday, February 02, 2005 10:23 AM > To: unattended-info@lists.sourceforge.net > Subject: [Unattended] Problem --> xppro-sp2 unattened loging > in to domain > Importance: L

RE: [Unattended] linuxboot.iso and German layout not working

2005-01-29 Thread Moritz Engel
you dont need to change misc/isolinux.cfg. You can unpack the linuxboot.iso, edit isolinux/isolinux.cfg and rebulid the iso! Or you can use your dhcp server! -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tomasz Chmielewski > Sent:

[Unattended] wpkg and unattended

2005-01-29 Thread Moritz Engel
hi, does anyone use WPKG http://wpkg.sourceforge.net and Unattended together to install and deploy software, would you then share your experience? Thanks in advance! -- Moritz --- This SF.Net email is sponsored by: IntelliVIEW -- Interactiv

RE: [Unattended] Where can I change path ?

2005-01-29 Thread Moritz Engel
hi Sebastian, you dont have to rebuild th whole iso image. The easiest way is to change the path is to provide the option 233 by your dhcp server: For dhcp-server under linux you can use: option unattended code 233=string; option unattended "kbd=de-latin1 z_user=ntinstall z_pass=xxx z_path=/ser

RE: [Unattended] InstallSheild App (MYOB AssetManger3) always forces a reboot

2005-01-29 Thread Moritz Engel
if todo.pl ".expect-reboot ..." does not work, you maybe can try to call 'shutdown -a' > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew Bartlett > Sent: Friday, January 28, 2005 12:32 PM > To: unattended-info@lists.sourceforge.net > Subjec

RE: [Unattended] A proper way to skip formatting and mbr-installconfirmations ?

2005-01-29 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mario Gzuk > Sent: Friday, January 28, 2005 12:47 PM > To: unattended-info@lists.sourceforge.net > Subject: Re: [Unattended] A proper way to skip formatting and > mbr-installconfirmations ? > > Hi

RE: [Unattended] Editing ISOlinux.cfg

2005-01-25 Thread Moritz Engel
Hi, you have to do it like this: default unattended label unattended kernel bzImage append initrd=initrd z_user=guest z_pass=guest z_path=//servername/share -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jose Buz

[Unattended] bug in parted? (unattended 4.6)

2005-01-16 Thread Moritz Engel
hi, I often use parted interactively. After I have created a new partition with 'mkpartfs' (Unattended 4.6) the new one will not be shown by 'print'. If I use 'mkpart' and then 'mkfs' the partition is printed! Is t

[Unattended] patch for openoffice script

2005-01-14 Thread Moritz Engel
ffice\officeop.txt -D:%ProgramFiles%\OpenOffice.org -debug -net" Thanks in advance -- Moritz Engel --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It'

RE: [Unattended] How to change keyboard layout?

2005-01-10 Thread Moritz Engel
Hi Sebastian, I use my dhcp-server to change the keyboard layout and set the z-variables. For dhcp-server under linux you can use: option unattended code 233=string; #if option dhcp-user-class = "Unattended" { option unattended "kbd=de-latin1 z_user=ntinstall z_pass=xxx z_path=//papa/ntinstall4

RE: [Unattended] (no subject)

2004-12-20 Thread Moritz Engel
You can also use dhcp optioin 233 to distibute the share! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sebastian Mellmann > Sent: Monday, December 20, 2004 11:11 AM > To: [EMAIL PROTECTED] > Subject: [Unattended] (no subject) > > Hi! > Is th

RE: [Unattended] How to change keyboard layout

2004-12-01 Thread Moritz Engel
Hi, in version 4.5 there must be a bug, so you get a error message like 'gzip not found' when trying to set the keyboard layout. -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Stefan Faust > Sent: Wednesday, December 01, 2004 11:3

RE: [Unattended] Adding recovery console to Win XP's boot menue?

2004-11-21 Thread Moritz Engel
Hi, I had problems with the "Dynamic Updater" while installing Recovery Console. So I use: %Z%\os\%WINVER%\i386\winnt32.exe /cmdcons /dudisable /noreboot /unattend -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Julien TOUCHE > Sen

RE: [Unattended] Unattended firefox install not possible?

2004-11-10 Thread Moritz Engel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Klaus Vink Slott > Sent: Wednesday, November 10, 2004 3:12 PM > To: [EMAIL PROTECTED] > Subject: [Unattended] Unattended firefox install not possible? > > It seems that it is not possible to do a un

RE: [Unattended] Unattended GUI

2004-11-06 Thread Moritz Engel
hi, if you want some beta testing, let me know. It looks great! You changed nothing in unattended, right? And you provide a single unattended.txt file for every computer? -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mario Gzuk > S

RE: [Unattended] Problems with drivers and Windows logo test

2004-10-25 Thread Moritz Engel
Hi Gerhard, you should add the following to your unattended.txt: [Unattended] DriverSigningPolicy=Ignore -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gerhard Hofmann > Sent: Monday, October 25, 2004 1:22 PM > To: [EMAIL PROTECTED]

RE: [Unattended] Forcing all icons into all-users-profile?

2004-10-18 Thread Moritz Engel
Hi > after installation of several software packages, start menu > and desktop > shortcuts are rather unorganized. Some shortcuts are in > all-users-profile, some are in user specific profile. Some installers > create desktop shortcuts, some do not. I've written a small vbs-script to move sho

RE: [Unattended] setting timezone automatically - how?

2004-10-13 Thread Moritz Engel
It is set in unattended.txt The dialog will be promted, when Perl is going to install. But thats ok, next reboot it will be blown away... -- Moritz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tomasz Chmielewski > Sent: Wednesday, October 13

[Unattended] thread-local errors building linux-bootdisc

2004-10-04 Thread Moritz Engel
Hi, im trying to rebuild the linux bootdisc, loaded the unattended source from CVS and downloaded all stuff mentioned in the Makefile. When compiling (glibc) I get the following error: > cannot set up thread-local storage: set_thread_area failed when setting up thread-local storage > > make[3]: *

RE: [Unattended] todo.pl and quotes

2004-10-04 Thread Moritz Engel
> I have a script that looks like this: > > todo.pl "command" > todo.pl "another_command" > > I have had some problems when command itself contains quotes, example: > copy \\server\share\files.* "C:\documents and settings\user" > > How can this be handled? You have to escape the quotes! In your

[Unattended] rebuilding the linux bootdisc - problem

2004-10-03 Thread Moritz Engel
1.00-r2/busybox] Error 2 I have downloaded the whole stuff doing 'make download' and updated the gcc to 3.3.4 Do I need anything else or newer versions to get it done? Any ideas? Thank you, Moritz Engel --- This SF.net email is spons

RE: [Unattended] win2ksp4-updates.bat fails (windowsmedia99-kb837272-deu.exe)

2004-09-22 Thread Moritz Engel
> my installation always hangs when installing this hotfix. > It quits with error number 67. > When trying to install it manually it quits with the message > "Setup could not verify the integrity of the file Update.inf. > Make sure > the cryptographic service is running on this computer." > (of c

RE: [Unattended] Win XP, classic look, quickstart bar missing

2004-09-19 Thread Moritz Engel
> I have added > > [Shell] > ; Use classic start menu > DefaultStartPanelOff=Yes > ; Use classic visual style > DefaultThemesOff=Yes > > to activate classic look and feel in Win XP. Works perfectly, but how > can I tell unattended to automatically activate the quickstart icon

RE: [Unattended] deploy a samba domain

2004-09-18 Thread Moritz Engel
gt; client? You can use: rundll32 printui.dll,PrintUIEntry /q /y /in /n "\\server\printer" If the printer driver is hosted by the samba server, you have to connect once to the printer to install the driver. Cause normal users dont have enough rights. -- Moritz Engel > > Th

[Unattended] Error Code 82 - WindowsUpdates

2004-09-11 Thread Moritz Engel
Hello, when my Unattended-Installation is going to install Q84_WXP_SP2_x86_DEU.exe I always get the status errorcode 82 and todo.pl stops. By searching Windows system error codes in the web I found out that 82 means "The directory or file cannot be created." Using FileMonitor: He tries to crea