Changes

Adding Registry Settings

26 bytes added, 13:02, 4 February 2008
m
no edit summary
You can use regedit to silently import registry settings. This can be useful to setup defaults for applications, or apply
[http://www.winguides.com/registry/ registry tweaks for various Windows settings].
<presource lang="xml">
<package
id="sample_registry"
<install cmd='regedit /s "%SOFTWARE%\test_registry.reg"' />
</package>
</presource>
And the sample file: