DynamoRIO/drmemory

Start Menu entry for Explore fails on 32-bit kernel

Open

#1,786 创建于 2015年10月3日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C (289 fork)auto 404
Component-UIOpSys-Windowsgood first issuehelp wanted

仓库指标

Star
 (2,727 star)
PR 合并指标
 (PR 指标待抓取)

描述

Vista32: start menu explore link doesn't work: can't find "explorer.exe". A "Problem with Shortcut" dialog pops up and offers to fix the shortcut to point to c:\Windows\explorer.exe.

make/WIX.extra.in:                Target="[SystemFolder]explorer.exe" Arguments=""[$CM_CP_bin.drmemory.exe]""/>

Instead it's in c:/windows/explorer.exe On win7x64 it's there and in c:/windows/system32/explorer.exe Ditto for vista64. Fails on win7x86 -- so it's a general 32-bit Windows kernel issue.

贡献者指南