Trouble with multi-string value

bjay55

Active member
Joined
Mar 19, 2005
Messages
25
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
 
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.
 
Back
Top