unigui的部署【9】
1、UniGUIServerModule的事件:
procedure TUniServerModule.UniGUIServerModuleBeforeInit(Sender: TObject);begin Self.ExtRoot:='ext-6.7.0'; //C:\Program Files (x86)\FMSoft\Framework\uniGUI\"Name Folder" Self.UniRoot:='uni-1.90.0.1509'; //C:\Program Files (x86)\FMSoft\Framework\uniGUI\"Name Folder" end;
实际上在ServerModule中,
ExtRoot、UniPackagesRoot 、UniRoot的属性前面增加【./】即可
2、将D:\Program Files\FMSoft\Framework\uniGUI\ext-6.7.0和D:\Program Files\FMSoft\Framework\uniGUI\uni-1.90.0.1509
这两个文件夹 拷贝到与EXE同一个文件夹里 即可 。
UNIGUI需要2个运行时库,上面用代码分别指定它们的路径。
部署的时候带这2个运行时库,就不再需要在部署的目标机器上安装UNIGUI运行时库,做到绿色部署。
https://www.cnblogs.com/tulater/p/12254684.html让你少走弯路,抄近道、