Is anyone packaging the JRE in a RCP installer using Netbeans 11.1 following these instructions? https://dzone.com/articles/including-jre-in-nbi
While this works fine under Linux , the Windows uninstaller does not delete some of the JRE files. C:\Program Files\rcpapp>dir /s /b C:\Program Files\rcpapp\jre C:\Program Files\rcpapp\jre\ASSEMBLY_EXCEPTION C:\Program Files\rcpapp\jre\lib C:\Program Files\rcpapp\jre\LICENSE C:\Program Files\rcpapp\jre\THIRD_PARTY_README C:\Program Files\rcpapp\jre\lib\cmm C:\Program Files\rcpapp\jre\lib\currency.data C:\Program Files\rcpapp\jre\lib\fontconfig.bfc C:\Program Files\rcpapp\jre\lib\management C:\Program Files\rcpapp\jre\lib\cmm\CIEXYZ.pf C:\Program Files\rcpapp\jre\lib\cmm\GRAY.pf C:\Program Files\rcpapp\jre\lib\cmm\LINEAR_RGB.pf C:\Program Files\rcpapp\jre\lib\cmm\PYCC.pf C:\Program Files\rcpapp\jre\lib\cmm\sRGB.pf C:\Program Files\rcpapp\jre\lib\management\jmxremote.password.template C:\Program Files\rcpapp\jre\lib\management\snmp.acl.template Any ideas on why these files are not deleted? Could it be the INITIAL_DELAY is too short in the cleaner.exe? https://github.com/apache/netbeans/blob/0580490be48a9a2ec6279218fd0e39561affdab8/nbi/engine/native/cleaner/windows/src/main.c#L28 Thanks, Christian
