[Unattended] Installation without Administrator rights ?

2004-09-02 Thread Fuchs, Philipp
Hello there,

does anybody have an idea of how to install applications Unattended
under Windows 2000/XP without having administrator rights ?

Thank you very much in advance.

- philipp


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47alloc_id808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Gerhard Hofmann
Hi all,
how can I customize the Linux-based boot disk in order to have German 
keyboard layout?

TIA
Gerhard

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Automatically activate classic Win-2000-Look-and-Feel on Win-XP-Box?

2004-09-02 Thread Gerhard Hofmann
Hi all,
we prefer to have the classic Look-and-Feel (start menu, desktop top, 
windows control panel) of Win 2000 on our XP boxes.

Is there any predefined script to automically do this with unattended? 
Or any parameter in unattend.txt?

TIA
Gerhard

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Mario Gzuk
Just do this under linux as root:
mount -o loop theunnattendedlinux.iso /mnt/myunattended

then copy the contents to /anywhere

edit the  /anywhere/isolinux/isolinux.cfg and add the kbd=de-latin1 to
the append line (also the z_user z_pass and so on)

then cd /anywhere and do this:
mkisofs -V myownunattended -o myownunattended.iso -b
isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size
4 -boot-info-table .

burn the new iso

greetz



Am Do, den 02.09.2004 schrieb Gerhard Hofmann um 11:20:
 Hi all,
 
 how can I customize the Linux-based boot disk in order to have German 
 keyboard layout?
 
 TIA
 Gerhard
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Gerhard Hofmann
Mario Gzuk wrote:
Just do this under linux as root:
mount -o loop theunnattendedlinux.iso /mnt/myunattended
then copy the contents to /anywhere
edit the  /anywhere/isolinux/isolinux.cfg and add the kbd=de-latin1 to
the append line (also the z_user z_pass and so on)
then cd /anywhere and do this:
mkisofs -V myownunattended -o myownunattended.iso -b
isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size
4 -boot-info-table .
burn the new iso
greetz
Hello Mario,
thanks for your help.
I changed the append line to look like this:
 append initrd=initrd, kbd=de-latin1, z_user=ingres, z_pass=Ingres, 
z_path=//lapsm/install

Have run mkisofs as you suggested and burned new bootable CD. 
Unfortunately, now it claims
  Could not find ramdisk image: initrd,

What's wrong?
By the way, is there any way to define a boot menu in the cfg file? I'd 
like to have choice between enabled or disabled APIC. Yes, I know, I 
could press shift key when booting...

Regards
Gerhard

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Mario Gzuk
Just delete the , between the entries in the append line.

Am Do, den 02.09.2004 schrieb Gerhard Hofmann um 14:27:
 Mario Gzuk wrote:
 
  Just do this under linux as root:
  mount -o loop theunnattendedlinux.iso /mnt/myunattended
  
  then copy the contents to /anywhere
  
  edit the  /anywhere/isolinux/isolinux.cfg and add the kbd=de-latin1 to
  the append line (also the z_user z_pass and so on)
  
  then cd /anywhere and do this:
  mkisofs -V myownunattended -o myownunattended.iso -b
  isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size
  4 -boot-info-table .
  
  burn the new iso
  
  greetz
  
 
 Hello Mario,
 
 thanks for your help.
 
 I changed the append line to look like this:
   append initrd=initrd, kbd=de-latin1, z_user=ingres, z_pass=Ingres, 
 z_path=//lapsm/install
 
 Have run mkisofs as you suggested and burned new bootable CD. 
 Unfortunately, now it claims
Could not find ramdisk image: initrd,
 
 What's wrong?
 
 By the way, is there any way to define a boot menu in the cfg file? I'd 
 like to have choice between enabled or disabled APIC. Yes, I know, I 
 could press shift key when booting...
 
 Regards
 Gerhard
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Auto eject linux based boot CD?

2004-09-02 Thread Gerhard Hofmann
Hi,
when booting from the linux based CD, you get some message like ... if 
running from CD you can eject it now ... which is gone some seconds 
later. Wouldn't it better to stop at this point and print a message 
please remove cd and press a key to continue?

In case boot sequence of PC is configured CD-ROM, first HDD it leads 
to unwanted effects when installing Win XP: after copying the setup 
files to hdd the PC should reboot from hard disk and continue with the 
setup process. It won't do this when CD is left in drive.

Any way to customize this on my own?
Regards
Gerhard

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Auto eject linux based boot CD?

