Files
velopack/docs/index.md
Caelan Sayler ba6e0ade53 wip docfx
2024-01-26 15:22:00 +00:00

1.6 KiB

_layout
_layout
landing

Velopack Documentation

🚧🚧This documentation is still under construction.🚧🚧

FAQ

  • My application was detected as a virus?
    Velopack can't help with this, but you can code-sign your app and check other suggestions here.
  • What happened to SquirrelAwareApp? / Shortcuts
    This concept no longer exists in Velopack. You can create hooks on install/update in a similar way using the VelopackApp builder. Although note that creating shortcuts or registry entries yourself during hooks is no longer required.
  • Can Velopack bootstrap new runtimes during updates?
    Yes, this is fully supported. Before installing updates, Velopack will prompt the user to install any missing updates.

Using Velopack