equal
deleted
inserted
replaced
260 Log.verbose(MessageFormat.format( |
260 Log.verbose(MessageFormat.format( |
261 I18N.getString("message.tool-version"), |
261 I18N.getString("message.tool-version"), |
262 toolName, version)); |
262 toolName, version)); |
263 return version; |
263 return version; |
264 } catch (Exception e) { |
264 } catch (Exception e) { |
265 if (Log.isDebug()) { |
265 Log.verbose(e); |
266 Log.verbose(e); |
|
267 } |
|
268 return null; |
266 return null; |
269 } |
267 } |
270 } |
268 } |
271 |
269 |
272 public static boolean validateWixTools() { |
270 public static boolean validateWixTools() { |