1,377 questions
-2
votes
0
answers
35
views
Replace running code with execvp for daemon binary auto-update
I have a long-running (UDP daemon) application whose binary might require sometimes updates, with the application's data structures remaining in place. The binary is self-contained and the only other ...
1
vote
1
answer
191
views
Velopack is not updating version of WPF application
My WPF app is Windows only.
I cleared my */Releases folder and build my project:
dotnet publish --self-contained -r win-x64 -o .\publish
Then I created a release:
vpk pack --packId MyApp --...
1
vote
0
answers
52
views
Auto-update not installing after quit and reopen on macOS 13 Ventura (Electron)
Environment
Electron: 25.x (tested)
electron-builder / electron-updater: tested with electron-builder 23.x / electron-updater (versions may vary)
macOS: 13.x Ventura
Relevant code (main process/...
0
votes
0
answers
103
views
Can Sparkle Updater use a local appcast.xml file instead of a remote URL?
Is it possible to include the appcast.xml file directly within my project (for example, bundled inside the app or alongside the app binary) so that Sparkle uses this local appcast.xml file for updates,...
0
votes
0
answers
37
views
Flutter: In-App update not working on release mode [Android target]
I can't get the in-app update to work. The app is not provided by the Play Store.
I implemented an update system inside the app that works perfectly when the app is compiled in debug mode but when the ...
1
vote
1
answer
92
views
How to write formula for multiple OR conditions in Netsuite mass update search criteria?
I hope you are doing well. I am setting up a NetSuite mass update to update email addresses for quotes with particular quote numbers. The "Quote Number" field is a text field. I've ...
1
vote
0
answers
78
views
Error: Access to the path 'C:\Users\mnbvc\AppData\Roaming\y7_s\user_pc.exe' is denied during update process in C# application
I'm working on a C# updater application that downloads and extracts a ZIP file to replace older application files. The updater tries to replace user_pc.exe but throws the following error:
Starting ...
1
vote
0
answers
67
views
How to resolve user-specific installation path issues with Electron auto-updates?
I am developing an Electron application with the following setup:
Electron Version: 29.3.0
Electron-Builder Version: 24.13.3
Electron-Updater Version: 6.2.1
The application is working as expected, ...
1
vote
1
answer
151
views
Auto update text in Taipy to show an on screen time widget
Getting started with Taipy (honestly, getting started with UI). So, I've got a lot of questions. Here is my sample page, where I want to display a time widget. I can get it to display the time and I ...
0
votes
1
answer
103
views
Correct way to manage python modules after packed into binary executable using pyinstaller
How I met the problem
I'm currently working on a way of patching/updating software remotely, without asking the users to reinstall whenever I publish an newer version
(that is, no need to repack ...
0
votes
1
answer
691
views
How to automatically update secrets mounted as volumes?
I have the following test pod:
apiVersion: v1
kind: Pod
metadata:
name: volume-debugger
spec:
volumes:
- name: secretVolume
secret:
secretName: ssh-keys-iaas
items:
- key: ...
0
votes
1
answer
197
views
Automatic Status Update When Another Cell Value Is Updated With Any Date
I have a worksheet where employees log details of applications received. I'm trying to work out a formula that lets the status of the applicant auto-update to caregiver in a target cell, when there's ...
-1
votes
1
answer
297
views
Publishing and Auto-update apps uisng SFTP in VB.net
Visual Studio 2022, has a feature in VB.NET applications to publish the app using FTP.
but nowadays FTP and HTTP protocols are not supported by many providers due to their lack of security.
is there ...
1
vote
1
answer
587
views
How to successfully copy files to a slow Beckhoff PLC running WinCE7?
I’m trying to create an automated installer for a PLC that is based on WinCE7 having very slow processor and memory card (CX9020). The installer will run on Windows Server 2019 PC connected to the PLC....
1
vote
0
answers
79
views
ABP.io blazor server project datagrid auto update without refreshing the UI
I'm working on ABP.oi framework blazor server project.
Now I need to make grids auto update.
For an example, let's assume it will be created new author by an user using this sample and some other user ...