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

Wix Maker - Expose Associate Extensions #3673

Closed
3 tasks done
fras2560 opened this issue Aug 23, 2024 · 3 comments
Closed
3 tasks done

Wix Maker - Expose Associate Extensions #3673

fras2560 opened this issue Aug 23, 2024 · 3 comments

Comments

@fras2560
Copy link
Contributor

Pre-flight checklist

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project uses.
  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

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:

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).

Additional information

No response

@fras2560
Copy link
Contributor Author

#3674

@siadou
Copy link

siadou commented Aug 27, 2024

same with the cultures option

@fras2560
Copy link
Contributor Author

fras2560 commented Dec 5, 2024

Closes by PR #3674

@fras2560 fras2560 closed this as completed Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants