Skip to content

Instantly share code, notes, and snippets.

View information-redacted's full-sized avatar

「redacted」 information-redacted

View GitHub Profile
@whitequark
whitequark / installsword.c
Last active August 20, 2026 11:47
installsword.exe "My Installer Title" "Cool Title in the Background"
#define WIN32_LEAN_AND_MEAN
#include <tchar.h>
#include <stdint.h>
#include <windows.h>
#include <shellapi.h>
COLORREF rgbText = 0xffffff;
LPTSTR pchFontName = _T("Times New Roman");
INT iFontSizePt = 24;
LPTSTR pchText = _T("InstallSword Wizard");