src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WinMsiBundler.java
branchJDK-8200758-branch
changeset 57473 3ef9726d7eec
parent 57438 4a31db8d42bd
child 57743 8d6f0aff03fc
equal deleted inserted replaced
57456:76d87da1e9f1 57473:3ef9726d7eec
  1037 
  1037 
  1038         commandLine.add(getLightPath());
  1038         commandLine.add(getLightPath());
  1039 
  1039 
  1040         commandLine.add("-nologo");
  1040         commandLine.add("-nologo");
  1041         commandLine.add("-spdb");
  1041         commandLine.add("-spdb");
  1042         commandLine.add("-sice:60");
  1042         if (!MSI_SYSTEM_WIDE.fetchFrom(params)) {
  1043                 // ignore warnings due to "missing launcguage info" (ICE60)
  1043             commandLine.add("-sice:ICE91");
       
  1044         }
  1044         commandLine.add(candleOut.getAbsolutePath());
  1045         commandLine.add(candleOut.getAbsolutePath());
  1045         commandLine.add("-ext");
  1046         commandLine.add("-ext");
  1046         commandLine.add("WixUtilExtension");
  1047         commandLine.add("WixUtilExtension");
  1047         if (enableLicenseUI || enableInstalldirUI) {
  1048         if (enableLicenseUI || enableInstalldirUI) {
  1048             commandLine.add("-ext");
  1049             commandLine.add("-ext");