We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes I find the installers/bundlers are not easy to use or share, someone has to install before use it.
So for windows, I have always execute some msiexec commands like msiexec /a webmaker.msi /qb targetdir="D:\web-apps\msi" to extract the binary.
msiexec
msiexec /a webmaker.msi /qb targetdir="D:\web-apps\msi"
The binary is built as intermediary, keep it and leave the option to end users would be nice.
keep the built binary alongside the installers/bundlers.
No response
The text was updated successfully, but these errors were encountered:
any updates about this feature?
Sorry, something went wrong.
No branches or pull requests
Search before asking
I searched in the issues and found nothing similar.
Motivation
Sometimes I find the installers/bundlers are not easy to use or share, someone has to install before use it.
So for windows, I have always execute some
msiexec
commands likemsiexec /a webmaker.msi /qb targetdir="D:\web-apps\msi"
to extract the binary.The binary is built as intermediary, keep it and leave the option to end users would be nice.
Solution
keep the built binary alongside the installers/bundlers.
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: