Inno Setup modify XML file based on custom input

后端 未结 1 1267
隐瞒了意图╮
隐瞒了意图╮ 2020-12-18 06:43

I\'m not too familiar with pascal but I got a script going that currently detects whether java is installed, if not it installs it. Then it copies a Jboss folder to the dir

相关标签:
1条回答
  • 2020-12-18 07:37

    You can either use the MS XML DOM to find and edit the nodes (see the included CodeAutomation.iss for an example) or do a simple string replace with a dummy file and markers using LoadStringFromFile()/StringChange()/SaveStringToFile().

    0 讨论(0)
提交回复
热议问题