VisualCpp.org Collection of Visual C++ Stuffs

27Feb/08Off

How to install registry .reg file silently?

Regedit come with \s option which help you to install registry silently without any user intervention.

e.g.

ShellExecute(NULL,"Regedit.exe /s myreg.reg",....);

Filed under: General, System Comments Off