Replace IP into xml file
Hello!
I make a installation of the my program, well, I have a xml files with IP number. I need than the user can replace this IP number into my xml files.
Which's the code?
Thanx:)
Archive: Replace IP into xml file
Replace IP into xml file
Hello!
I make a installation of the my program, well, I have a xml files with IP number. I need than the user can replace this IP number into my xml files.
Which's the code?
Thanx:)
The NSIS Archive contain information about replacing texts in files.
An XML parser is not yet available, but you can replace an empty child by a child with content.
To get input from the user, create a custom page with the InstallOptions plug-in.