HomeSort by relevance Sort by last modified time
    Searched refs:whichusers (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 438 ("WhichUsers", "ALL")
641 # WhichUsers Dialog. Only available on NT, and for privileged users.
651 whichusers = PyDialog(db, "WhichUsersDlg", x, y, w, h, modal, title,
653 whichusers.title("Select whether to install [ProductName] for all users of this computer.")
655 g = whichusers.radiogroup("AdminInstall", 15, 60, 260, 50, 3,
656 "WhichUsers", "", "Next")
660 whichusers.back("Back", None, active=0)
662 c = whichusers.next("Next >", "Cancel")
663 c.event("[ALLUSERS]", "1", 'WhichUsers="ALL"', 1)
666 c = whichusers.cancel("Cancel", "AdminInstall"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 438 ("WhichUsers", "ALL")
641 # WhichUsers Dialog. Only available on NT, and for privileged users.
651 whichusers = PyDialog(db, "WhichUsersDlg", x, y, w, h, modal, title,
653 whichusers.title("Select whether to install [ProductName] for all users of this computer.")
655 g = whichusers.radiogroup("AdminInstall", 15, 60, 260, 50, 3,
656 "WhichUsers", "", "Next")
660 whichusers.back("Back", None, active=0)
662 c = whichusers.next("Next >", "Cancel")
663 c.event("[ALLUSERS]", "1", 'WhichUsers="ALL"', 1)
666 c = whichusers.cancel("Cancel", "AdminInstall"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 438 ("WhichUsers", "ALL")
641 # WhichUsers Dialog. Only available on NT, and for privileged users.
651 whichusers = PyDialog(db, "WhichUsersDlg", x, y, w, h, modal, title,
653 whichusers.title("Select whether to install [ProductName] for all users of this computer.")
655 g = whichusers.radiogroup("AdminInstall", 15, 60, 260, 50, 3,
656 "WhichUsers", "", "Next")
660 whichusers.back("Back", None, active=0)
662 c = whichusers.next("Next >", "Cancel")
663 c.event("[ALLUSERS]", "1", 'WhichUsers="ALL"', 1)
666 c = whichusers.cancel("Cancel", "AdminInstall"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 438 ("WhichUsers", "ALL")
641 # WhichUsers Dialog. Only available on NT, and for privileged users.
651 whichusers = PyDialog(db, "WhichUsersDlg", x, y, w, h, modal, title,
653 whichusers.title("Select whether to install [ProductName] for all users of this computer.")
655 g = whichusers.radiogroup("AdminInstall", 15, 60, 260, 50, 3,
656 "WhichUsers", "", "Next")
660 whichusers.back("Back", None, active=0)
662 c = whichusers.next("Next >", "Cancel")
663 c.event("[ALLUSERS]", "1", 'WhichUsers="ALL"', 1)
666 c = whichusers.cancel("Cancel", "AdminInstall"
    [all...]

Completed in 72 milliseconds