bjay55 Posted May 1, 2005 Posted May 1, 2005 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 Quote
bjay55 Posted May 2, 2005 Author Posted May 2, 2005 Solved I figured out how to get the multi-string value. What I did is put [~] between each string in the value property of the registry value. When installed the key value is of type REG_MULTI_SZ. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.