How to create a .msi file to add a registry key

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

How do I go about creating a .msi file that creates a registry entry?

Thanks in advance
Kevin Whitted
 
This is what I'm trying to create:

[HKEY_CURRENT_USER\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
"KeyboardDelay"="1"
"KeyboardSpeed"="80"

Then I'm planning on pushing it via Group Policy to all users. My DC's are
2000 and the clients are XP SP1.

Thanks!
 
Back
Top