Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Jim Hall
With the risk of having used an outdated binary (and lacking compiler environment for your official source-code-only release): Install 4.01 isn't complete but it is stable for use in the next 1.1 Test distribution. By the time the Install program is ready for 1.1 (official), I'll have made a

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Rugxulo
Hi, On 7/12/11, Jim Hall jh...@freedos.org wrote: With the risk of having used an outdated binary (and lacking compiler environment for your official source-code-only release): Install 4.01 isn't complete but it is stable for use in the next 1.1 Test distribution. By the time the Install

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Jim Hall
SCREEN: INSTALLING: * Sometimes getting the caution: excluded filename not matched: SOURCE/* when answered No to both questions. Seems odd. When selecting to not install sources, no messages related to them are expected. That message comes from the Unzip program. I got that too, during

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Jim Hall
SCREEN: DONE * No input on how to proceed/finish (pressing any random key?) I will add a press any key message. I'll borrow the NLS string from the CHOICE program. Homer:  Where's the any key???       :-)) BTW, feel free to nag some of us to (re)translate for Install. I see your /nls/

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Jim Hall
* Documented that InfoZip's UNZIP is required/expect, and no others supported (7ZIP, PKZIP, UNRAR, TUNZ, 7ZDECOD etc) ? I'll add a note in the docs. But this is one reason that I'd prefer to use UzpMain() or some other internal library to unzip/install packages. Again, if anyone can figure

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Bernd Blaauw
Op 12-7-2011 18:51, Rugxulo schreef: Hi, Homer: Where's the any key??? :-)) yeah, people asking where the any key is, in 2011 :) BTW, feel free to nag some of us to (re)translate for Install. I see your /nls/ directory already has 12 languages (or perhaps 11 not counting .en). I

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Jim Hall
If wanting things really fancy, organise sourcecode such that: * NLS is used (KITTEN), optionally using external language files. Lacking that, using internal strings. * INSTALL can be compiled without an external strings file * INSTALL can be compiled for a certain language with an external

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Steve Nickolas
On Tue, 12 Jul 2011, Bernd Blaauw wrote: I was more thinking of running INSTALL for each disk. Pity we lack an INKEY option like 4DOS has. It's a mixture between CHOICE (single key except special keys) and SET /P (input requires pressing ENTER to confirm). I thought PAUSE...? CST, EST and

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Eric Auer
Hi guys, That message comes from the Unzip program. I got that too, during testing, but I rebuilt the zip file it was complaining about, and the error didn't reappear. I think the problem was mixed case in the zip package file. Ah, now I think I know what you mean. I think that should be

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Eric Auer
Hi, sorry for replying the same thread twice... Thanks to Bernd for the very verbose testing and pointing out so many corner cases, impressive :-) * Suppose I'd be a complete newbie to DOS: how do I know what to type there? (a.k.a what's valid input). * Absolute paths required? Relative

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Rugxulo
Hi, On 7/12/11, Jim Hall jh...@freedos.org wrote: BTW, feel free to nag some of us to (re)translate for Install. I see your /nls/ directory already has 12 languages (or perhaps 11 not counting .en). I will definitely need help in translating the strings, but I figured I would wait to ask

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Rugxulo
Hi again, On 7/12/11, Bernd Blaauw bbla...@home.nl wrote: Op 12-7-2011 18:51, Rugxulo schreef: I was more thinking of running INSTALL for each disk. Pity we lack an INKEY option like 4DOS has. It's a mixture between CHOICE (single key except special keys) and SET /P (input requires pressing

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread James
CST, EST and UTC are confusing me. All I know is GMT, which would be UTC? SET TZ=UTC (and be done with it, unset right after install) CST = U.S. Central Standard Time (Chicago, etc.) - me EST = U.S. Eastern Standard Time (Florida, etc.) Can't remember if Pacific (PST) is same as

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread James
The TZ variable is used in Unzip or the UzpMain() library, not (strictly speaking) in the Install program. Not having the timezone set just results in a warning... ...which can be ignored / scroll away. Actually setting a timezone can lead to more counterintuitive results than the

Re: [Freedos-devel] Updated INSTALL program

2011-07-12 Thread Rugxulo
Hi, On 7/10/11, Jim Hall jh...@freedos.org wrote: I already looked at this. libzip requires 'configure' as the first step to build it, which assumes a Unix-like environment. To build on DOS using OpenWatcom requires reverse-engineering their Makefiles and configuration options. Well, I

Re: [Freedos-devel] Updated INSTALL program

2011-07-10 Thread Jim Hall
Hi all, I've tagged version 4.01 of the FreeDOS Install program. This is a completely new Install program, designed as a major improvement for the FreeDOS 1.1 distribution. The new Install asks the user only a few questions: if you want to install everything, and if you want to install source