|
阅读:5144回复:11
使用 ArcGIS Engine Runtime 制作安装包
<TABLE width="100%">
<TR> <TD class=subtitle colSpan=6>内容摘要</TD></TR> <TR> <TD class=txt colSpan=6>用ArcGIS Engine 开发的软件在分发前可使用Wise、InstallShield打包工具制作安装包<BR>以下介绍在用 ArcGIS Engine Runtime制作打包文件时的无界面参数</TD></TR> <TR> <TD class=subtitle colSpan=6>过程描述</TD></TR> <TR> <TD class=txt colSpan=6>1 执行安装时的参数<BR>Msiexec.exe /i "%MSIPATH%" /qn ADDLOCAL= %Feature%<BR><BR>MSIPATH 是Engine的安装路径包括msi包文件名<BR>Feature 表示安装时的选项多个feature用 逗号隔开<BR>feature 描述<BR>ArcEngine ArcGIS Engine<BR>JavaRuntime ArcGIS Engine-Java Runtime<BR>DotNetRuntime ArcGIS Engine .NET Runtime<BR><BR>2 安装后license的 注册<BR><BR>在安装路径下的 \Bin\SoftwareAuthorization.exe 是注册license的执行文件 <BR>有三个常用参数<BR>-p <选择注册项> <BR>IMS<BR>SDE<BR>ENGINE<BR>DEVKIT<BR>SERVER<BR><BR>-LIF <选择注册文件><BR>-S 无界面运行 <BR><BR><BR>3 sample<BR>以下是一个无界面安装的批处理安装了Myapp 和 Engine 并加入了Engine dotnet的运行包 <BR><BR>set MSIPATH_ENGINE = \\CDROM\ARCENGINE9\SETUP.MSI<BR>set MSIPATH_CUSTOM = \\CDROM\MyAPP\SETUP.MSI<BR><BR>Msiexec.exe /i "%MSIPATH_ENGINE%" /qn ADDLOCAL=ArcEngine,DotNetRuntime<BR>Msiexec.exe /i "%MSIPATH_CUSTOM%"<BR><BR>start c:\ArcGIS\bin\SoftwareAuthorization.exe -lif "mypath\mylicense.ecp" -s<BR><BR><BR><BR><BR><BR>详见 ArcGIS Engine Developer Guide Chapter 5: Licensing and deployment<BR>http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/ArcGISEngine/EngineDevGd_Ch5.pdf</TD></TR></TABLE> |
|
|
|
1楼#
发布于:2005-07-27 15:19
<P>老大的帖子是一定要顶的</P>
|
|
|
|
2楼#
发布于:2005-08-11 13:19
<P>帮你加上吧,呵呵</P>
|
|
|
3楼#
发布于:2005-08-11 15:38
<P>YES!顶,多谢大侠!</P>
|
|
|
4楼#
发布于:2006-11-04 18:08
<P>总统帖子 必属精品</P>
|
|
|
5楼#
发布于:2006-11-04 19:01
属精品
|
|
|
6楼#
发布于:2006-11-09 14:15
总统的帖子精品!一定要顶!<img src="images/post/smile/dvbbs/em05.gif" /><img src="images/post/smile/dvbbs/em06.gif" /><img src="images/post/smile/dvbbs/em07.gif" />
|
|
|
|
7楼#
发布于:2006-11-20 12:04
<P>不错!!</P>
<P>只是,用批处理文件实现无界面安装Runtime时,很长时间用户会感觉机器没任何反应,这个问题该怎么解决呢?</P> |
|
|
8楼#
发布于:2006-11-24 08:34
肯定要顶的哈
|
|
|
9楼#
发布于:2006-12-06 20:12
<img src="images/post/smile/dvbbs/em01.gif" /><img src="images/post/smile/dvbbs/em02.gif" />
|
|
上一页
下一页