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

Support for multiple MSIs/EXEs? #5

Closed
tmccarthy9 opened this issue Jan 11, 2019 — with docs.microsoft.com · 2 comments
Closed

Support for multiple MSIs/EXEs? #5

tmccarthy9 opened this issue Jan 11, 2019 — with docs.microsoft.com · 2 comments

Comments

Copy link

On the page "Creating an application package with MSI on a VM", the manual steps to create a package with the GUI allow you to run multiple installers for prereqs:

  • "If you need to run multiple installers you can do that manually at this point."
  • "If the app needs other pre-reqs, you need to install them now."

These steps are completed before the MSIX is fully created. Does the XML template allow other MSIs or EXEs to be executed before the MSIX is generated?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@c-don c-don assigned c-don and unassigned c-don Jan 11, 2019
@pezan
Copy link
Contributor

pezan commented Jan 16, 2019

This is currently not supported but it is captured in the backlog. You can create a PowerShell script that runs all your MSIs or Setup.exes (or any copy operations) and pass the .ps1 file as your installer argument in the CLI template to workaround this.

@c-don
Copy link
Contributor

c-don commented Jan 24, 2019

@tmccarthy9 - please reopen if you would like to followup.

@c-don c-don closed this as completed Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants