代码之家  ›  专栏  ›  技术社区  ›  Chris KL

是否可以自行安装SSRS报表管理器?

  •  2
  • Chris KL  · 技术社区  · 16 年前

    我被要求研究编写一个安装程序,该安装程序只需在机器上自行设置Reporting Service的Report Manager。

    1 回复  |  直到 16 年前
        1
  •  3
  •   Chris KL    16 年前

    好的,我找到了答案:

    http://msdn.microsoft.com/en-us/library/aa179337(SQL.80).aspx

    如果您仔细阅读“ADDLOCAL”部分,您将看到您可以只安装报表管理器。需要这样的东西:

    setup.exe /ADDLOCAL="RS_Manager"
    
    推荐文章