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

相关文章:

  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-12-28
  • 2022-12-23
  • 2022-02-07
  • 2021-10-06
猜你喜欢
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
  • 2021-05-16
  • 2021-05-28
  • 2022-12-23
相关资源
相似解决方案