[Unattended] Re: Minor bug in CVS variant of perl.bat

2004-08-03 Thread Patrick J. LoPresti
Steffen Kaiser [EMAIL PROTECTED] writes:

 Hello,
 
 the halt loop is using a wrong label (the colon must preceed halt).
 
 The patch below uses pause instead of echo in order to not consume
 CPU (well, why not?) and when you press any key, the situation is
 re-checked, mayhap the share was re-built.

Applied.

 The msiexec line contains my favorit settings. :-)

...

 +start /wait msiexec /qb /l* %SystemDrive%\netinst\logs\perl.txt %perl_msi% /i 
 TARGETDIR=C:\Perl ADDLOCAL=PERL_FEATURE,PPM,PERLSE,EXAMPLES PERL_PATH=Yes 
 PERL_EXT=Yes

Isn't C:\Perl the default installation directory?

What feature(s) does your ADDLOCAL option include which are not
included by default?  I am not adverse to this change, but I want to
keep it minimal.

 - Pat


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


[Unattended] Re: Minor bug in CVS variant of perl.bat

2004-08-03 Thread Steffen Kaiser
On Tue, 3 Aug 2004, Patrick J. LoPresti wrote:
+start /wait msiexec /qb /l* %SystemDrive%\netinst\logs\perl.txt %perl_msi% /i TARGETDIR=C:\Perl ADDLOCAL=PERL_FEATURE,PPM,PERLSE,EXAMPLES PERL_PATH=Yes PERL_EXT=Yes

Isn't C:\Perl the default installation directory?
Yup, it's just curious; I just found the script now is working completely 
different, as it installs perl into C:\Perl\Perl\bin, I'm wondering ... .

BTW: See the other mail, the /i switch must preceed the MSI file, at least 
for WinXP 1a german.

What feature(s) does your ADDLOCAL option include which are not
included by default?  I am not adverse to this change, but I want to
keep it minimal.
Actually, none. But the default is to install everything, one must use the 
ADDLOCAL= switch to select, what to install.

See here:
http://aspn.activestate.com/ASPN/docs/ActivePerl/install.html#windows%20installers
They also have the TARGETDIR=C:\Perl sample, so I'm very certain that I 
got it from this page, but I really wondering, why it always installed 
into C:\Perl\bin til now ??

Bye,
--
Steffen Kaiser
---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info