Ujnotes — CC0 1.0
Working notes on Notes: Get PrintEULA.dll.
If modifying Sequence.
Rename original by prefixing with c.
CWixUI_Mondo.
WixUI_Advanced.
________________.
Copy all .WXS files.
Get PrintEULA.dll
(Build from source. Src\ext\Wixui\ .build).
Refer to the CustomAction Binary in a WXS file.
Add variables to wix project.
First property group with <name><DefineConstants>$(DefineConstants);bannerBmp=$(MSBuildProjectDirectory)\Resource\Banner.bmp;dialogBmp=$(MSBuildProjectDirectory)\Resource\Dialog.bmp;exclamationIco=$(MSBuildProjectDirectory)\Resource\exclamic.ico;infoIco=$(MSBuildProjectDirectory)\Resource\info.ico;licenseRtf=$(MSBuildProjectDirectory)\Resource\License.rtf;newIco=$(MSBuildProjectDirectory)\Resource\new.ico;upIco=$(MSBuildProjectDirectory)\Resource\up.ico;<DefineConstants> </DefineConstants>________________.
Error: ICE69 Mismatched component reference. Entry <component> references in different featuresAdds ‘Primary=yes’ to ‘componentRef’ in feature.
Should actually be referenced by multiple features.
The one feature that has it will be the one actually installing it.
First disable ICE69 warning.
________________.
Feature@Absent="disallow".
To keep a feature immutable.
- Applicable even when not visible.
- Title (required) to be added explicitly.
*.
Updated:
2026 Aug 19

