- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: XML Files Changes
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
XML Files Changes
Via the "XML File Changes" in InstallShield 2016, I'm trying to change a line in an IIS web.config from this...
<compilation defaultLanguage="vb" debug="true" strict="false" explicit="true" targetFramework="4.0">
... to this...
<compilation defaultLanguage="vb" debug="true" strict="false" explicit="true" targetFramework="4.6.2">
Which is located under the "<system.web>" node.
What I've done looks fine, but it creates a duplicate "complication" line that looks like this...
<compilation targetFramework="4.6.2">
How can I simply update the existing "targetFramework" attribute from "4.0" to "4.6.2" without creating a new entry and breaking the website from running completely? Dummy file attached.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
And please don't simply point me to the help file, as I read over that section and tweaked my settings multiple times. Can you please create and attach a simple working InstallShield 2016 file that actually does what I'm asking?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I've opened a Case instead, so hoping I can get help there as nothing's happening here.