如何安装“DataMining Adding for Office 2007”作为我设置的一部分?
我正在编写一个安装程序,需要安装 Office 2007 的数据挖掘添加。
1) 如何检测它是否已安装?
2) 如果未安装,我下载并运行 MSI (SQLServer2008_DMAddin.msi)。但是,我如何自己运行服务器配置 (Microsoft.SqlServer.DataMining.Office.ServerConfiguration.exe) 工具,而不让插件在用户第一次打开 Excel 时向他们询问问题?
I'm writting a setup program that needs to install the DataMining Adding for Office 2007.
1) How do I detect if it's already installed?
2) If it is not installed, I download and run the MSI (SQLServer2008_DMAddin.msi). But how can I run the Server Configuration (Microsoft.SqlServer.DataMining.Office.ServerConfiguration.exe) tool myself and not have the addin ask questions to the user the first time they open Excel?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1) 检查“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server DMAddins\Config”是否存在。
2)使用“InstallPath”值查找并运行“Microsoft.SqlServer.DataMining.Office.ServerConfiguration.exe”
1) Check if "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server DMAddins\Config" exists.
2) Use the "InstallPath" value to find and run "Microsoft.SqlServer.DataMining.Office.ServerConfiguration.exe"