Hello!
I have an application that has configuration files in XML extensions, propertie and config extensions. For the XML extensions I'm using the XML Edit tool to edit the files during the installation. I'm prompting the user to enter the information.
What can I do to edit the propertie and config files? They are TXT files with different extensions.
Here is an example of one config file:
#
# Set the directory where Lucene indexes are stored.
#
lucene.dir=C:/WCM/storage/
I'd like to try this: lucene.dir=[APPDIR]
I want to prompt the user to enter the storage directory with a dialog as I'm doing with the XML files.
I also want to edit the services file inside ...\windows\system32\drivers\etc folder
I want to open the file and add two lines:
configurationone 3003 #Server ONE
configurationtwo 8000 #Server TWO
Does any one can help?
Thanks a lot!