Upgrading an Existing Installation

Upgrading to v3.x.y from v3.0.0

  1. Run lip.install "quick-note" from VBA immediate window.
  2. Replace app folder addon_quick_note.
  3. Publish actionpads.
  4. Done!

Upgrading to v3.x.y from v2.0.1

  1. Run lip.install "quick-note" from VBA immediate window.
  2. Replace app folder addon_quick_note.
  3. Publish actionpads.
  4. Done!

When upgrading to v3.0.0 the configuration could possibly break. Make sure to test Quick Note everywhere it's used after upgrading.

Upgrading to v2.0.1 from v2.0.0

  1. Delete VBA module AO_QuickNote
  2. Save VBA
  3. Run lip.install "quick-note" from VBA immediate window.
  4. Replace app folder addon_quick_note
  5. Publish actionpads
  6. Done!

Upgrading to v2.x.y from v1.x.y

Go over all the installation steps again.

Config is extended and some changes in structure between v1.x.y and v2.x.y. Therefore all LBS app config needs to be re-written when uppgrading. See configuration for more info on how to write LBS app config for v2.x.y.