I've created a .msi for my class libraries. It includes registry entries into:
HKEY_LOCAL_MACHINE
Software
Microsoft
.NETFramework
AssemblyFolders
Leader
v2.0.50727\AssemblyFoldersEX
Leader
Each of the above items is a KEY that I added to the Registry (Setup) pane. I then adda string value, that I name(Default), with the value of where the libraries are located.
Problem:
When installing, I get 2 entries in the Leader key:
My assumption is that the first (Default) is created automatically when the new key "Leader" is added.
Questions:
- How can I make the string value entry overwrite this automatically created default entry?
-
Or is it that I'm just entering something incorrectly?
Thank You! Tonya