cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JYoder
Level 3

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.

Labels (1)
0 Kudos
(2) Replies
JYoder
Level 3

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?

0 Kudos
JYoder
Level 3

I've opened a Case instead, so hoping I can get help there as nothing's happening here.

0 Kudos