Problem
After an "Modify" Maintenance Installation the XML is not updated with the modified value
Description
I have attached a simple Project to reproduce the error.
The Project contains an XML file data.xml with an element root/key, where the value is associated with a property [MYVALUE]
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<root>
<key></key>
</root>
The intention is that after the installation, the installation folder contains the data.xml with the value which I have entered in the edit field.
That works perfectly fine.
Now I run the setup a second time and select Modify option on the MaintenanceTypeDlg.
I follow the steps until the VerifyReadyDlg , but now I enter a different value.
The problem is that when I look at the XML file, the value is not updated.
I have attached the project MyApp3.aip.
I'm using Advanced Installer 21.4
I have also made a 15 MB Video. The link is valid until 2024/3/13
https://magentacloud.de/s/GE4SmcoSD2MTdXA
Password:
NxeTKZPB
I have followed the steps on https://www.advancedinstaller.com//user ... uestion256
And also tried different settings, but I didn't get it work.
I hope you can help me.
best regards,
Stefan