Can you tell me how SetupBuilder behaves with regard setting the registry entry SharedDLLs for files it installs and uninstalls.

1. if I go to install a DLL (with check version set), and SB finds it does
not need to actually install the file, does the counter get incremented?

2. if I go to install a DLL (with ALWAYS set), then I guess SB will
increment the counter?

3. When SB is told uninstall a DLL, I guess that if counter is > 1
then the counter is decreased by 1 but the file not removed?

4. When SB is told to uninstall a DLL, if counter is 1 then
I guess SB will remove the file and the registry entry??


(I find that in my registry some counters for MY software have high values due to me having installed it many times (using previous installer)).