Changes
no edit summary
You can use regedit to 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].
<package
id="sample_registry"
name="Shows a registry entry"
revision="1"
priority="0"
execute="once">
<install cmd='regedit /s "%SOFTWARE%\test_registry.reg"' />
</package>
And the sample file:
<code>test_registry.reg</code>:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Test]
"Test Setting"=dword:00000001
Normally, you would export this from regedit.exe.
----
[[Category: Silent Installers]]
[[Category: Changing Windows settings]]
[http://www.winguides.com/registry/ registry tweaks for various Windows settings].
<package
id="sample_registry"
name="Shows a registry entry"
revision="1"
priority="0"
execute="once">
<install cmd='regedit /s "%SOFTWARE%\test_registry.reg"' />
</package>
And the sample file:
<code>test_registry.reg</code>:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Test]
"Test Setting"=dword:00000001
Normally, you would export this from regedit.exe.
----
[[Category: Silent Installers]]
[[Category: Changing Windows settings]]