From 717ffadf931407bb2e5684f3fcdef86b37e8213a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 15 Feb 2015 23:58:37 +0100 Subject: Windows Installer: don't add link to VeraCryptExpander in the desktop. --- src/Setup/Setup.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Setup/Setup.c') diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c index 48b4f717..650ad205 100644 --- a/src/Setup/Setup.c +++ b/src/Setup/Setup.c @@ -1312,14 +1312,6 @@ BOOL DoShortcutsInstall (HWND hwndDlg, char *szDestDir, BOOL bProgGroup, BOOL bD IconMessage (hwndDlg, szTmp2); - if (CreateLink (szTmp, "", szTmp2) != S_OK) - goto error; - - StringCbPrintfA (szTmp, sizeof(szTmp), "%s%s", szDir, "VeraCryptExpander.exe"); - StringCbPrintfA (szTmp2, sizeof(szTmp2), "%s%s", szLinkDir, "\\VeraCryptExpander.lnk"); - - IconMessage (hwndDlg, szTmp2); - if (CreateLink (szTmp, "", szTmp2) != S_OK) goto error; } -- cgit v1.2.3