diff --git a/assets/Product.wxs b/assets/Product.wxs index b10e6993b9f..161d0b037e1 100644 --- a/assets/Product.wxs +++ b/assets/Product.wxs @@ -43,18 +43,6 @@ - - - shortcutPath = Session.Property("ShortcutPath") - Set fso = CreateObject("Scripting.FileSystemObject") - if (fso.FileExists(shortcutPath)) Then - Set wshShell = CreateObject("WSCript.Shell") - Set shortcut = wshShell.CreateShortcut(shortcutPath) - - shortcut.workingdirectory = "%HOMEDRIVE%%HOMEPATH%" - shortcut.save - End If -