2004-09-02 Thread Matthew Palmer
On Thu, Sep 02, 2004 at 03:05:37PM +0200, Gerhard Hofmann wrote:
 when booting from the linux based CD, you get some message like ... if 
 running from CD you can eject it now ... which is gone some seconds 
 later. Wouldn't it better to stop at this point and print a message 
 please remove cd and press a key to continue?

That wouldn't make for a particularly unattended installation (although I
will agree that neither does having the machine boot the CD over and
over...).  You can, however, use cdeject to pop the disc out (I don't think
it's on the CD, but Patrick's a nice bloke about cramming more crap on the
image) or, even cuter, use one of the tools to fiddle the BIOS boot order so
the CD-ROM drive is no longer the first boot device.

It would also be useful to do a Windows-CD feature theft and do the press
any key to boot from CD thing.

- Matt

-- 
For once, Microsoft wasn't exaggerating when they named it the 'Jet Engine'
-- your data's the seagull.
-- Chris Adams


signature.asc
Description: Digital signature


Re: [Unattended] Auto eject linux based boot CD?

2004-09-02 Thread Gerhard Hofmann
Matthew Palmer wrote:
On Thu, Sep 02, 2004 at 03:05:37PM +0200, Gerhard Hofmann wrote:
when booting from the linux based CD, you get some message like ... if 
running from CD you can eject it now ... which is gone some seconds 
later. Wouldn't it better to stop at this point and print a message 
please remove cd and press a key to continue?

That wouldn't make for a particularly unattended installation (although I
will agree that neither does having the machine boot the CD over and
over...).  You can, however, use cdeject to pop the disc out (I don't think
it's on the CD, but Patrick's a nice bloke about cramming more crap on the
image) or, even cuter, use one of the tools to fiddle the BIOS boot order so
the CD-ROM drive is no longer the first boot device.
It would also be useful to do a Windows-CD feature theft and do the press
any key to boot from CD thing.
Nice idea. Adopting the press any key... feature in unattended would 
be the smartest solution, I think.

Regards
Gerhard

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Automatically activate classic Win-2000-Look-and-Feel on Win-XP-Box?

2004-09-02 Thread Mario Gzuk
Yes there is. Please look at unattended.sourceforge.net. The better way
is to create a account make all settings you want and copy the files
under ntuser.dat, ntuser.dat.LOG and ntuser.ini during the install in
the Default user profile, so all new users get this settings.

A detailed explain is under gruppenrichtlinien.de (i think u can read
the german text :-) )

greetz


Am Do, den 02.09.2004 schrieb Gerhard Hofmann um 11:36:
 Hi all,
 
 we prefer to have the classic Look-and-Feel (start menu, desktop top, 
 windows control panel) of Win 2000 on our XP boxes.
 
 Is there any predefined script to automically do this with unattended? 
 Or any parameter in unattend.txt?
 
 TIA
 Gerhard
 
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 unattended-info mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/unattended-info
 



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] shortcut.pl

2004-09-02 Thread Matt_Fries

With profuse apologies to anyone who knows and loves perl, I have modified the shortcut.pl script to allow you to choose which icon the shortcut should have. 

I am happy this worked, because it's my first time working with perl (I'm more windows oriented - I told you I'm sorry). I can mail it to the list if appropriate. Sadly, I have no experience with CVS or even Diffs (I know, I know... I can only apologize so many times). Please let me know how you would like it.

Thanks.



Re: [Unattended] DOS based boot disk leads to VMWare crash

2004-09-02 Thread Patrick J. LoPresti
Gerhard Hofmann [EMAIL PROTECTED] writes:

 I booted a Virtual Machine (VMWare 4.5.2 Build 8848) from the DOS
 based boot disk.
 
 It seemed to do something but when Netbind was invoked, VMWare crashed
 with a nonrecoverable error.

The virtual machine crashed, or the emulator itself crashed?

If the latter, that is a bug in VMware and you should report it to
them.

While we are on the topic, has anybody tried asking the VMware folks
(or mailing lists) about our little dosemu-on-Linux-on-VMware
performance problem?

 - Pat


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Patrick J. LoPresti
Gerhard Hofmann [EMAIL PROTECTED] writes:

 Hi all,
 
 how can I customize the Linux-based boot disk in order to have
 German keyboard layout?

