Skip to content

Is there really a significant benefit in allowing InstallerType on the package-level? #3333

Answered by lordcheeto
donid asked this question in Q&A
Discussion options

You must be logged in to vote

Essentially, the question is whether there exists a scenario where a piece of software would be packaged into multiple installation types, and I can think of two such scenarios:

  1. Many programs are packaged into an installer, as well as standalone binaries in a ZIP file. When ZIP installation eventually receives support, this would allow you to choose which installation type you want.

  2. If support is ever extended to other operating systems, they would have different installation types.

In these scenarios, the manifest needs to specify the installation type on the installer definitions themselves, instead of just having a single root type.

Edit: I read your question backwards, I realize…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by denelon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #429 on June 12, 2023 17:33.