Error in `light` Command Output
I'm submitting a…
- [ X ] bug report
- [ ] feature request
- [ ] other
Short description of the issue/suggestion: I am getting these errors just trying to package on Windows.
C:\Users\Me\CodeProjects\scheduler\app\build\assets\app.msm.wxs(236) : error LGHT0091 : Duplicate symbol 'File:default_local.policy' found. This typically means that an Id is duplicated. Check to make sure all your identifiers of a given type (File, Component, Feature) are unique.
C:\Users\Me\CodeProjects\scheduler\app\build\assets\app.msm.wxs(250) : error LGHT0092 : Location of symbol related to previous error.
C:\Users\Me\CodeProjects\scheduler\app\build\assets\app.msm.wxs(239) : error LGHT0091 : Duplicate symbol 'File:default_US_export.policy' found. This typically means that an Id is duplicated. Check to make sure all your identifiers of a given type (File, Component, Feature) are unique.
C:\Users\Me\CodeProjects\scheduler\app\build\assets\app.msm.wxs(253) : error LGHT0092 : Location of symbol related to previous error.
MSI merge module generation failed due to: Command execution failed: light -spdb -out C:\Users\Me\CodeProjects\scheduler\app\build\app_unspecified.msm C:\Users\Me\CodeProjects\scheduler\app\build\assets\app.msm.wixobj org.codehaus.plexus.util.cli.CommandLineException: Command execution failed: light -spdb -out C:\Users\Me\CodeProjects\scheduler\app\build\app_unspecified.msm
Steps to reproduce the issue/enhancement:
- Issue build command to build with Gradle "gradle buildMyApp"
What is the expected behavior?
No errors and installers are output
What is the current behavior?
These installers are not output in the respective directories.
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
N/A
What is the motivation / use case for changing the behavior?
N/A
Please tell us about your environment:
- JavaPackager version: 1.7.5
- OS version: Windows 11
- JDK version: 20.0.2
- Build tool:
- [ ] Maven
- [ X ] Gradle
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
Hi @dresch86!
Please, could you share app.msm.wxs file?
Sure! Here it is....
<?xml version="1.0" encoding="UTF-8"?><Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Module Codepage="1252" Id="app_Module" Language="1033" Version="1.0.0.0">
<Package Description="app" Id="f2590aa1-cd62-4185-9159-1cfee9e2864f" InstallerVersion="200" Languages="1033" Manufacturer="ACME" Platform="x64" SummaryCodepage="1252"/>
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="INSTALLFOLDER" Name="app">
<Component Guid="beb82ce9-c3b9-43c1-b97c-d7fe5d84668b" Id="_2" Win64="yes">
<File Id="EXEFILE" KeyPath="yes" Name="app.exe" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\app.exe">
<Shortcut Description="app" Directory="ProgramMenuFolder" Id="ApplicationStartMenuShortcut" Name="app"/>
</File>
<RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/>
<RegistryValue Key="Software\ACME\app" Name="installed" Root="HKLM" Type="integer" Value="1"/>
</Component>
<Directory Id="_3" Name="jre">
<Directory Id="_4" Name="bin">
<Component Guid="268ea819-6ce2-42ac-bd41-86d352d75387" Id="_5" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-console-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-console-l1-1-0.dll"/>
</Component>
<Component Guid="7164bc48-4e0c-4635-ba4f-c3f35598c8c9" Id="_6" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-console-l1-2-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-console-l1-2-0.dll"/>
</Component>
<Component Guid="0d38c002-2dc7-44be-8ba3-c8b30d9c43fd" Id="_7" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-datetime-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-datetime-l1-1-0.dll"/>
</Component>
<Component Guid="6a9e8dda-ca1c-48c6-8c1c-060ca7b73b8d" Id="_8" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-debug-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-debug-l1-1-0.dll"/>
</Component>
<Component Guid="8c25450c-23f0-4249-8433-de39a5c23877" Id="_9" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-errorhandling-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-errorhandling-l1-1-0.dll"/>
</Component>
<Component Guid="a9687755-b8d3-41be-af0d-d56405f30955" Id="_10" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-file-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-file-l1-1-0.dll"/>
</Component>
<Component Guid="130b7031-501d-46d5-a222-3e12dbd0c622" Id="_11" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-file-l1-2-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-file-l1-2-0.dll"/>
</Component>
<Component Guid="d2b704d8-6cea-411f-8b22-c9942b6f6751" Id="_12" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-file-l2-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-file-l2-1-0.dll"/>
</Component>
<Component Guid="7cc6a719-cb7b-4805-afca-852ffb33b99d" Id="_13" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-handle-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-handle-l1-1-0.dll"/>
</Component>
<Component Guid="a72508ab-9e7f-4604-b8f9-4a2f32679971" Id="_14" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-heap-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-heap-l1-1-0.dll"/>
</Component>
<Component Guid="a6aeb29c-4ef9-46b9-b458-8908562a7d4e" Id="_15" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-interlocked-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-interlocked-l1-1-0.dll"/>
</Component>
<Component Guid="3c4d6b09-38ed-487c-ba20-9f09f4f83f5f" Id="_16" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-libraryloader-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-libraryloader-l1-1-0.dll"/>
</Component>
<Component Guid="b1f8700d-0be0-4053-acf6-0f78de0c97e4" Id="_17" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-localization-l1-2-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-localization-l1-2-0.dll"/>
</Component>
<Component Guid="31d948ac-2ccf-4aac-9173-a858b47d28f7" Id="_18" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-memory-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-memory-l1-1-0.dll"/>
</Component>
<Component Guid="ab7556bf-6536-46d4-999e-5874e5935124" Id="_19" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-namedpipe-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-namedpipe-l1-1-0.dll"/>
</Component>
<Component Guid="638c44db-e65b-4137-a2a0-dd3aed26226a" Id="_20" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-processenvironment-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-processenvironment-l1-1-0.dll"/>
</Component>
<Component Guid="93736a7f-1dc4-41e5-985e-2525ab53dc51" Id="_21" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-processthreads-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-processthreads-l1-1-0.dll"/>
</Component>
<Component Guid="17a5dee0-e7cb-45a1-8aca-b11afd0b02f3" Id="_22" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-processthreads-l1-1-1.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-processthreads-l1-1-1.dll"/>
</Component>
<Component Guid="7c2c5f27-7bcc-4b6a-83dc-848dc574bb90" Id="_23" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-profile-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-profile-l1-1-0.dll"/>
</Component>
<Component Guid="a8fe3210-6cfe-4fc8-a17f-0a0a290c814b" Id="_24" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-rtlsupport-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-rtlsupport-l1-1-0.dll"/>
</Component>
<Component Guid="5368d335-31fb-4974-b276-dd19844adccc" Id="_25" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-string-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-string-l1-1-0.dll"/>
</Component>
<Component Guid="13982b83-da8b-4e6b-9f24-5d86f900f6f3" Id="_26" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-synch-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-synch-l1-1-0.dll"/>
</Component>
<Component Guid="20dc6623-9a5b-4b7d-bd01-ab5d618da005" Id="_27" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-synch-l1-2-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-synch-l1-2-0.dll"/>
</Component>
<Component Guid="834e024a-1bb0-4ffb-8ae5-8ef58ce7e005" Id="_28" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-sysinfo-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-sysinfo-l1-1-0.dll"/>
</Component>
<Component Guid="7599798d-77d5-4afc-ad2f-bd59564f43c2" Id="_29" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-timezone-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-timezone-l1-1-0.dll"/>
</Component>
<Component Guid="e8ad3263-0c69-4ff1-be07-3695f45caa23" Id="_30" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-util-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-core-util-l1-1-0.dll"/>
</Component>
<Component Guid="86e96a30-fc92-4f13-aa7b-eb49ed6552b8" Id="_31" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-conio-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-conio-l1-1-0.dll"/>
</Component>
<Component Guid="960d86d9-bf79-4bcb-9054-42f4674ff28a" Id="_32" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-convert-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-convert-l1-1-0.dll"/>
</Component>
<Component Guid="2496764f-a7ce-4798-b41a-0b67b805db82" Id="_33" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-environment-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-environment-l1-1-0.dll"/>
</Component>
<Component Guid="4df67e36-ee47-4b13-8429-c3b43c9589b4" Id="_34" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-filesystem-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-filesystem-l1-1-0.dll"/>
</Component>
<Component Guid="c7f46ed8-db8e-405f-aa1c-71709d9b27af" Id="_35" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-heap-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-heap-l1-1-0.dll"/>
</Component>
<Component Guid="184c5f0a-4850-4e85-918d-4dfaf2f371bd" Id="_36" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-locale-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-locale-l1-1-0.dll"/>
</Component>
<Component Guid="0a98b477-a374-4712-ace7-915bd3b1c553" Id="_37" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-math-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-math-l1-1-0.dll"/>
</Component>
<Component Guid="6f0a4cca-8845-4a54-ae7e-fba8ab7e6fe0" Id="_38" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-multibyte-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-multibyte-l1-1-0.dll"/>
</Component>
<Component Guid="207abcfe-2265-4602-af09-0fedc7785ac3" Id="_39" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-private-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-private-l1-1-0.dll"/>
</Component>
<Component Guid="60b9a0ef-6d18-4c56-a853-36511c6b5b3a" Id="_40" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-process-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-process-l1-1-0.dll"/>
</Component>
<Component Guid="36c4a977-24e7-4b5c-a27e-212f9d88b2a8" Id="_41" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-runtime-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-runtime-l1-1-0.dll"/>
</Component>
<Component Guid="14d1f591-1ffa-4369-929a-828f23a239b2" Id="_42" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-stdio-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-stdio-l1-1-0.dll"/>
</Component>
<Component Guid="35ee35d9-08dd-4917-bebe-2b5ec573547d" Id="_43" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-string-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-string-l1-1-0.dll"/>
</Component>
<Component Guid="e96bf5ee-dbd9-4f6b-a50a-f492cd34c0a3" Id="_44" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-time-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-time-l1-1-0.dll"/>
</Component>
<Component Guid="dc7b3ea4-4967-4f1a-b8c7-63f0af83e5ca" Id="_45" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-utility-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\api-ms-win-crt-utility-l1-1-0.dll"/>
</Component>
<Component Guid="58e9844f-5498-4919-9caa-1922818aaba3" Id="_46" Win64="yes">
<File KeyPath="yes" Name="awt.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\awt.dll"/>
</Component>
<Component Guid="5d3e85a5-4c94-4165-ae42-cc0e107d191d" Id="_47" Win64="yes">
<File KeyPath="yes" Name="fontmanager.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\fontmanager.dll"/>
</Component>
<Component Guid="044d57b4-0665-4d0f-b5a9-3a9588b6a689" Id="_48" Win64="yes">
<File KeyPath="yes" Name="freetype.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\freetype.dll"/>
</Component>
<Component Guid="f894ee05-3af7-46c1-bf27-59176860bb32" Id="_49" Win64="yes">
<File KeyPath="yes" Name="java.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\java.dll"/>
</Component>
<Component Guid="2ef63a19-2250-49b6-b118-89a33b00f5e4" Id="_50" Win64="yes">
<File KeyPath="yes" Name="java.exe" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\java.exe"/>
</Component>
<Directory Id="_51" Name="javafx">
<Component Guid="3e04f342-1846-44fb-9859-c4089f76703c" Id="_52" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-console-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-console-l1-1-0.dll"/>
</Component>
<Component Guid="1a9f482d-0c89-4e50-863a-13c2a3434d2d" Id="_53" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-console-l1-2-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-console-l1-2-0.dll"/>
</Component>
<Component Guid="dec67688-0694-41fd-a157-2e29a2eec013" Id="_54" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-datetime-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-datetime-l1-1-0.dll"/>
</Component>
<Component Guid="eab017d8-4258-4297-b363-026f862dea4f" Id="_55" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-debug-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-debug-l1-1-0.dll"/>
</Component>
<Component Guid="2f9b8267-9892-4537-b035-18363ca89438" Id="_56" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-errorhandling-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-errorhandling-l1-1-0.dll"/>
</Component>
<Component Guid="1ec23350-e807-4138-8724-bec98e307371" Id="_57" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-file-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-file-l1-1-0.dll"/>
</Component>
<Component Guid="d8aaba07-3b7f-49db-8d91-64ec95d6ea60" Id="_58" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-file-l1-2-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-file-l1-2-0.dll"/>
</Component>
<Component Guid="ed9f2063-a9ef-4f4c-9f42-10889ea21771" Id="_59" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-file-l2-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-file-l2-1-0.dll"/>
</Component>
<Component Guid="e56a6b06-dd1d-40e9-a7a5-77314a7c1c77" Id="_60" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-handle-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-handle-l1-1-0.dll"/>
</Component>
<Component Guid="beff5bde-13ec-4939-bf95-1bf5882bb38f" Id="_61" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-heap-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-heap-l1-1-0.dll"/>
</Component>
<Component Guid="b232b8ee-5264-4494-8388-6925bb6585d7" Id="_62" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-interlocked-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-interlocked-l1-1-0.dll"/>
</Component>
<Component Guid="d2052f4d-c32b-4189-84d5-91dddb91ac27" Id="_63" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-libraryloader-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-libraryloader-l1-1-0.dll"/>
</Component>
<Component Guid="a3431797-1f20-49cd-a53a-7b33270146f9" Id="_64" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-localization-l1-2-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-localization-l1-2-0.dll"/>
</Component>
<Component Guid="ff32d1fe-95c1-49c1-9c53-f3c1cb97fedd" Id="_65" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-memory-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-memory-l1-1-0.dll"/>
</Component>
<Component Guid="fc2d862c-f5f2-4348-9662-412068942b80" Id="_66" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-namedpipe-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-namedpipe-l1-1-0.dll"/>
</Component>
<Component Guid="9a0bc071-0485-42ce-a8c0-29bd5b364875" Id="_67" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-processenvironment-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-processenvironment-l1-1-0.dll"/>
</Component>
<Component Guid="031fadb5-1b6e-4a97-9151-1b2fba0ae08e" Id="_68" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-processthreads-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-processthreads-l1-1-0.dll"/>
</Component>
<Component Guid="4eb50af3-de33-42cc-acc2-46866886ee71" Id="_69" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-processthreads-l1-1-1.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-processthreads-l1-1-1.dll"/>
</Component>
<Component Guid="0beda205-56bf-4ef8-ae81-55f3969c114a" Id="_70" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-profile-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-profile-l1-1-0.dll"/>
</Component>
<Component Guid="d97fead1-dd4b-465d-9335-f78391c315e3" Id="_71" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-rtlsupport-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-rtlsupport-l1-1-0.dll"/>
</Component>
<Component Guid="5fc4e6bb-4d42-425b-ad7d-334f5a15bf85" Id="_72" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-string-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-string-l1-1-0.dll"/>
</Component>
<Component Guid="39e0e029-2869-4225-b738-0b87768f3a40" Id="_73" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-synch-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-synch-l1-1-0.dll"/>
</Component>
<Component Guid="47f742e8-1da4-46e3-9ad1-8d863db7b186" Id="_74" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-synch-l1-2-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-synch-l1-2-0.dll"/>
</Component>
<Component Guid="e613220c-b783-469e-95aa-ebe5acf5f8da" Id="_75" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-sysinfo-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-sysinfo-l1-1-0.dll"/>
</Component>
<Component Guid="221b84f8-88c8-49a2-b9bb-e7fc9a9c7e6f" Id="_76" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-timezone-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-timezone-l1-1-0.dll"/>
</Component>
<Component Guid="c8ccd2a6-6fd6-43cb-bca3-bd6ab9dd49a6" Id="_77" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-core-util-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-core-util-l1-1-0.dll"/>
</Component>
<Component Guid="a6cc839d-ae9d-47d9-a246-0c2523a1db35" Id="_78" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-conio-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-conio-l1-1-0.dll"/>
</Component>
<Component Guid="06fbb6ac-0289-4284-9f60-b7b9ec80dfee" Id="_79" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-convert-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-convert-l1-1-0.dll"/>
</Component>
<Component Guid="dd0f46df-bec5-4e8e-8c83-9385edb5e50f" Id="_80" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-environment-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-environment-l1-1-0.dll"/>
</Component>
<Component Guid="84355c8e-d6a0-4ea5-aa7b-9d781fdb98a9" Id="_81" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-filesystem-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-filesystem-l1-1-0.dll"/>
</Component>
<Component Guid="c2e68874-487e-40a4-8159-e194691423e5" Id="_82" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-heap-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-heap-l1-1-0.dll"/>
</Component>
<Component Guid="35f3c052-2322-4213-b9d9-a2a6eeaef012" Id="_83" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-locale-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-locale-l1-1-0.dll"/>
</Component>
<Component Guid="7784c222-fa70-4c0d-b984-77852519b89d" Id="_84" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-math-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-math-l1-1-0.dll"/>
</Component>
<Component Guid="d65482e2-aaca-41d0-8c32-1721f1a574ef" Id="_85" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-multibyte-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-multibyte-l1-1-0.dll"/>
</Component>
<Component Guid="95817495-57b6-440c-95d8-c96fb9ae5766" Id="_86" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-private-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-private-l1-1-0.dll"/>
</Component>
<Component Guid="43ecfaab-9d10-4d87-81cd-27d639911f60" Id="_87" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-process-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-process-l1-1-0.dll"/>
</Component>
<Component Guid="0ebe1546-c589-4439-8e0e-33069f371463" Id="_88" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-runtime-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-runtime-l1-1-0.dll"/>
</Component>
<Component Guid="40acaf8f-f606-4fd2-a822-33039afea510" Id="_89" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-stdio-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-stdio-l1-1-0.dll"/>
</Component>
<Component Guid="42506778-6a76-4f10-9afb-e951c0357fef" Id="_90" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-string-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-string-l1-1-0.dll"/>
</Component>
<Component Guid="d4a5fa25-a3dd-41d0-bcae-dff74138994b" Id="_91" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-time-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-time-l1-1-0.dll"/>
</Component>
<Component Guid="f2146432-4229-4c27-8bfc-446b595f5523" Id="_92" Win64="yes">
<File KeyPath="yes" Name="api-ms-win-crt-utility-l1-1-0.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\api-ms-win-crt-utility-l1-1-0.dll"/>
</Component>
<Component Guid="5c90755d-56c7-444c-b76e-94bdd27f4d66" Id="_93" Win64="yes">
<File KeyPath="yes" Name="decora_sse.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\decora_sse.dll"/>
</Component>
<Component Guid="ba43dd8d-87ce-4821-a869-fdfdcd0cc2ed" Id="_94" Win64="yes">
<File KeyPath="yes" Name="glass.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\glass.dll"/>
</Component>
<Component Guid="7ff0fa3d-bde8-4b24-b979-7376d77ed0b5" Id="_95" Win64="yes">
<File KeyPath="yes" Name="javafx_font.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\javafx_font.dll"/>
</Component>
<Component Guid="a7dc81a6-560b-47f7-9aef-5054fe550684" Id="_96" Win64="yes">
<File KeyPath="yes" Name="javafx_iio.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\javafx_iio.dll"/>
</Component>
<Component Guid="39d3f6b1-2d2f-4464-8c51-d782db3407b9" Id="_97" Win64="yes">
<File KeyPath="yes" Name="msvcp140.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\msvcp140.dll"/>
</Component>
<Component Guid="07a520b1-a2e5-48a1-9899-31d3343c0a7f" Id="_98" Win64="yes">
<File KeyPath="yes" Name="msvcp140_1.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\msvcp140_1.dll"/>
</Component>
<Component Guid="b5430666-b200-4605-b39e-9294b686a0cd" Id="_99" Win64="yes">
<File KeyPath="yes" Name="msvcp140_2.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\msvcp140_2.dll"/>
</Component>
<Component Guid="0d0e05d7-b26a-4683-99a1-8b80bd701216" Id="_100" Win64="yes">
<File KeyPath="yes" Name="prism_common.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\prism_common.dll"/>
</Component>
<Component Guid="2ac44166-a466-44e0-91ce-332c335f7ca9" Id="_101" Win64="yes">
<File KeyPath="yes" Name="prism_d3d.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\prism_d3d.dll"/>
</Component>
<Component Guid="f2734756-4ff1-4468-989a-77c3bf2d7c2a" Id="_102" Win64="yes">
<File KeyPath="yes" Name="prism_sw.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\prism_sw.dll"/>
</Component>
<Component Guid="b1f8f2f6-f02b-4aee-867c-6cadaaaa4a43" Id="_103" Win64="yes">
<File KeyPath="yes" Name="ucrtbase.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\ucrtbase.dll"/>
</Component>
<Component Guid="b71f1887-af39-48c8-962b-6471af8b8f4b" Id="_104" Win64="yes">
<File KeyPath="yes" Name="vcruntime140.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\vcruntime140.dll"/>
</Component>
<Component Guid="1cd12335-9dd5-4d98-bdf4-ba07e1ae6682" Id="_105" Win64="yes">
<File KeyPath="yes" Name="vcruntime140_1.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javafx\vcruntime140_1.dll"/>
</Component>
</Directory>
<Component Guid="3ddc754d-d8aa-48d0-bba2-470e309dfa54" Id="_106" Win64="yes">
<File KeyPath="yes" Name="javajpeg.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javajpeg.dll"/>
</Component>
<Component Guid="58a9e502-3a54-4c9f-b06a-c139ffc2bee0" Id="_107" Win64="yes">
<File KeyPath="yes" Name="javaw.exe" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\javaw.exe"/>
</Component>
<Component Guid="808daae3-0986-4386-92a2-bd290ec0d294" Id="_108" Win64="yes">
<File KeyPath="yes" Name="jawt.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\jawt.dll"/>
</Component>
<Component Guid="048a59e2-89ed-4b79-9d8f-c641d917a9f9" Id="_109" Win64="yes">
<File KeyPath="yes" Name="jimage.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\jimage.dll"/>
</Component>
<Component Guid="9a7fb943-28bb-4161-9986-659973a10553" Id="_110" Win64="yes">
<File KeyPath="yes" Name="jli.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\jli.dll"/>
</Component>
<Component Guid="68f28b0a-fa13-4778-b426-0f25943d6a91" Id="_111" Win64="yes">
<File KeyPath="yes" Name="jrunscript.exe" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\jrunscript.exe"/>
</Component>
<Component Guid="1e18b1cf-a95c-46f0-8382-de79023024d4" Id="_112" Win64="yes">
<File KeyPath="yes" Name="jsound.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\jsound.dll"/>
</Component>
<Component Guid="78e8204e-b78d-4fa0-a827-fda0e762589f" Id="_113" Win64="yes">
<File KeyPath="yes" Name="keytool.exe" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\keytool.exe"/>
</Component>
<Component Guid="ab92cdd5-bc9b-4c6a-a8d8-0dee0ce3e26f" Id="_114" Win64="yes">
<File KeyPath="yes" Name="lcms.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\lcms.dll"/>
</Component>
<Component Guid="1c61f6dd-5475-46cc-a54e-30226404d74c" Id="_115" Win64="yes">
<File KeyPath="yes" Name="mlib_image.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\mlib_image.dll"/>
</Component>
<Component Guid="3fab1588-7584-49fe-b869-c57dfc8261bc" Id="_116" Win64="yes">
<File KeyPath="yes" Name="msvcp140.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\msvcp140.dll"/>
</Component>
<Component Guid="5126e79a-0d1e-45f3-93ce-dc7a014e04aa" Id="_117" Win64="yes">
<File KeyPath="yes" Name="net.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\net.dll"/>
</Component>
<Component Guid="70ef4c68-626d-443e-9ab2-4aeda6ed9ad4" Id="_118" Win64="yes">
<File KeyPath="yes" Name="nio.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\nio.dll"/>
</Component>
<Component Guid="50b5a28a-6846-48fe-886a-21094b7d9b0d" Id="_119" Win64="yes">
<File KeyPath="yes" Name="prefs.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\prefs.dll"/>
</Component>
<Directory Id="_120" Name="server">
<Component Guid="59b3f906-9ca6-45d2-8fb0-51e908b54ef0" Id="_121" Win64="yes">
<File KeyPath="yes" Name="jvm.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\server\jvm.dll"/>
</Component>
</Directory>
<Component Guid="7f0914e7-51ef-4e5f-8804-159ff252d7c7" Id="_122" Win64="yes">
<File KeyPath="yes" Name="splashscreen.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\splashscreen.dll"/>
</Component>
<Component Guid="68da29f0-a0df-4928-ad50-ef0eec69f0fe" Id="_123" Win64="yes">
<File KeyPath="yes" Name="syslookup.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\syslookup.dll"/>
</Component>
<Component Guid="c88a2a06-4170-4258-b984-b52c55878541" Id="_124" Win64="yes">
<File KeyPath="yes" Name="ucrtbase.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\ucrtbase.dll"/>
</Component>
<Component Guid="408f9fc6-c757-4963-80ec-175613213921" Id="_125" Win64="yes">
<File KeyPath="yes" Name="vcruntime140.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\vcruntime140.dll"/>
</Component>
<Component Guid="4a8394ed-4d8b-482b-ab61-f52ea0e2da90" Id="_126" Win64="yes">
<File KeyPath="yes" Name="vcruntime140_1.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\vcruntime140_1.dll"/>
</Component>
<Component Guid="c86ae408-ec5e-45e2-b004-4803281d5671" Id="_127" Win64="yes">
<File KeyPath="yes" Name="verify.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\verify.dll"/>
</Component>
<Component Guid="de13a439-484d-48a6-96f5-8378f7f7c090" Id="_128" Win64="yes">
<File KeyPath="yes" Name="zip.dll" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\bin\zip.dll"/>
</Component>
</Directory>
<Directory Id="_129" Name="conf">
<Component Guid="2e2d290c-e1e9-4e3c-82e2-f6b83d266a94" Id="_130" Win64="yes">
<File KeyPath="yes" Name="net.properties" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\net.properties"/>
</Component>
<Directory Id="_131" Name="security">
<Component Guid="56f1265c-de33-466a-8941-68230afc40ab" Id="_132" Win64="yes">
<File KeyPath="yes" Name="java.policy" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\security\java.policy"/>
</Component>
<Component Guid="1f28ce8f-40d9-467d-bf91-a278668989a0" Id="_133" Win64="yes">
<File KeyPath="yes" Name="java.security" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\security\java.security"/>
</Component>
<Directory Id="_134" Name="policy">
<Directory Id="_135" Name="limited">
<Component Guid="54fdebbb-6d99-444f-87f2-e1962e1b3542" Id="_136" Win64="yes">
<File KeyPath="yes" Name="default_local.policy" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\security\policy\limited\default_local.policy"/>
</Component>
<Component Guid="a2dd0147-3895-484e-97cc-224376316650" Id="_137" Win64="yes">
<File KeyPath="yes" Name="default_US_export.policy" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\security\policy\limited\default_US_export.policy"/>
</Component>
<Component Guid="1a6fb31c-03c9-40b9-8fdd-4c124a9e495e" Id="_138" Win64="yes">
<File KeyPath="yes" Name="exempt_local.policy" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\security\policy\limited\exempt_local.policy"/>
</Component>
</Directory>
<Component Guid="67061953-8c0e-42f9-b2d4-865c60a4a4dd" Id="_139" Win64="yes">
<File KeyPath="yes" Name="README.txt" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\security\policy\README.txt"/>
</Component>
<Directory Id="_140" Name="unlimited">
<Component Guid="6e9ba897-277c-4edf-b311-78a1b32e51ad" Id="_141" Win64="yes">
<File KeyPath="yes" Name="default_local.policy" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\security\policy\unlimited\default_local.policy"/>
</Component>
<Component Guid="30e0a608-e585-401b-a4dd-9eb3adc6a757" Id="_142" Win64="yes">
<File KeyPath="yes" Name="default_US_export.policy" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\security\policy\unlimited\default_US_export.policy"/>
</Component>
</Directory>
</Directory>
</Directory>
<Component Guid="171ffdb8-01a3-4bb7-bbb3-31873a162a4a" Id="_143" Win64="yes">
<File KeyPath="yes" Name="sound.properties" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\conf\sound.properties"/>
</Component>
</Directory>
<Directory Id="_144" Name="lib">
<Component Guid="66693d83-a936-4dd0-9c81-e28313bb05de" Id="_145" Win64="yes">
<File KeyPath="yes" Name="classlist" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\classlist"/>
</Component>
<Component Guid="c304d66b-54cc-4d81-a68e-3f4482543248" Id="_146" Win64="yes">
<File KeyPath="yes" Name="fontconfig.bfc" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\fontconfig.bfc"/>
</Component>
<Component Guid="eebf3670-6f5d-4978-9e2e-1daebf66252b" Id="_147" Win64="yes">
<File KeyPath="yes" Name="fontconfig.properties.src" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\fontconfig.properties.src"/>
</Component>
<Component Guid="e0b11cc3-6bbf-471d-add1-46b6888663eb" Id="_148" Win64="yes">
<File KeyPath="yes" Name="javafx-swt.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\javafx-swt.jar"/>
</Component>
<Component Guid="5594932e-dc22-4d62-b683-0ef67ccbd0c4" Id="_149" Win64="yes">
<File KeyPath="yes" Name="javafx.properties" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\javafx.properties"/>
</Component>
<Component Guid="12f6dde9-45fd-4f40-b91b-903845193e4a" Id="_150" Win64="yes">
<File KeyPath="yes" Name="jawt.lib" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\jawt.lib"/>
</Component>
<Component Guid="be96a32b-0add-4d8f-a6e2-c81ad3e816f8" Id="_151" Win64="yes">
<File KeyPath="yes" Name="jrt-fs.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\jrt-fs.jar"/>
</Component>
<Component Guid="6eb2297b-190d-4044-a8c6-c5e5b9e7045c" Id="_152" Win64="yes">
<File KeyPath="yes" Name="jvm.cfg" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\jvm.cfg"/>
</Component>
<Component Guid="c39d31f4-8eb9-4177-ab48-809104dacc41" Id="_153" Win64="yes">
<File KeyPath="yes" Name="jvm.lib" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\jvm.lib"/>
</Component>
<Component Guid="b53adbc1-5f46-4ced-b89e-8c579732886b" Id="_154" Win64="yes">
<File KeyPath="yes" Name="modules" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\modules"/>
</Component>
<Component Guid="3fe01d6c-ae7d-43d1-b163-0c96320059c3" Id="_155" Win64="yes">
<File KeyPath="yes" Name="psfont.properties.ja" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\psfont.properties.ja"/>
</Component>
<Component Guid="c74941ff-b79f-4630-b104-3e8445241407" Id="_156" Win64="yes">
<File KeyPath="yes" Name="psfontj2d.properties" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\psfontj2d.properties"/>
</Component>
<Directory Id="_157" Name="security">
<Component Guid="574440fa-d205-4c55-8125-723d94ac0654" Id="_158" Win64="yes">
<File KeyPath="yes" Name="blocked.certs" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\security\blocked.certs"/>
</Component>
<Component Guid="8fdba6dc-e4e6-44fc-9caf-f433c7c0914e" Id="_159" Win64="yes">
<File KeyPath="yes" Name="cacerts" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\security\cacerts"/>
</Component>
<Component Guid="cd898a7c-7086-4cfb-b00a-cf88acb2f0bc" Id="_160" Win64="yes">
<File KeyPath="yes" Name="default.policy" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\security\default.policy"/>
</Component>
<Component Guid="f2d66ec3-a574-4cf2-b4ad-10a5ce67a125" Id="_161" Win64="yes">
<File KeyPath="yes" Name="public_suffix_list.dat" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\security\public_suffix_list.dat"/>
</Component>
</Directory>
<Component Guid="7ca922ed-b002-4b24-958d-72cb7ad50f95" Id="_162" Win64="yes">
<File KeyPath="yes" Name="tzdb.dat" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\tzdb.dat"/>
</Component>
<Component Guid="7e847bfc-0cd6-435b-863d-c99d861aad1d" Id="_163" Win64="yes">
<File KeyPath="yes" Name="tzmappings" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\lib\tzmappings"/>
</Component>
</Directory>
<Component Guid="7a175d81-4eb2-4728-a91d-82d714ec4586" Id="_164" Win64="yes">
<File KeyPath="yes" Name="release" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\jre\release"/>
</Component>
</Directory>
<Directory Id="_165" Name="libs">
<Component Guid="32e41758-3579-41c7-af99-2ee2fc0a0597" Id="_166" Win64="yes">
<File KeyPath="yes" Name="aalto-xml-1.3.2.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\aalto-xml-1.3.2.jar"/>
</Component>
<Component Guid="ad0fddee-f1fb-4927-9b2e-5498c75e5bec" Id="_167" Win64="yes">
<File KeyPath="yes" Name="commons-compress-1.23.0.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\commons-compress-1.23.0.jar"/>
</Component>
<Component Guid="58627985-b17e-4618-81d0-127acfc95a5a" Id="_168" Win64="yes">
<File KeyPath="yes" Name="commons-io-2.13.0.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\commons-io-2.13.0.jar"/>
</Component>
<Component Guid="fbdc25b8-7378-4bdc-b1af-5a16ba745db5" Id="_169" Win64="yes">
<File KeyPath="yes" Name="commons-lang3-3.13.0.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\commons-lang3-3.13.0.jar"/>
</Component>
<Component Guid="93feacb5-e33a-4bca-a029-e3f9028a3116" Id="_170" Win64="yes">
<File KeyPath="yes" Name="fastexcel-0.15.7.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\fastexcel-0.15.7.jar"/>
</Component>
<Component Guid="37985f7e-c51d-49d6-9f77-7d457309b50f" Id="_171" Win64="yes">
<File KeyPath="yes" Name="fastexcel-reader-0.15.6.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\fastexcel-reader-0.15.6.jar"/>
</Component>
<Component Guid="1883a677-6d79-49e6-8dd8-3fe89b3e515a" Id="_172" Win64="yes">
<File KeyPath="yes" Name="javafx-base-20.0.2-win.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\javafx-base-20.0.2-win.jar"/>
</Component>
<Component Guid="130c2a94-271c-4dc3-bddc-9a2a4c49a91a" Id="_173" Win64="yes">
<File KeyPath="yes" Name="javafx-base-20.0.2.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\javafx-base-20.0.2.jar"/>
</Component>
<Component Guid="aae496bb-40c7-4524-94da-0eaa257a5fc6" Id="_174" Win64="yes">
<File KeyPath="yes" Name="javafx-controls-20.0.2-win.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\javafx-controls-20.0.2-win.jar"/>
</Component>
<Component Guid="ac75d7b8-7705-4bb2-9a8f-df69a2bcb655" Id="_175" Win64="yes">
<File KeyPath="yes" Name="javafx-controls-20.0.2.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\javafx-controls-20.0.2.jar"/>
</Component>
<Component Guid="2058dab6-9bbd-49ed-bcef-78277ee2ecbe" Id="_176" Win64="yes">
<File KeyPath="yes" Name="javafx-fxml-20.0.2-win.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\javafx-fxml-20.0.2-win.jar"/>
</Component>
<Component Guid="1496259a-70e2-44cb-8109-ed26c77b15bf" Id="_177" Win64="yes">
<File KeyPath="yes" Name="javafx-graphics-20.0.2-win.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\javafx-graphics-20.0.2-win.jar"/>
</Component>
<Component Guid="b04735b9-5295-472d-8f4b-917ef5e58b55" Id="_178" Win64="yes">
<File KeyPath="yes" Name="javafx-graphics-20.0.2.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\javafx-graphics-20.0.2.jar"/>
</Component>
<Component Guid="13442405-20c0-4cd0-9eab-49334be0edc3" Id="_179" Win64="yes">
<File KeyPath="yes" Name="log4j-api-2.20.0.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\log4j-api-2.20.0.jar"/>
</Component>
<Component Guid="87fe2548-f8b6-4214-a28a-12a550ce5b4d" Id="_180" Win64="yes">
<File KeyPath="yes" Name="log4j-core-2.20.0.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\log4j-core-2.20.0.jar"/>
</Component>
<Component Guid="3bb3885c-505b-4dd2-9c2e-379702ee6b47" Id="_181" Win64="yes">
<File KeyPath="yes" Name="opczip-1.2.0.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\opczip-1.2.0.jar"/>
</Component>
<Component Guid="45760678-0129-4e31-b65a-1a2d1d94fdb5" Id="_182" Win64="yes">
<File KeyPath="yes" Name="stax2-api-4.2.jar" Source="C:\Users\Me\CodeProjects\scheduler\app\build\app\libs\stax2-api-4.2.jar"/>
</Component>
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder"/>
<Component Guid="e435b2de-3ee5-4137-9027-96503a061b25" Id="RegistryEntries"/>
</Directory>
</Module>
</Wix>
I have the same problem. It seems the file default_local.policy appears twice, even they are two different files, they get the same "Name" attribute.
I think a change in src/main/resources/windows/msm.wxs.vtl should be done: on line 25, <File Name="${file.name}" KeyPath="yes" Source="${file}"/> should be changed to have a more unique Name, maybe "${file.name}_${id}" could be an option?
I think a change in
src/main/resources/windows/msm.wxs.vtlshould be done: on line 25,<File Name="${file.name}" KeyPath="yes" Source="${file}"/>should be changed to have a more uniqueName, maybe"${file.name}_${id}"could be an option?
No, this will not work, because the file name will also be changed. I guess the whole msm.wxs.vtl file needs to be redesigned according to the concepts mentioned in https://stackoverflow.com/questions/38790129/wix-duplicate-symbol-error, by using component groups instead of simple directories.
I think a change in
src/main/resources/windows/msm.wxs.vtlshould be done: on line 25,<File Name="${file.name}" KeyPath="yes" Source="${file}"/>should be changed to have a more uniqueName, maybe"${file.name}_${id}"could be an option?No, this will not work, because the file name will also be changed. I guess the whole
msm.wxs.vtlfile needs to be redesigned according to the concepts mentioned in https://stackoverflow.com/questions/38790129/wix-duplicate-symbol-error, by using component groups instead of simple directories.
If we change ID instead of Name, like this: <File Name="${file.name}" KeyPath="yes" Source="${file}" Id="${file.name}_${id}/>. Our problem is different files with the same name, not the same file in different locations. What do you think?
I also ran into this issue just now. To be honest i have no idea what the ID-attribute is for in an MSI internally. But i can try this change and report if it solves the issue and if it affects the install/update-process in any way
I added a custom msm.wxs.vtl template to a project and modified the line like this:
<File Name="${file.name}" KeyPath="yes" Source="${file}" Id="${file.name.replaceAll("^[^A-Za-z_]", "_").replaceAll("[^A-Za-z0-9_.]", "_")}_${id}"/>
(the replaceing is to comply with 'Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_), or periods (.). Every identifier must begin with either a letter or an underscore.')
this works, and and update installation also works.
I added a custom
msm.wxs.vtltemplate to a project and modified the line like this:<File Name="${file.name}" KeyPath="yes" Source="${file}" Id="${file.name.replaceAll("^[^A-Za-z_]", "_").replaceAll("[^A-Za-z0-9_.]", "_")}_${id}"/>(the replaceing is to comply with 'Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_), or periods (.). Every identifier must begin with either a letter or an underscore.')
this works, and and update installation also works.
Patch added to issue-413 branch. Thanks!
I just tested this change and it's not working for me. This happens to me when I install my app using the generated MSI installer:
And the app doesn't run.
Maybe I missed something?
No, this will not work, because the file name will also be changed.
Yep @kovzol ! You were right. Sorry, I missed your comments. Thx!
Sorry, I was wrong ... I was using the wrong template on my sample project 😅
Ok, now it's working but candle and light throw some warning messages:
[INFO] Generating MSI merge module...
[INFO] WXS file generated in C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs!
[INFO] Compiling file C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs
[INFO] Executing command: cmd.exe /s /c "candle -out C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wixobj C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs"
[INFO] Windows Installer XML Toolset Compiler version 3.14.1.8722
[INFO] Copyright (c) .NET Foundation and contributors. All rights reserved.
[INFO]
[INFO] HelloWorldMaven.msm.wxs
[INFO] WIXOBJ file generated in C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wixobj!
[INFO] Linking file C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wixobj
[INFO] Executing command: cmd.exe /s /c "light -spdb -out C:\Users\fvarrui\GitHub\HelloWorldMaven\target\HelloWorldMaven_1.0.0.msm C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wixobj"
[INFO] Windows Installer XML Toolset Linker version 3.14.1.8722
[INFO] Copyright (c) .NET Foundation and contributors. All rights reserved.
[INFO]
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(21) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _7.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(24) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _8.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(27) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _9.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(33) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _11.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(45) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _15.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(51) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _17.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(54) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _18.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(57) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _19.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(60) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _20.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(63) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _21.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(66) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _22.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(69) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _23.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(72) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _24.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(75) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _25.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(78) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _26.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(81) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _27.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(90) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _30.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(93) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _31.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(102) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _34.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(105) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _35.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(108) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _36.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(120) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _40.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(123) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _41.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(126) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _42.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(129) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _43.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(141) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _47.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(22) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_console_l1_1_0.dll_7.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(25) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_console_l1_2_0.dll_8.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(28) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_datetime_l1_1_0.dll_9.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(34) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_errorhandling_l1_1_0.dll_11.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(46) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_handle_l1_1_0.dll_15.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(52) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_interlocked_l1_1_0.dll_17.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(55) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_libraryloader_l1_1_0.dll_18.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(58) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_localization_l1_2_0.dll_19.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(61) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_memory_l1_1_0.dll_20.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(64) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_namedpipe_l1_1_0.dll_21.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(67) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_processenvironment_l1_1_0.dll_22.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(70) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_processthreads_l1_1_0.dll_23.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(73) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_processthreads_l1_1_1.dll_24.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(76) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_profile_l1_1_0.dll_25.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(79) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_rtlsupport_l1_1_0.dll_26.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(82) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_string_l1_1_0.dll_27.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(91) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_sysinfo_l1_1_0.dll_30.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(94) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_timezone_l1_1_0.dll_31.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(103) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_convert_l1_1_0.dll_34.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(106) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_environment_l1_1_0.dll_35.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(109) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_filesystem_l1_1_0.dll_36.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(121) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_multibyte_l1_1_0.dll_40.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(124) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_private_l1_1_0.dll_41.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(127) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_process_l1_1_0.dll_42.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(130) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_runtime_l1_1_0.dll_43.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.msm.wxs(142) : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_utility_l1_1_0.dll_47.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] MSI merge module generated in C:\Users\fvarrui\GitHub\HelloWorldMaven\target\HelloWorldMaven_1.0.0.msm!
[INFO]
[INFO] Generating MSI installer...
[INFO] MSM file generated in C:\Users\fvarrui\GitHub\HelloWorldMaven\target\HelloWorldMaven_1.0.0.msm
[INFO] WXS file generated in C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.wxs!
[INFO] Compiling file C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.wxs
[INFO] Executing command: cmd.exe /s /c "candle -out C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.wixobj C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.wxs"
[INFO] Windows Installer XML Toolset Compiler version 3.14.1.8722
[INFO] Copyright (c) .NET Foundation and contributors. All rights reserved.
[INFO]
[INFO] HelloWorldMaven.wxs
[INFO] WIXOBJ file generated in C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.wixobj!
[INFO] Linking file C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.wixobj
[INFO] Executing command: cmd.exe /s /c "light -spdb -out C:\Users\fvarrui\GitHub\HelloWorldMaven\target\HelloWorldMaven_1.0.0.msi C:\Users\fvarrui\GitHub\HelloWorldMaven\target\assets\HelloWorldMaven.wixobj"
[INFO] Windows Installer XML Toolset Linker version 3.14.1.8722
[INFO] Copyright (c) .NET Foundation and contributors. All rights reserved.
[INFO]
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_console_l1_1_0.dll_7.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_console_l1_2_0.dll_8.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_datetime_l1_1_0.dll_9.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_errorhandling_l1_1_0.dll_11.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_handle_l1_1_0.dll_15.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_interlocked_l1_1_0.dll_17.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_libraryloader_l1_1_0.dll_18.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_localization_l1_2_0.dll_19.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_memory_l1_1_0.dll_20.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_namedpipe_l1_1_0.dll_21.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_processenvironment_l1_1_0.dll_22.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_processthreads_l1_1_0.dll_23.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_processthreads_l1_1_1.dll_24.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_profile_l1_1_0.dll_25.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_rtlsupport_l1_1_0.dll_26.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_string_l1_1_0.dll_27.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_sysinfo_l1_1_0.dll_30.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_core_timezone_l1_1_0.dll_31.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_convert_l1_1_0.dll_34.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_environment_l1_1_0.dll_35.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_filesystem_l1_1_0.dll_36.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_multibyte_l1_1_0.dll_40.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_private_l1_1_0.dll_41.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_process_l1_1_0.dll_42.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_runtime_l1_1_0.dll_43.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): api_ms_win_crt_utility_l1_1_0.dll_47.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _7.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _8.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _9.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _11.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _15.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _17.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _18.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _19.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _20.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _21.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _22.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _23.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _24.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _25.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _26.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _27.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _30.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _31.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _34.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _35.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _36.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _40.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _41.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _42.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _43.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[INFO] light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: Component, Column: KeyPath, Key(s): _47.E1F05397_66E8_42EC_9BD2_666C1FB25BCE
[WARNING] No signing configuration found
[INFO] MSI installer generated in C:\Users\fvarrui\GitHub\HelloWorldMaven\target\HelloWorldMaven_1.0.0.msi!
Not sure if it would be a good idea, but I'm going to supress all warning messages (-swall param) ... what you don't know can't hurt you 😆 (very professional)
-swall parameter is deprecated, so I finally just omitted this warning mesage (light.exe : warning LGHT1076 : ICE03: String overflow (greater than length permitted in column)) using -sw1076
It seems all is working fine now, so I've just merged branch issue-370 into devel, ready to be released to Maven Central
v1.7.6 released to Maven Central