about License page
I use License page and Directory page. But I want to mix these pages into a custom page and user can view the license and choose install directory in a page . How can I do it?
20 posts
#define BUFFER_SIZE 8192 // 8kb of mem is max char count in multiedit
static char szResult[BUFFER_SIZE];
return GetPrivateProfileString(pszAppName, lpKeyName, "", szResult, BUFFER_SIZE, pszFilename);