mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows Installer: don't add link to VeraCryptExpander in the desktop.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user