common files registry settings????
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all! Can someone explain the way the registry entries are handled for common files? I'm using SuperPIMP installer from Nullsoft (opensource!) and I need to install some common files. I think I have to add the functionality into the installer. I think you add 1 to the proper key if it's already installed and create the key when it hasn't been installed yet. Then when you uninstall it, you decrement the key if the value is greater that 1 and delete the key if your program is the only one using it. Is this correct? BTY, I highly recommend SuperPIMP! It's the best freeware installer out there. It has the most features, it's compact, and it comes with source included! Who could ask for more? Hats off to Justin Frankel!