X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=wo+eKAZ 70WcO/7brbkddj6a1GQELcx9hZbPKLyOzYhnlPZ497wXd4qysRG1l9pkM2dgM8Jl ZZMkLBGNzTDFQBXKrA43xtueYA90I85AtD5ol2TdEIjF8p6FGt9n8mj5g7Kn3tZs pS+cfvmUEsJSNJ27RY5FdWuYVfJ0Zibh6goY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=85DWKdkWiZe6T H9yGK+BZKxWttM=; b=dspwqLSB0rwPXeM5iZBleWKTJPI2z/U1HbwDXcrxGXXBk pIRNcR8wDmUlE0JtvbEHOTgrLdzRIYWwjlPH8nRfGdtk0t4R+rmpmaLC5Nk5XYVo CO14RmUKQ4PuxBDF1XUq0lD406i6kOfBqdci36Bo2jNI93d7RyQ+I5znTR4h2U= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=accomplished, Hx-languages-length:1464, HX-Gm-Message-State:AKaTC01, downloading X-HELO: mail-wm0-f48.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=8FNO3jy/OXlXpAsW8SYGI1qoULz3dtPzgzSr3i9JxnM=; b=LosrwVbzpDmtoy52w/CtBjsoFT9wxW4YJ/MeZMWUv0lnCIViOOmCVn02C1yueWpyXw GH767xKqDMROpGxjUIXUoo5MO3X9FMoZvTl/7T7YDOzpq3eGCW6QaUShiqYFJ25JzwWj N77pUUZcJ/MhiciaiUlj8prsvsYhQmAkYVKqaDmPzg2VDT4zBBMm4W/k7X0p4Li97Nj/ yIK3YK94Uptvw+ooLmUUiwmF9rOuAwpJujRk3wNkxiwTc7QbFXcGX40xX73C/YZm5Vhv +729Ve7hsKoAJ+cuEkXeNo1jhWvpAjrHHZ3T1g9PebAz+LfX2qrgsSCE3bwLvWS40yiU xq8A== X-Gm-Message-State: AKaTC01/8z/F0DOPidCPK4V711ub313MncrCErXaFFioeVaSJeTUrKMsXEK/5Frw1ZqNpFJ8+e3THz7JEd7DPg== X-Received: by 10.25.152.142 with SMTP id a136mr20066229lfe.113.1481146840860; Wed, 07 Dec 2016 13:40:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Erik Soderquist Date: Wed, 7 Dec 2016 16:40:39 -0500 Message-ID: Subject: Re: Installer names not meaningful enough To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Thu, Dec 1, 2016 at 7:18 AM, Lee Dilkie wrote: > I'd agree that adding "cygwin" to the setup program would be nice but it's > certainly not the windows "way", lots of programs use just "setup.exe". I don't recall "the Windows way" being a goal of Cygwin. > Versioning can't be added to the file name because the setup program itself > isn't versioned, or at least isn't the same version as the cygwin you are > installing... the cygwin version come from the servers... Yes, the setup program is versioned, and will complain about being outdated on its own anytime it sees a setup.ini that reports a newer version of the setup program exists. I've often wondered why the setup program doesn't include its version number in the name like ever other package does, for example: openssh-7.3p1-2.tar.xz On my own systems, I download the setup program and check its version, then rename the file myself to include the version number. I know I would greatly appreciate the setup version number in the file name, and suspect this could be accomplished without breaking the existing scripted downloads by having setup.exe and setup_x64.exe be symlinks to whatever the current version is. Having the version number of the setup program thus available could also prevent a lot of duplicate downloads. I know I would look at the version number before downloading rather than download and then compare to what I have. -- Erik -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple