GetSectionNames
i noticed the GetSectionNames function is only working for ansi installers. changing the system calls (GetPrivateProfileSectionNamesA -> GetPrivateProfileSectionNamesW, lstrlenA -> lstrlenW) doesn't really solve the problem - i only get the first section properly, the rest is gibberish. any ideas?