Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB

  1. Dialog_ Control_ Action Condition
  2. s72 s50 s50 s255
  3. ControlCondition Dialog_ Control_ Action Condition
  4. CustomCompleteDialog CompleteText Hide InstallMode <> "Complete"
  5. CustomCompleteDialog CompleteText Show InstallMode = "Complete"
  6. CustomCompleteDialog CustomText Hide InstallMode <> "Custom"
  7. CustomCompleteDialog CustomText Show InstallMode = "Custom"
  8. CustomCompleteDialog TypicalText Hide InstallMode <> "Typical"
  9. CustomCompleteDialog TypicalText Show InstallMode = "Typical"
  10. FastMaintenanceDialog Text Hide RESUME
  11. FastMaintenanceDialog Text Show NOT RESUME
  12. FastMaintenanceDialog Text2 Hide NOT RESUME
  13. FastMaintenanceDialog Text2 Show RESUME
  14. FirstRun PIDE Hide ProductID
  15. FirstRun PIDQ Hide ProductID
  16. IdentityDialog PIDE Hide ProductID
  17. IdentityDialog PIDQ Hide ProductID
  18. LicenseDialog Next Default Accept = "Yes"
  19. LicenseDialog Next Disable Accept <> "Yes"
  20. LicenseDialog Next Enable Accept = "Yes"
  21. SelectionDialog Browse Hide Installed
  22. SelectionDialog LocationFrame Hide Installed
  23. SelectionDialog LocationPath Hide Installed
  24. SelectionDialog LocationText Hide Installed
  25. VerifyReadyDialog Text Hide RESUME
  26. VerifyReadyDialog Text Show NOT RESUME
  27. VerifyReadyDialog Text2 Hide NOT RESUME
  28. VerifyReadyDialog Text2 Show RESUME