VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Setup/Setup.c8
1 files changed, 0 insertions, 8 deletions
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
@@ -1314,14 +1314,6 @@ BOOL DoShortcutsInstall (HWND hwndDlg, char *szDestDir, BOOL bProgGroup, BOOL bD
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;
}
bOK = TRUE;