equal
deleted
inserted
replaced
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"); |