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
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
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
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
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
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
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
> -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
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
> -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
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]>:
> >
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
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:
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
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
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
> -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
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
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
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
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
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]
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
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
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
> -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
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
> ---
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
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
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
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
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:
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
> -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
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
> 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 \
> 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
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
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
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
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
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
> 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
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
> -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
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
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
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
>
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,
>
> -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
> -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
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
> -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.
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
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
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:
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
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
> -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
> -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...
>
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
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
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
> -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
> -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
> -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
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:
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
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
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
> -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
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
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
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'
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
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
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
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
> -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
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
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]
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
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
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]: *
> 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
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
> 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
> 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
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
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
90 matches
Mail list logo