What is the best way to create MSI package to deploy a registry key over a network, rather than using GPO.
|
There are many tools for building MSIs. I prefer Advanced Installer, which is available as a freeware version. Advanced Installer allows you to manually input registry keys/values, or import them from a file or live registry. It is quite simple to use. Alternatively, if you don't need an MSI, you can easily manipulate the registry from the command line using the Windows utility |
|||||||
|
|
I wouldn't use an MSI to deploy registry settings. An MSI pointed at system settings is a "loose cannon". The MSI thinks it "owns" the key and will be trigger happy removing or reverting it. Here are some details:
Those were just the few off the top of my head that I can provide. |
|||||||
|
|
You could always add it via a logon script, or whip up a script that uses psexec to deploy it via the command line remotely? |
|||||
|