Hi,
I'm using web.config as xml file under Files and Folders. the file contains a list of assembly bindings and from some reason the old version and the new version attributes get a wrong value in some environments that I run the installer. worth to mention that I don't update the xml, I always create a new file.
an example of assemebly binding:
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0"/>
</dependentAssembly>
attached is the aip file.
please advice.
Thanks,
Shlomi