打开 VB6 项目文件或对话框时避免出现 Microsoft Office 2000 安装提示

发布于 2024-09-01 17:42:25 字数 357 浏览 3 评论 0原文

我突然接到任务,要在 Visual Studio 6 中调试一个旧项目。我的 PC 设置包含一个 IME Microsoft Office 2000。每次我尝试使用 Visual Studio 打开 .VBP 文件时,都会显示一个 Microsoft Office 2000 安装 CD 对话框。我可以取消安装过程,但一次又一次地重复这个操作确实会让人烦恼。我在 Microsoft 知识库页面中找到了 Microsoft Windows Installer Cleanup,但它不起作用。对于使用 Visual Studio 6 和 Microsoft Office 经历过这种情况的人有什么想法吗?

我无法卸载 MS Office。是否有任何注册表技巧可以让 VB 编程顺利进行?

I suddenly am tasked to debug an old project in Visual Studio 6. My PC setup contains an IME Microsoft Office 2000. Each time I try to open a .VBP file using Visual Studio, a Microsoft Office 2000 Installation CD dialog is shown. I could cancel the installation process but it does get bother some in repeating this again and again. I found a Microsoft Windows Installer Cleanup in the Microsoft KB page but it does not work. Any ideas for people who experienced this with Visual Studio 6 and Microsoft Office?

I cannot uninstall the MS Office. Are there any registry hacks for smooth VB programming?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雪落纷纷 2024-09-08 17:42:25

哦,伙计,这是一个老问题了。我认为这是由于 Office 2k 和 VB6 之间的某些控件的许可问题造成的。

假设是这种情况,您可以尝试在 http://support 下载并运行 VB6Cli.exe 文件。 microsoft.com/kb/194751。 IIRC,这将解决问题。

Oh, man, this is an old problem. I think that this is due to some licensing snafu between Office 2k and VB6 for some of the controls shipped with both.

Assuming this is the case, you can try downloading and running the VB6Cli.exe file at http://support.microsoft.com/kb/194751. IIRC, this'll fix the issue.

变身佩奇 2024-09-08 17:42:25

我在类似的帖子中发布了相同的答案。

当某些 msi 安装程序对其注册表设置进行破坏时,Vb6 应用程序会出现此怪癖。您最近运行过regcleaner吗?无论如何,解决方案通常是插入可能需要的任何 CD(MS 应用程序,例如 Office)并让它执行一次操作,然后它通常不会再次发生。您甚至可能需要修复安装相关的 Office 应用程序。

I posted this same answer to a similar thread.

Vb6 apps have this quirk when some msi installer got its registry settings hosed. Have you run a regcleaner recently? Anyway the solution is usually to insert any CD that may be asked for (MS apps such as Office) and let it do its thing once, then it usually never reoccurs. You may even have to to a repair install of the Office app concerned.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文