[0.17.35] Installer entries in Windows control panel incomplete
Posted: Thu May 02, 2019 4:23 pm
This is only a minor, cosmetic annoyance. In the Windows control panel, this is how the Factorio installer looks like:
![Image](https://forums.factorio.com/images/ext/cccaf1f1a8d2f5fe0ab8262579c251b5.jpg)
Note the "Factorio version number" string in the name column, and the empty columns. Also, the version number doesn't reflect the actual installed version, as it isn't updated by the automatic updater.
And this is how it should ideally look, with adjusted name entry, publisher, and version number:
![Image](https://forums.factorio.com/images/ext/9b888eae894ea8818ad97551e3577398.jpg)
The Windows registry keys to adjust are located in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Factorio_is1
The 3 relevant key strings are:
The DisplayVersion string should ideally be updated by the automatic updater too.
![Image](https://forums.factorio.com/images/ext/cccaf1f1a8d2f5fe0ab8262579c251b5.jpg)
Note the "Factorio version number" string in the name column, and the empty columns. Also, the version number doesn't reflect the actual installed version, as it isn't updated by the automatic updater.
And this is how it should ideally look, with adjusted name entry, publisher, and version number:
![Image](https://forums.factorio.com/images/ext/9b888eae894ea8818ad97551e3577398.jpg)
The Windows registry keys to adjust are located in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Factorio_is1
The 3 relevant key strings are:
- DisplayName (to modify to display 'Factorio' only)
- DisplayVersion (to be added)
- Publisher (to be added)
The DisplayVersion string should ideally be updated by the automatic updater too.