From a27f34583292ef485fb862c6d60d277d91b9d0de Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 3 Jun 2014 21:26:54 +0200 Subject: Set the publisher to IDRIX in the uninstaller registry key. --- src/Setup/Setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Setup/Setup.c') 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; -- cgit v1.2.3