MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: DEVCON.EXE[Next]: Driver Install Frameworks (DIFxAPP)
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Tips and Tricks->Tools->DTREG.EXE

DTREG.EXE

This is a tool which allows quite good command line registry manipulation and is available from "http://www.tamedos.com/downloads/downloads.htm".

DTREG.EXE /?


DTREG v1.0t - Batch access to the NT registry.
Copyright 1994-2001 by David G. Thomas

Syntax: DtReg {options}

General Options:
    -?
    @option_file
    -InputFile option_filename
    -Verbose
    -Quiet
    -ExpandEnvironmentValues

Registry Keys and Values:
    -AddKey keyname ...
    -Deletevalue name ...
    -DeleteKey name ...
    -DeleteTree name ...
    -CheckKey name ...
    -RestoreKey filename keyname
    -SaveKey filename keyname
    -Set [type] name=value name=value ...
    -QuerySet name
    -List valuename
    -ListValue valuename
    -ComputerName computer_name
    -ValueDeLiMiter character

User / Machine Environment:
    -EnvLoad bat_file
    -EnvSet name=value name=value ...
    -EnvPathAdd dir ...
    -EnvPathDelete dir ...
    -PATH
    -MachineEnvLoad bat_file
    -MachineEnvSet name=value ...
    -MachineEnvPathAdd dir ...
    -MachineEnvPathDelete dir ...

Name specification:
    \root\item\name - Registry path; Root may be User, Users or Machine
                      Root may also be HKCU,HKU,HKLM,HKCR,HKCC or HKDD
    \path\    - Sets the default key that subsequent names are in
    \\machine\root\item\name - Registry path name on a different computer

Data Types:  REG_SZ, REG_DWORD, REG_EXPAND_SZ, REG_MULTI_SZ or REG_BINARY
             The first character in a REG_MULTI_SZ string is the line delimiter

Note:        All options may be abbreviated.
             The abbreviated form is indicated with upper case letters.


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: DEVCON.EXE[Next]: Driver Install Frameworks (DIFxAPP)


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Saturday May 28 2022 at 3:11pm
Visit MAKEMSI's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.