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