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 what I'm trying to add:

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

I'll then push out the msi through group policy.
 
Back
Top