0.91 MSI Installer Missing "InstallLocation", Side By Side Installations Allowed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Triaged
|
Low
|
Unassigned |
Bug Description
Installing the Inkscape MSI (x86 or x64) creates the appropriate registry entry under HKEY_LOCAL_
Installations are allowed side by side in that if the 32-bit MSI installer (inkscape-0.91.msi) is run on an endpoint with 0.48.5 installed (Inkscape-
Installing Inkscape 0.91 EXE (Inkscape-
Finally, adding in a differentiating mark in the registry that would be outwardly visible as well (altering the "DisplayName" registry value at the aforementioned uninstall key possibly) would be a nice-to-have feature. Displaying "Inkscape 0.91 (64-bit)" if the 64-bit MSI was used for install?
Operating systems impacted:
Windows Vista (x86, x64)
Windows 7 (x86, x64)
Windows 8 (x86, x64)
Windows 8.1 (x86, x64)
Including all their server counterparts
description: | updated |
tags: |
added: packaging win32 win64 removed: 0.91 exe installer msi registry side-by-side |
Changed in inkscape: | |
status: | In Progress → Triaged |
Changed in inkscape: | |
assignee: | theAdib (theadib) → nobody |
unfortunately the NSIS based .exe installer and the wix based .msi installer user different methods that might not be compatible.
However mixing msi 32bit and msi 64bit must be avoided.
Regards, Adib.