I am using the setup and deployment for a visual basic .net project. When I install the program I need to create a few registry values in the users registry. The problem is that I need one of them to be a multi-string value and I cannot find that value type. All the values I found are string, environment string, binary, and dword. How do I create a registry value of multi-string? Any help is greatly appreciated. Thankyou