forge icon indicating copy to clipboard operation
forge copied to clipboard

Wix Maker - Expose Associate Extensions

Open fras2560 opened this issue 6 months ago • 2 comments

Pre-flight checklist

  • [X] I have read the contribution documentation for this project.
  • [X] I agree to follow the code of conduct that this project uses.
  • [X] 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 avatar Aug 23 '24 15:08 fras2560