Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...