I was going to suggest configuring your DHCP server to send the
kbd=... switch in DHCP option 233, but it turns out the boot disk
configures the keyboard before grabbing a DHCP lease.  This is fixed
in next release, but for now you have the options:

  1) Edit the isolinux.cfg file as Mario described and burn a new CD;
 or

  2) Hold down the Shift key while the CD is booting to get a
 boot: prompt.  Then type unattended kbd=de-latin1.

Perhaps we ought to add a menu to the Linux boot CD.

 - Pat


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Auto eject linux based boot CD?

2004-09-02 Thread Patrick J. LoPresti
Matthew Palmer [EMAIL PROTECTED] writes:

 You can, however, use cdeject to pop the disc out (I don't think
 it's on the CD, but Patrick's a nice bloke about cramming more crap
 on the image)

I could add the eject command, but actually figuring out which device
to eject is not easy in general.  The CD-ROM device could be IDE or
SCSI or USB.

 or, even cuter, use one of the tools to fiddle the BIOS boot order
 so the CD-ROM drive is no longer the first boot device.

Cute idea, but heavily BIOS dependent.  Might make a nice contribution
for the Wiki, though...

 It would also be useful to do a Windows-CD feature theft and do the
 press any key to boot from CD thing.

This is probably the best idea.  It means we actually have to write
distinct pxelinux.cfg and isolinux.cfg files, though :-).

 - Pat


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] Auto eject linux based boot CD?

2004-09-02 Thread Dag Nummedal
Patrick J. LoPresti wrote:
Matthew Palmer [EMAIL PROTECTED] writes:

You can, however, use cdeject to pop the disc out (I don't think
it's on the CD, but Patrick's a nice bloke about cramming more crap
on the image)

I could add the eject command, but actually figuring out which device
to eject is not easy in general.  The CD-ROM device could be IDE or
SCSI or USB.
Most times the BIOS will swallow the CD again during the boot, so 
ejecting it wouldn't help at all.

--
Dag Nummedal ([EMAIL PROTECTED])
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] shortcut.pl

2004-09-02 Thread Matt_Fries

It looks like mine is just a tad different. I think this is a Diff against the same version as yours. 



--- shortcut.pl.orig2004-09-02 15:38:12.836566400 -0500
+++ shortcut.pl2004-09-02 13:48:43.835068800 -0500
@@ -14,7 +14,7 @@
# Your usual option-processing sludge.
my %opts;
GetOptions (\%opts, 'help|h|?', 'arguments=s', 'description=s',
-  'hotkey=s', 'workingdirectory=s')
+  'hotkey=s', 'icon=i', 'workingdirectory=s')
  or pod2usage (2);

(exists $opts{'help'})
@@ -90,6 +90,8 @@
$obj-{WorkingDirectory} = (exists $opts{'workingdirectory'}
  ? $opts{'workingdirectory'}
  : $target_dir);
+(exists $opts{'icon'})
+  and $obj-{IconLocation} = $target, $opts{'icon'};

(exists $opts{'arguments'})
  and $obj-{Arguments} = $opts{'arguments'};
@@ -100,6 +102,7 @@
(exists $opts{'hotkey'})
  and $obj-{Hotkey} = $opts{'hotkey'};

+
$obj-Save ();

exit 0;
@@ -119,6 +122,7 @@
 --help  Display help and exit
 --arguments argsUse args as arguments to target
 --description desc   Set description (aka. infotip) to desc
+ --icon offset Use icon number offset (default is 0)
 --hotkey key  Set hotkey (aka. keyboard shortcut) to key
 --workingdirectory dir Set working directory to dir





[Unattended] Microsoft SQL2000 Tools

2004-09-02 Thread Ty Moffett
I am trying to add the SQL2000 Tools (Query Analyzer, Enterprise Manager,
etc.) to the unattended installation and I'm having difficulty.

The CD has a predefined ISS file (what I assume is a transform) and
instructions on how to use it.  If I run it manually on the machine after
Windows is installed it works fine, but if I run it as part of the
unattended install it appears to run, but doesn't install anything or report
any problems.

Can anyone offer some advice on getting this installed correctly?

I am using 4.4b and installing to WinXP SP2 Volume License edition using the
Linux boot disk.


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Laptop locking up during install

2004-09-02 Thread steve








I am using the linux boot cd and trying to setup XP.
The answer file is created ok and the script runs, copies files for the
XP install but then the laptop locks up. When I power off and back on the install picks
up where it left off and finishes normally.



Any clue as how to trouble shoot
the system locking up like that? Trying to figure out why.



Thanks for any ideas.

Steve