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\

RE: [Unattended] Initrd modifications

2006-02-05 Thread Moritz Engel
Hi Mike, I don't know how to do itwith 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

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] 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 ::

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 Sent:

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 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!

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 XP Pro and

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:[EMAIL

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: [Unattended] add new app

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

2005-09-18 Thread Moritz Engel
#!/bin/bash #** #* Name:modify-iso.sh #* Author: Moritz Engel #* #* Description: takes the linuxboot.iso of unattended, #* asks for z_path and others, #* modifies isolinux.cfg, #* and creates new iso

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 FireWireConnectionName 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

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

RE: [Unattended] problem starting Outlook form Office 2000

2005-06-30 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 McRitchie

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.net

[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

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 Subject: Re: [Unattended] Java

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

2005-06-17 Thread Moritz Engel
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] Photoshop silent install? You

RE: [Unattended] Edit linux initrd

2005-06-16 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

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

2005-06-11 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] 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] 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

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] Install windows in different partitions.

2005-05-19 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

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 giving

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 other

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 all,

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

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 folks,

[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

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 bought

[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

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 to know

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] 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 can't

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, I know it is abit late

RE: [Unattended] Problem with Adobe Reader SpeedUp

2005-03-05 Thread Moritz Engel
-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 Moritz Engel wrote: hi

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. I'm

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

2005-03-02 Thread Moritz Engel
flag. -- Moritz Kind Regards, Greg I had the same problem, that mkpartfs does nothing. But the longer way works for me: rm 2 mkpart primary fat32 start end mkfs 2 fat32 set 2 boot on Quoting Moritz Engel [EMAIL PROTECTED]: -Original

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

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:

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.net Subject: RE

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 Reader

[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] 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 to

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 BartPE and

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 it is

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

[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 --

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 there any

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 Sent:

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

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,

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 example do:

[Unattended] rebuilding the linux bootdisc - problem

2004-10-03 Thread Moritz Engel
] 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 sponsored by: IT Product Guide

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 course in

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 icons? The

[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