79133337

Date: 2024-10-28 12:17:38
Score: 1.5
Natty:
Report link

In the xsl:stylesheet element the xmlns:wix attribute needs to be updated from v3 to v4:

xmlns:wix="http://schemas.microsoft.com/wix/2006/wi"

xmlns:wix="http://wixtoolset.org/schemas/v4/wxs"

The same needs to be done in the .wxs file.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tamás Somogyi