Giter Site home page Giter Site logo

Comments (3)

steveway avatar steveway commented on September 3, 2024

Ah yes, we are always writing to the same registry entry with the Installer.
https://github.com/steveway/papagayo-ng/blob/master/papagayo-ng.nsi
I guess we need to modify our script to also insert the version information.
The usage is explained here kinda:
https://nsis.sourceforge.io/mediawiki/index.php?title=Add_uninstall_information_to_Add/Remove_Programs&oldid=25114
Since during the packaging with PyInstaller we add the version to the .exe file we can get the version from that.
Apparently NSIS has the command getdllversion for that:
https://nsis.sourceforge.io/Docs/Chapter5.html#ppgetdllversion
This should give each version its own entry for the programs and features, but it will still give problems when you install the same version multiple times.
So I guess we would also need to check if that registry key exists for that version already during install and stop the installation then.

from papagayo-ng.

Hunanbean avatar Hunanbean commented on September 3, 2024

Perhaps when reinstalling the same version it could trigger a notification and allow overwrite.

from papagayo-ng.

Hunanbean avatar Hunanbean commented on September 3, 2024

Apologies for the long absence. I am now entirely on Linux, so i would not be able to tell if this issue is resolved.

from papagayo-ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.