https://github.com/victor3spoir/installforge-setup
Build a setup & installer from python app with InstallForge (setup builder)
https://github.com/victor3spoir/installforge-setup
gui pyqt6 python setup
Last synced: 9 months ago
JSON representation
Build a setup & installer from python app with InstallForge (setup builder)
- Host: GitHub
- URL: https://github.com/victor3spoir/installforge-setup
- Owner: victor3spoir
- Created: 2022-07-05T16:05:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T12:19:48.000Z (over 3 years ago)
- Last Synced: 2024-11-28T21:30:00.738Z (over 1 year ago)
- Topics: gui, pyqt6, python, setup
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# InstallForgeSetup
## Description
Freeze python application & build a window setup
## Purpose
Description of the repo purpose
- freeze python application
- use installforge to create an installer
- installed application is set to winreg
- application recognize some kinds of extensions (*.dap, etc.)
- application can be lanched from recognized extensions files
- recognized files have application icon
## Tools
- python
- installforge
## How build setup
using essentially windows registry files.
- HKEY_CLASS_/.dap/[key]dapfile (the .dap extension have key that point to dapfile subkey)
- dapfile (the dapfile subkey contains the folowing keys)
1. DefaultIcon/[key] -> /file.exe (main.exe app or any icon)
2. shell/open/command/[key] -> /file.exe (the main.exe or any other command)