办公室设置配置
我需要帮助来修复我的 Visual Basic 6.0。当vb6启动时,它会显示一些每次都会显示的Microsoft Offices安装配置。如果我取消,我可以继续VB6,但某些组件总是再次显示此安装设置。当我重新启动 VB 程序时,每次都会显示安装配置...
有解决此问题的想法吗?这确实吃的次数多了。
i need help to fix my visual basic 6.0. When vb6 start ups, It shows some Microsoft Offices Setup configuration that shows at everytime. If i cancel, I can continue the VB6, But some of component always shows this installation setup again. When I restart the VB Program, The setup configuration also shows everytime...
Any ideas to fix this? This really eat more times.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当某些 msi 安装程序对其注册表设置进行破坏时,Vb6 应用程序会出现此怪癖。您最近运行过regcleaner吗?无论如何,解决方案通常是插入可能需要的任何 CD(MS 应用程序,例如 Office)并让它执行一次操作,然后它通常不会再次发生。您甚至可能需要修复安装相关的 Office 应用程序。
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.