From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,557136a92a6a20c7 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Do you do ASIS? Date: 2000/03/11 Message-ID: #1/1 X-Deja-AN: 596118470 Sender: bobduff@world.std.com (Robert A Duff) References: <89ot3v$og9$1@nnrp1.deja.com> <8a6f9c$5tt$1@nnrp1.deja.com> <38C6D176.9A7AB6C7@earthlink.net> <8a7vbv$8ji$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-03-11T00:00:00+00:00 List-Id: Robert Dewar writes: > Any serious program distributed for Windows today is distributed > in installable form, most likely with install shield, and any > necessary libraries, DLL's etc can be installed automatically > as part of the installation process. ...usually overwriting an existing DLL with a newer version, with a different set of bugs. :-( - Bob