X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 021203858C74 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Date: Wed, 9 Mar 2022 22:22:48 +0000 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: Re: msi installer file? Message-ID: <20220309222248.hgmqihgvysjtd74h@lucy.dinwoodie.org> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, PDS_RDNS_DYNAMIC_FP, RDNS_DYNAMIC, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: cygwin AT cygwin DOT com Cc: Monica Parker Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Wed, Mar 09, 2022 at 02:27:01PM -0500, Monica Parker wrote: > Hi, > I just want to know if there is an MSI installer file? If not, can one be > created? Im trying to create a package for SCCM and it wont accept exe > files. There isn't, and I don't think it's likely that anyone here will create one; I'm not very familiar with the requirements for MSI installers, but I very strongly expect that converting Cygwin's current installer to work as an MSI installer would be *a lot* of work, if it's possible at all. In particular, the Cygwin installer is really a tool for selecting from over 10,000 separate packages, calculating the potentially-complex dependencies between them, then downloading and installing each individual requested component. If you want to provide a Cygwin installer in an environment where MSI packages are acceptable but users can't run any executables, I expect your best bet might be to decide what set of packages you want to provide, install those using the regular Cygwin installer, then bundle up the resultant installation directory into an MSI yourself. That's not going to be trivial to get working reliably, and obviously users will lose the ability to select their own packages or get updates until/unless you repackage them, but it's the best idea I can think of. (I'm not familiar with SCCM, but given just how many Windows installers come as executables, I'd have expected any management system that wanted to intstall anything more than a very tightly controlled set of applications would need to handle .exe installers. I know Microsoft are keen to get more people offering applications through their storefront, but they're also actively working on winget, which can and does handle .exe installers...) -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple