This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- XML File Changes not updating XML file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Mar 28, 2012
03:21 PM
XML File Changes not updating XML file
I have an InstallScriptMSI project in which I am using the XML File Changes view to create an xml file that stores data about the installation. I am setting the values of the nodes with MSI properties because I am generating / editing the values with installscript during the install. This XML file does not get removed on uninstall. When the application is installed, I am using the System Search functionality to retrieve the contents of this XML file and populate the appropriate MSI properties (so the settings stored in the file are preserved, and the app "remembers" the users settings from a previous installation). However, if the value is changed during the course of the install, the new value does not get updated in the xml file. Are there any known causes of this behavior?
(2) Replies
‎Apr 04, 2012
03:22 PM
A couple of thoughts...
1. Try checking the log file and make sure your PROPERTIES are getting updated correctly. Example: "msiexec (your installation) /L*v "%TEMP%\My_Install.log"". You will also be able to see in the log file ISXMLAppSearch activity.
2. There is an issue if you are updating an existing XML file using System Search, and the XML has a Namespace. I've found it will not update the XML.
1. Try checking the log file and make sure your PROPERTIES are getting updated correctly. Example: "msiexec (your installation) /L*v "%TEMP%\My_Install.log"". You will also be able to see in the log file ISXMLAppSearch activity.
2. There is an issue if you are updating an existing XML file using System Search, and the XML has a Namespace. I've found it will not update the XML.