Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
仅适用于 IE8+,需要 NSIS 编码方面的帮助才能在现有 IE 窗口中打开新选项卡。
一般来说,IE会打开它想要的选项卡(这通常意味着“相同的窗口。”您可能遇到的问题是您的安装程序没有指定RequestExecutionLevel user这意味着Windows会自动将其提升为管理员。当您启动URL或程序时一个提升的程序,它们在提升的子进程中启动。IE 不能在一个框架中混合非提升的选项卡和提升的选项卡,所以你总是得到一个新窗口。(另外,请记住,运行提升的浏览器会关闭它的沙箱,所以它非常危险)。
RequestExecutionLevel user