https://github.com/sharp0802/uinstaller
https://github.com/sharp0802/uinstaller
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharp0802/uinstaller
- Owner: Sharp0802
- License: apache-2.0
- Created: 2023-09-24T12:38:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T13:33:50.000Z (over 2 years ago)
- Last Synced: 2025-01-25T22:34:20.851Z (over 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# U-Installer
u-installer is a micro installation system, written in C89.
## Syntax
- Packing
```
> cat elf64.conf
elf64
sh ./install.sh
install.sh
out/
> uins elf64.conf myprog.upa
```
Generates `myprog.upa` from `uins.conf` configuration file.
- Installation
```
./myprog.upa
```
Execute `myprog.upa` installer file.
## Scripting
- First line of configuration is output format (elf64, elf86, exe64, exe86)
- Second line of configuration is entry-point
- Lines since third line are target files/directories
- Blank line is ignored