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
The Wix MSI Creator has an option for assoicateExtensions. This allows one to specify file extensions.
assoicateExtensions
Expose the option - It is a comma separated string
When using the Wix Maker just extend the maker wix config interface and pass it the value even though it is not documented:
interface ExtendedMakerWixConfig extends MakerWixConfig { associateExtensions?: string; }
Now can pass the icon. The only note is that have to use the full path for the icon (cannot use relative path).
No response
The text was updated successfully, but these errors were encountered:
#3674
Sorry, something went wrong.
same with the cultures option
cultures
Closes by PR #3674
No branches or pull requests
Pre-flight checklist
Problem description
The Wix MSI Creator has an option for
assoicateExtensions
. This allows one to specify file extensions.Proposed solution
Expose the option - It is a comma separated string
Alternatives considered
When using the Wix Maker just extend the maker wix config interface and pass it the value even though it is not documented:
Now can pass the icon. The only note is that have to use the full path for the icon (cannot use relative path).
Additional information
No response
The text was updated successfully, but these errors were encountered: