Searched refs:setNewMacro (Results 1 – 5 of 5) sorted by relevance
61 public static void setNewMacro(String key, String value) { in setNewMacro() method in SetupDataProvider62 productData.setNewMacro(key, value); in setNewMacro()
68 public void setNewMacro(String key, String value) { in setNewMacro() method in ProductDescription
143 … SetupDataProvider.setNewMacro("DIR", dir); // important for string replacement in duringShow()
130 …SetupDataProvider.setNewMacro("DIR", installDefaultDir.getPath()); // important for string replace… in afterShow()
222 …SetupDataProvider.setNewMacro("DIR", installData.getInstallDefaultDir()); // important for string … in checkForNewerVersion()
Completed in 76 milliseconds