Add custom action prefixes.
Bob Arnson committed
Feb 23, 2021 at 18:27 UTC
856e76f63fe19c21a3f0f91b7d04552901b4f733
1 file changed
+1
-1
src/wixext/NetFxCompiler.cs
+1
-1
@@ -145,7 +145,7 @@ namespace WixToolset.Netfx
145
146
this.ParseHelper.ParseForExtensionElements(this.Context.Extensions, intermediate, section, element);
147
148
- this.ParseHelper.CreateCustomActionReference(sourceLineNumbers, section, "NetFxScheduleNativeImage", this.Context.Platform, CustomActionPlatforms.ARM64 | CustomActionPlatforms.X64 | CustomActionPlatforms.X86);
148
+ this.ParseHelper.CreateCustomActionReference(sourceLineNumbers, section, "Wix4NetFxScheduleNativeImage", this.Context.Platform, CustomActionPlatforms.ARM64 | CustomActionPlatforms.X64 | CustomActionPlatforms.X86);
149
150
if (!this.Messaging.EncounteredError)
151
{