Hello!
Advanced Installer doesn't have edit/import options for textplain files as XML.
The most of my applications have textplain files for the configurations settings.
I'm trying to set up the textplain files as XML, and then I'm renaming the .XML to .CONF
It works, but AI adds XML tags as follows:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<RootElement>
CONTENT OF TEXTPLAIN FILE
</RootElement>
I'm using a VBScript and I'm trying to remove those tags during installation.
Wouldn't be simple to create a way to import text file so we can set it up during install time? It's only necessary to disable the creation of XML tags...
Thank You a lot!