Redistributing the Device Update Script Compiler

The device update script compiler, dusc.exe can be redistributed to support third-party script authoring.

To redistribute the Device Update script compiler

  1. On a development machine with the Windows Embedded Studio tools installed, navigate to the \Program Files\Windows Embedded\bin directory.

  2. Copy the following files to removable media or a network install location:

    \Program Files\Windows Embedded\bin\DUSC.exe

    \Program Files\Windows Embedded\bin\DUSCAUT.dll

  3. On the script-authoring machine, create a \DUSC directory.

  4. Copy Dusc.exe and Duscaut.dll to \DUSC.

  5. To register DUSCAUT.dll, navigate to the DUSC directory and type regsvr32 duscaut.dll at a command prompt.

    The Device Update script compiler is now accessible as Dusc.exe in the \DUSC directory.

See Also

DUA Script Compiler Commands | Device Update Script

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.