Open fras2560 opened 3 months ago
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
https://github.com/electron/forge/pull/3674
same with the cultures option
cultures
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