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.

15 lines
833 B

  1. ; This is also broken because we can take parts of keys, like just the EDITFLAGS
  2. ; Also, when we get uninstalled, we'll rip all these out, whether we have them or not
  3. HKLM,"%KEY_WAB32_CONTACTCLIENT%",,2,%KEY_WAB32_WAB%
  4. HKCR,".vcf",,2,"vcard_wab_auto_file"
  5. HKCR,".vcf","Content Type",2,"text/x-vcard"
  6. HKCR,"MIME\Database\Content Type\text/x-vcard","Extension",2,".vcf"
  7. HKCR,".p7c",,2,"certificate_wab_auto_file"
  8. HKCR,".p7c","Content Type",2,"application/pkcs7-mime"
  9. HKCR,".p7b",,2,"certificate_wab_auto_file"
  10. HKCR,".p7b","Content Type",2,"application/pkcs7-mime"
  11. HKCR,"MIME\Database\Content Type\application/pkcs7-mime","Extension",2,".p7c"
  12. HKCR,"ldap",,2,"%STR_WAB32_LDAPURL%"
  13. HKCR,"ldap","EditFlags",3,02,00,00,00
  14. HKCR,"ldap","%KEY_WAB32_URLPROTOCOL%",2,""
  15. HKCR,"ldap\shell\open\command",,2,"""%WAB_EXE%"" /ldap:%%1"