您的位置:首页 > 其它

如何自动注册Custom Module, WorkflowAgent, SetupOCX

2007-07-05 21:06 357 查看
在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
/uUnregister, see optional switches at bottom
/sRun 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"


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: