Lines Matching refs:ver
337 for ver in self.versions:
338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
339 machine_reg = "python.machine." + ver
340 user_reg = "python.user." + ver
341 machine_prop = "PYTHON.MACHINE." + ver
342 user_prop = "PYTHON.USER." + ver
343 machine_action = "PythonFromMachine" + ver
344 user_action = "PythonFromUser" + ver
345 exe_action = "PythonExe" + ver
346 target_dir_prop = "TARGETDIR" + ver
347 exe_prop = "PYTHON" + ver
375 [("Python" + ver, 0, "NOT TARGETDIR" + ver)])
382 for ver in self.versions + [self.other_version]:
383 install_action = "install_script." + ver
384 exe_prop = "PYTHON" + ver
388 [(install_action, "&Python%s=3" % ver, start)])
604 ver = self.other_version
605 install_other_cond = "FEATURE_SELECTED AND &Python%s=3" % ver
606 dont_install_other_cond = "FEATURE_SELECTED AND &Python%s<>3" % ver
616 "TARGETDIR" + ver, None, "Next", None)