我需要设置将数据插入安装位置的infos.cfg文件中
示例
infos.cfg ,然后安装
[User.001]
InstallDir = {app}
名称=测试
[User.002]
InstallDir = {app}
Name = Test2
我需要安装后的安装程序,将以下代码插入文件 infos.cfg
[用户。]
InstallDir = {app}
名称=设置
得出的结果:
infos.cfg 安装后
[用户。]
InstallDir = {app}
名称=设置
[User.001]
InstallDir = {app}
名称=测试
[User.002]
InstallDir = {app}
Name = Test2
有人可以帮助我提供代码吗?