Setup Factory 读取安装包的配置文件

result = INIFile.GetValue(SessionVar.Expand("%SourceFolder%\set.ini"), "set", "url");//读取安装包的配置文件set.ini
INIFile.SetValue(SessionVar.Expand("%AppFolder%\config.ini"), "set", "url", result);//设置启动程序的配置文件config.ini信息

原文地址:https://www.cnblogs.com/skykang/p/3504403.html