79390860

Date: 2025-01-27 12:58:56
Score: 1.5
Natty:
Report link

The error Multiple entry sections typically occurs when there are multiple entry points defined in the project, such as duplicate references to a Bundle.wxs file in the .wixproj. To resolve the issue, I removed the line: Compile Include=Bundle.wxs from the .wixproj file, ensuring that only one entry section is included in the project. After this change, the build succeeded without any errors.(wix5)

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Melvin Abraham