created installer

Created an installer which can create secure folders, create a background process and downloa the main applications files.
This commit is contained in:
jakani24
2023-12-22 21:30:18 +01:00
parent b931c524a1
commit 45f8ad413f
53 changed files with 730 additions and 46 deletions

View File

@@ -10,5 +10,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <windows.h>
#include <sddl.h>
#include <stdio.h>
int protect_file(char* path);
int unprotect_file(char* path);