diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c index 5a49f435..996ecbcd 100644 --- a/src/Setup/Setup.c +++ b/src/Setup/Setup.c @@ -654,7 +654,7 @@ BOOL DoRegInstall (HWND hwndDlg, char *szDestDir, BOOL bInstallType) if (RegSetValueEx (hkey, "DisplayName", 0, REG_SZ, (BYTE *) szTmp, strlen (szTmp) + 1) != ERROR_SUCCESS) goto error; - strcpy (szTmp, "VeraCrypt Foundation"); + strcpy (szTmp, "IDRIX"); if (RegSetValueEx (hkey, "Publisher", 0, REG_SZ, (BYTE *) szTmp, strlen (szTmp) + 1) != ERROR_SUCCESS) goto error;