Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling custom components #17

Open
EldertGrootenboer opened this issue May 19, 2021 · 1 comment
Open

Handling custom components #17

EldertGrootenboer opened this issue May 19, 2021 · 1 comment
Labels
question Further information is requested

Comments

@EldertGrootenboer
Copy link

EldertGrootenboer commented May 19, 2021

Description

How should we handle custom components, f.e. in pipelines and orchestrations.
When we now run this, the script fails and stops, not creating the components.
Is there any way to work around this?

Custom components issue

Environment and tool versions

  • AIM Tool Version (aim --version):
  • Windows Version (systeminfo):
  • Shell: (PowerShell | Bash)
  • Shell Version ($PSVersionTable | bash --version):

Repro steps

Use the tool with an MSI with custom components

Expected result

Tool successfully processes the MSI with no errors.

Current result

The tool stops and outputs an error.

@probertdaniel probertdaniel added the question Further information is requested label Jun 29, 2021
@probertdaniel
Copy link
Collaborator

Can you give examples of custom components that are failing? Ideally, the tool should fail gracefully without causing an error.
In terms of support for custom components, it's a tricky thing - the tool doesn't know what they do.
In some cases, AIS already has an equivalent for things that people write custom components for.

There was a conversation about looking at custom components and the assemblies they use and trying to work out if they could be supported, e.g. hosting custom assemblies in a Function.

What would you like to see, i.e. what would be most useful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants