packaging/bootstrapping #31
Replies: 2 comments 3 replies
-
Just wanted to clarify on the installation of dependency here, it says "These dependencies will be downloaded and installed before your application will be installed." and then with updates it says "This means if a new version of your app adds a new dependency, the user will be prompted to install it before your new version is applied." Does this mean that if it's the first installation then the dependencies are downloaded and installed without any user action and it's only the subsequent updates where new dependencies are added that the users are prompted to install it? Or is it that users are always prompted to install dependencies? |
Beta Was this translation helpful? Give feedback.
-
are dependency frameworks able to be installed without administrator priveleges. As the installer for velopack would then be dependent on admin priveleges and this is a problem in constrained environments. |
Beta Was this translation helpful? Give feedback.
-
packaging/bootstrapping
Install .NET, vcredist, webview2, and more while installing Velopack applications on Windows using the --framework / -f argument.
https://docs.velopack.io/packaging/bootstrapping
Beta Was this translation helpful? Give feedback.
All reactions