Make JFUpdate:
- Have users download EXE and select ZIP needed (jump in versions)
- Runtimes not needed (already installed for HelioList!)
- Use ZIP format stuff (put file list in ZIP file)
- Find program files location in registry at HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\app paths\heliolist.exe
- Find key in HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\uninstall\ST6UNST* that has HelioList.exe as ApplicationName, change DisplayName to program name (change ver num)
- In st6unst.log:
  - Add following lines for each new file, remove for deleted files:
ACTION: PrivateFile: "C:\PROGPATH\FILENAME.EXT"
(File was not found or was an older version -- new file copied)
  - Read ShellLink lines for Start menu folder names and shortcut names:
    - Rename start menu folder and shortcuts
    - Change ShellLink lines to match:
ACTION: ShellLink: "HelioList 0.6.1", "HelioList Help"

ACTION: ShellLink: "HelioList 0.6.1", "Uninstall HelioList"

ACTION: ShellLink: "HelioList 0.6.1", "HelioList 0.6.1"
    - Could become:
ACTION: ShellLink: "HelioList 0.6.2", "HelioList Help"

ACTION: ShellLink: "HelioList 0.6.2", "Uninstall HelioList"

ACTION: ShellLink: "HelioList 0.6.2", "HelioList 0.6.2"
    - Change CONFIG: Title: line to match version number
