Opened 10 years ago

Closed 7 years ago

#258 closed defect (duplicate)

Windows installer problems when previous versions are not uninstalled

Reported by: ajj Owned by:
Priority: major Milestone: SasView Next Release +1
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description (last modified by butler)

First reported as "menu items and desktop shortcut labeled as 2.2.1" during testing of 3.0 release. However see below for real issue.

Change History (10)

comment:1 Changed 10 years ago by butler

What platforme was this tested on. The PC version has 3.0 on both the welcome and about page and is the name of the desktop shortcut. Is this a problem with the mac bundler? On the other hand it is always build 1 which makes it really annoying to figure out what version is being run from inside the application. The welcome page used to capture the build number. What happened and is that still possible?

comment:2 Changed 10 years ago by ajj

As per title, it was windows. Win7

I was mistaken about desktop icon (cluttered desktop), but start menu seemed to have only sasview entry, so can't have two versions in menu? Had to change install path to avoid overwriting previous. Likely not a problem for most users.

Can probably close this?

comment:3 Changed 10 years ago by butler

After more experimentation the problem seems to be the following:

  1. If you install a new version without uninstalling the previous version but choose to install in the existing sasview directory, the start menu items do not change their name (but point to the new place) and any desktop icons is not removed (so now you have two) but the old one still points to the new version.
  2. If you install a new version without unistalling the old BUT use a different directory then most things work as expected (you have two versions) except that the start menu folder is only one and has the label of the old install. Also because only one .sasview folder is created the configurations are shared.
  3. Interestingly if you uninstall before running anything then .sasview directory is removed when running uninstall. As soon as one runs sasview a .matplotlib directory is created and neither it nor the .sasview are removed during uninstall.

comment:4 Changed 10 years ago by butler

  • Milestone changed from SasView 3.0.0 to SasView Next Release +1

The first issue stated is probably the most problematic but even that is not likely to be a huge problem for our users. We should think carefully about the install for next release though and how it should behave. Thus as agreed at fortnightly meeting of May 20, 2014 am moving this to next release tickets. Meantime we will add this as a known issue.

comment:5 Changed 10 years ago by butler

  • Description modified (diff)
  • Summary changed from Windows installer still installs Sasview as version 2.2.1 to Windows installer problems whne previous versions are not uninstalled

comment:6 Changed 9 years ago by ajj

  • Work Package set to SasView Bug Fixing

comment:7 Changed 9 years ago by butler

  • Summary changed from Windows installer problems whne previous versions are not uninstalled to Windows installer problems when previous versions are not uninstalled

comment:8 Changed 7 years ago by piotr

I would consider this to be a feature of the windows installer. This is how most applications would behave.

  1. Installing to the same directory - icons, entries in Start don't change
  2. Installing to a new directory - two sets of icons and one entry in Start (duplicate name)
  3. The install process creates .sasview and copies a few files in. If subsequently, new files get inside, the uninstaller will not delete those as it doesn't know anything about them.

Not deleting the new files = not deleting .sasview of course.

All this can be changed by modifying the installer configuration.
Please specify exact requirements - then we can provide the requested functionality.

comment:9 Changed 7 years ago by ajj

I've noticed in my testing that (2) isn't what happens … you get only one icon, pointing to the new version, but called the same as the old one.

We do need to redo the installer to allow multiple versions alongside each other if that is what the user chooses.

comment:10 Changed 7 years ago by butler

  • Resolution set to duplicate
  • Status changed from new to closed

This ticket is superseded by ticket #577 so closing this one down

Note: See TracTickets for help on using tickets.