Skip to content

Instantly share code, notes, and snippets.

View paule32's full-sized avatar
💭
stay tuned

Jens Kallup paule32

💭
stay tuned
View GitHub Profile
@paule32
paule32 / SelfSignWindowsExecutable.md
Created January 20, 2024 17:49 — forked from PaulCreusy/SelfSignWindowsExecutable.md
How to self-sign a Windows executable created with Pyinstaller

How to self-sign a Windows package created with Pyinstaller

This document aims to explain all the necessary steps to self-sign a Windows executable.

⚠️ Warning
Some of the commands provided need to be completed. The fields to complete are indicated by the characters < and >.

Prerequisites

Please make sure to match all the prerequisite before starting the process of signing the package.

EDBEngineError-Network Initialization Failed
Permission Denied
File C:\PDOXUSERS.NET
Directory: c:\
1. Create a new directory such as C:\BDEShare or use an existing folder (like My Documents).
2. Start the BDE Administration utility, located in: C:\Program Files (x86)\Common Files\Borland Shared\BDE\BDEADMIN.EXE
3. Click Configuration -> Drivers -> Native -> Paradox
4. Cick on the path next to NET DIR
5. Click the browse button to the right of the path
@paule32
paule32 / popup.pri
Created January 2, 2018 20:27
plugin test
HEADERS += popupmenu.h
SOURCES += popupmenu.cc