Skip to content

New application installs have "update" messaging versus "installation complete" messaging. #518

@mwmatter

Description

@mwmatter

When installing a net new application on a system the notifications that appear act as if the app is an update versus new. This seems to be happening because the function to check the app version is run in the finishing function. Running the app version check is what detects if the application is an update by seeing if it already exits but the app will always exist by time you get to the finishing function since it just when through its install process. Instead it seems that there should be a separate function specifically for checking if the application already exists on the system which then sets the updateDetected variable. Within the getAppVersion function the updateDetected variable should be removed entirely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingno-responseIssue was closed due to no response.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions