Leaked source code of windows server 2003
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.

50 lines
1.5 KiB

  1. ;; --------------------------------------------------------------------
  2. ;; --------------------------------------------------------------------
  3. [APPWIZ]
  4. ; DumpFlags:
  5. ; 00000001
  6. DumpFlags=0x00000000
  7. ; TraceFlags:
  8. ; 00000001 Warnings
  9. ; 00000002 Errors
  10. ; 00000004 General
  11. ; 00000008 Function trace/ATL spew TF_ATL
  12. ; 00000010 Object lifetime TF_OBJLIFE
  13. ; 00000020 DSO stuff TF_DSO
  14. ; 00000040 Find app heuristic TF_FINDAPP
  15. ; 00000080 Install app stuff TF_INSTAPP
  16. ; 00000100 Slow find stuff TF_SLOWFIND
  17. ; 00000200 Background Tasks TF_TASKS
  18. ; 00000400 ActiveX Control spew TF_CTL
  19. ; 00000800 Verbose HTML stuff TF_VERBOSEDSO
  20. TraceFlags=0x0000000F
  21. ; BreakFlags:
  22. ; 00000001 Break on ASSERTs
  23. ; 00000002 Break on API enter
  24. ; 00000004 Break on error messages (TF_ERROR)
  25. ; 00000008 Break on warning messages (TF_WARNING)
  26. ; 00000010 Break on DLL load
  27. ; 00000100 Break if THR macro encounters a failure BF_THR
  28. ; 00000200 Break on RIPs
  29. BreakFlags=0x00000201
  30. ; Function traces:
  31. FuncTraceFlags=0x00000000
  32. ; Prototype flags:
  33. ; 00000001 Show new UI even on NT4 PF_NEWADDREMOVE
  34. ; 00000002 Don't do security check PF_NOSECURITYCHECK
  35. ; 00000004 Only pretend to uninstall apps PF_FAKEUNINSTALL
  36. Prototype=0x00000002
  37. ; Profile flags:
  38. Profile=0x00000000