Hi,
There is a strange behavior in my setup and I hope you can help...
I have a DLL that is part of a package in the setup project.
In the advanced options, I set to "Shared Files" to use the "usage counter".
The setup.exe installs a DLL into the director, the user specifies.
So far so good.
But if I run the uninstaller (from the system's "remove programs")
the DLL is not deleted. Even if the setup is run only once (so the usage counter should be '1').
Any ideas how to figure out the reason for this behaviour?
Where can I see/edit the usage counter for a specific file?
This problem occurs with any file I want to install with "Shared file" enabled.
Thank you in advance!
There is a strange behavior in my setup and I hope you can help...
I have a DLL that is part of a package in the setup project.
In the advanced options, I set to "Shared Files" to use the "usage counter".
The setup.exe installs a DLL into the director, the user specifies.
So far so good.
But if I run the uninstaller (from the system's "remove programs")
the DLL is not deleted. Even if the setup is run only once (so the usage counter should be '1').
Any ideas how to figure out the reason for this behaviour?
Where can I see/edit the usage counter for a specific file?
This problem occurs with any file I want to install with "Shared file" enabled.
Thank you in advance!
Comment