public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* msi installer file?
@ 2022-03-09 19:27 Monica Parker
  2022-03-09 19:32 ` Bill Stewart
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Monica Parker @ 2022-03-09 19:27 UTC (permalink / raw)
  To: cygwin

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.

Thanks so much.

Monica

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: msi installer file?
  2022-03-09 19:27 msi installer file? Monica Parker
@ 2022-03-09 19:32 ` Bill Stewart
  2022-03-09 22:22 ` Adam Dinwoodie
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Bill Stewart @ 2022-03-09 19:32 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 9, 2022 at 12:30 PM 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 is no MSI package; sorry.

Bill

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: msi installer file?
  2022-03-09 19:27 msi installer file? Monica Parker
  2022-03-09 19:32 ` Bill Stewart
@ 2022-03-09 22:22 ` Adam Dinwoodie
  2022-03-10  7:58 ` Antonio Petrelli
  2022-03-10 10:04 ` rappard
  3 siblings, 0 replies; 5+ messages in thread
From: Adam Dinwoodie @ 2022-03-09 22:22 UTC (permalink / raw)
  To: cygwin; +Cc: Monica Parker

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...)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: msi installer file?
  2022-03-09 19:27 msi installer file? Monica Parker
  2022-03-09 19:32 ` Bill Stewart
  2022-03-09 22:22 ` Adam Dinwoodie
@ 2022-03-10  7:58 ` Antonio Petrelli
  2022-03-10 10:04 ` rappard
  3 siblings, 0 replies; 5+ messages in thread
From: Antonio Petrelli @ 2022-03-10  7:58 UTC (permalink / raw)
  To: Monica Parker; +Cc: The Cygwin Mailing List

Il giorno mer 9 mar 2022 alle ore 20:31 Monica Parker <
monicaparker@cymertek.com> ha scritto:

> 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.
>

I don't know if it is an option, but there is a cygwin package in
Chocolatey.

Antonio

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: msi installer file?
  2022-03-09 19:27 msi installer file? Monica Parker
                   ` (2 preceding siblings ...)
  2022-03-10  7:58 ` Antonio Petrelli
@ 2022-03-10 10:04 ` rappard
  3 siblings, 0 replies; 5+ messages in thread
From: rappard @ 2022-03-10 10:04 UTC (permalink / raw)
  To: Monica Parker; +Cc: cygwin

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 are commercial exe2msi converters. No clue how well these work,
especially with Cygwin's setup workflow of "Install From Internet" =>
[...] => "Choose A Download Site" => [install packages].

Perhaps install a minimal but working Cygwin installation, and convert
that to an *.msi in some way?

--Martin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-10 10:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09 19:27 msi installer file? Monica Parker
2022-03-09 19:32 ` Bill Stewart
2022-03-09 22:22 ` Adam Dinwoodie
2022-03-10  7:58 ` Antonio Petrelli
2022-03-10 10:04 ` rappard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).