互联网+企业内容管理

为中小企业提供基于云计算的企业内容管理平台

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

在AC安装目录中有RegAscEx.exe程序,可以利用次程序自动注册。至于Custom Panel的注册,我一般的做法是导出注册了的注册表文件,然后执行。

RegAscEx /f (AEX filename) [/o (output.txt)] [/m (Module1)] [/w (WorkflowAgent1)] [/x (SetupProgram1)] [/s]

Parameters:

/f [filename] Name of the AEX file
/o [filename] Name of the output file
/m [custom module] Name of the Custom Module to register
/w [workflow agent]  Name of the Workflow Agent to register
/x [setup program] Name of Setup OCX with no Custom Module
/u Unregister, see optional switches at bottom 
/s Run in silent mode
/? Show usage

Unregister (/u) may optionally be combined with the following:
  • /m [custom module]
  • /w [workflow agent]
  • /x [setup program]

Example:
C:\>regascex /f CMSample.aex /o regascex_log.txt /m "Sample Custom Module"
posted on 2007-07-05 21:06  workjie  阅读(369)  评论(0编辑  收藏  举报