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.

24 lines
1.2 KiB

  1. ----------------------------------------------------------------------
  2. How to build xenrlinf.cab:
  3. 1) Make your changes to xenroll.inf and check it in so we'll have it.
  4. The only reason I know of to change this file is when the list of
  5. platforms we support changes.
  6. 2) Use cabarc.exe to put the xenroll.inf in a cab. You need to leave
  7. some space for the signature. I have no idea how much is really
  8. necessary, but the cabarc help mentions 6K. If you determine a
  9. better size, please update this file. I have checked in cabarc.exe
  10. because it's not a standard tool, but you should be able to get
  11. this from a variety of places (ie, the Cabinet SDK).
  12. cabarc -s 6144 n xenrlinf.cab xenroll.inf xenroll.cat
  13. 3) Get the cab signed the same way a dll gets signed. I have included
  14. the list.txt file I used. If you change it, update it here and
  15. check it in too. See http://prslab/codesign for more info.
  16. 4) Check the new signed cab into nt\ds\security\services\ca\certweb.
  17. The cab will be grabbed from this directory during the build
  18. (along with the rest of the web pages).
  19. ----------------------------------------------------------------------