At the moment, the Setup just inculdes all DLLs from Release directory, which works fine, but has the following issue:
A user installs a version of HugeJsonViewer with an old version of DevExpress. The old DevExpress DLLs will be copied into the installation folder.
The user then installs an update of HugeJsonViewer. This will copy new DevExpress DLLs into the installation directory, but not delete the old files.
Workaround:
uninstall
delete installation directory
reinstall
For convenience, this behavior should be fixed, e.g. HugeJsonViewer uninstalls itself first, which will remove the old files and then installs with the new files
At the moment, the Setup just inculdes all DLLs from Release directory, which works fine, but has the following issue:
Workaround:
For convenience, this behavior should be fixed, e.g. HugeJsonViewer uninstalls itself first, which will remove the old files and then installs with the new files