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.

26 lines
1.4 KiB

  1. Building the setup binaries and the dsclient.exe cabinet file:
  2. ////////////////////////////////////////////////////////////////////////////////////////////////
  3. BUILDING THE SETUP BINARIES:
  4. The source files for setup.exe and dscsetup.dll are also available in the dsclientNT4\setup directory.
  5. To build them start up a normal razzle window and from %sdxroot%\admin\dsclientNT4 type buildsetup.cmd.
  6. The binaries will be built and copied to the binaries\usa directory.
  7. ////////////////////////////////////////////////////////////////////////////////////////////////
  8. ////////////////////////////////////////////////////////////////////////////////////////////////
  9. GENERATING THE CABINET FILES:
  10. The makedsclient.cmd works as follows (where <loc> = usa, jpn, cht, etc.):
  11. All binaries that will be packaged must be in a loc directory under dsclientNT4\binaries\<loc>
  12. All help files must be in dsclientNT4\help\<loc>
  13. All cab generation files (sed, inf, EULA.txt) must be in dsclientNT4\package\<loc>
  14. Makedsclient <loc> (if <loc> is not specified it defaults to usa) will create a directory
  15. called dsclientNT4\release\<loc> and copy all binaries, help, and package files.
  16. It then runs iexpress to generate the adsix86.exe and dsclient.exe cabs.
  17. The final deliverable will be found at %sdxroot%\admin\dsclientNT4\release\<loc>\dsclient.exe
  18. /////////////////////////////////////////////////////////////////////////////////////////////////