getting-started/csharp #8
Replies: 22 comments 51 replies
-
For this line, what should I replace there, all releases or a single file?
|
Beta Was this translation helpful? Give feedback.
-
I get the below error in my CLI even after being prompted that vpk have successfully installed. I'm running windows 11.
|
Beta Was this translation helpful? Give feedback.
-
Is there any way for the app to simulate the result of UpdateManager?
|
Beta Was this translation helpful? Give feedback.
-
Just to confirm, is the idea that one would manually call the If it's the latter, are there any other Reflection-based hooks one could specify? In either case, it might be good to clarify this in the docs! Along with recommendations on how/when to invoke the auto update method. (Before or after the |
Beta Was this translation helpful? Give feedback.
-
Hi, does Velopack work with net framework 4.7.2? |
Beta Was this translation helpful? Give feedback.
-
Hey I hope you will help, I need to avoid installiong the app or putting into the programs, or anywhere. I have make an exe of my code which we put into windows autostart, and it keeps running in background with just a process running in task bar. I just need to implement a way so that it can keep updating itself whenever we push to master of github. No need to install it, nothing. |
Beta Was this translation helpful? Give feedback.
-
Using the portable version of the packaged application, I have the following folder structure where i've placed the extracted contents of the portable zip from the deployment server
|
Beta Was this translation helpful? Give feedback.
-
I have a .NET Framework Windows Form project (target .NET Framework 4.7.2) and when I tried to publish, I got the following error "error MSB4803: The task "GenerateBootstrapper" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details. [C:\Projects\CondoSys\CondoSys.Forms\CondoSys.Forms.csproj]" Any suggestions ? |
Beta Was this translation helpful? Give feedback.
-
I need to add Authorization header to all requests to |
Beta Was this translation helpful? Give feedback.
-
How do I add a space in the name of my application? I tried |
Beta Was this translation helpful? Give feedback.
-
I am getting this error while trying to pack my app even though I have enough permissions |
Beta Was this translation helpful? Give feedback.
-
Why isn't WithBeforeUninstallFastCallback is called in my app when uninstalling? |
Beta Was this translation helpful? Give feedback.
-
Hello! I successfully tested on a Demo WinForms App. However, when I try to add to the production WinForms App, I am not even able to start the app when I add the velopack library and No logs, only on the Windows Event Viewer I can see these errors:
Any ideas? Thanks a million |
Beta Was this translation helpful? Give feedback.
-
I am trying to exclude packaging a folder by using the --exclude paramenter but I am unable to do it . What am I doing wrong?
When I install the generated program exe, I see there is a Server folder on it. |
Beta Was this translation helpful? Give feedback.
-
For this line:
When using AWS S3, do I point the object to the .json file that have the releases information? Or is this only available with a public bucket? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am using Visual Studio with .net framework 4.7.2. When I tried to install vpk from "Manage Nuget Package", I got the following error message, Package 'vpk 0.0.942' has a package type 'DotnetTool' that is not supported by project 'MyApp'. Was it because I don't have .net installed? Thanks. |
Beta Was this translation helpful? Give feedback.
-
In case that we need to upload update folder (Release) to a host, is there any way to protect the update (files, especially portable zipped file) from unauthorized direct link downloading (e.g password protected, encryption ...) ? |
Beta Was this translation helpful? Give feedback.
-
“Setup Error |
Beta Was this translation helpful? Give feedback.
-
I found an Extension here: https://github.com/krzysztofautomatyk/VelopackExtension.GoogleDrive/tree/master/VelopackExtension.GoogleDrive has the function to store updated files on google drive. But I read it all the time but don't understand how to use it. Can you give me a simple example code to use it? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Because the folder structure of the software changes a lot when using Velopack, I want to move the folders and files in the red square inside the "Current" folder (my app) in the "Portable Release Folder". Is this possible? And if so, is there any way to do that? Thank you, |
Beta Was this translation helpful? Give feedback.
-
To preface I am using this in combination with GitHub to host my releases. Is there a good way with Velopack to check if the release that I would like to update to is a GitHub Pre-release? I would like users to be able to toggle a switch that will let them swap back and fourth between this and a regular GitHub Release. (I know i can use channels, but thought this could simplify my workflow) |
Beta Was this translation helpful? Give feedback.
-
Hi, The vpk tool relies on update.exe but it's not available by simply rebuilding the solution. May I ask where I can get update.exe and files the VPK depends on? I know I can get them by installing the vpk, however I am just wondering if they can be built from the source code like Clowd.Squirrel. Thanks. |
Beta Was this translation helpful? Give feedback.
-
getting-started/csharp
Get started with .NET 5+ (cross-platform) or .Net Framework.
https://docs.velopack.io/getting-started/csharp
Beta Was this translation helpful? Give feedback.
All reactions