< prev index next >

src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WinMsiBundler.java

Print this page

        

*** 236,245 **** --- 236,250 ---- @Override public boolean supported(boolean platformInstaller) { return isSupported(); } + @Override + public boolean isDefault() { + return false; + } + public static boolean isSupported() { try { validateWixTools(); return true; } catch (ConfigException ce) {
*** 1166,1171 **** --- 1171,1177 ---- } catch (IOException e) { Log.verbose(e); } } + }
< prev index next >