Bugs item #1746809, was opened at 2007-07-02 14:49
Message generated for change (Comment added) made by pmarcu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1746809&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: v3.0
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Heath Stewart (heaths)
Assigned to: pmarcu (pmarcu)
Summary: .config files should redirect for extensions
Initial Comment:
Keeping private extensions up to date with the latest WiX drop is a hassle, and
most often there are no breaking changes. To prevent this problem, the
"app.config" files (smoke.exe.config, for example)should redirect the binding
to the common WiX assemblies like wix.dll to the current version. So if an
extension requests build 2921.1 but wix.dll is build 2925.0, the extension will
still load (assuming no link errors).
----------------------------------------------------------------------
>Comment By: pmarcu (pmarcu)
Date: 2007-10-03 15:24
Message:
Logged In: YES
user_id=1612676
Originator: NO
Adding something like this to the config files should do it:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="wix"
publicKeyToken="**replace with keytoken**"
culture="neutral" />
<bindingRedirect oldVersion="3.0.0.0 - 3.0.65535.65535"
newVersion="3.0.3324.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
----------------------------------------------------------------------
Comment By: sameer garde (sameer_garde)
Date: 2007-09-28 15:40
Message:
Logged In: YES
user_id=1864340
Originator: NO
category: Extensions
----------------------------------------------------------------------
Comment By: Mike Dimmick (mikedimmick)
Date: 2007-07-12 13:45
Message:
Logged In: YES
user_id=1040952
Originator: NO
I'm not convinced that WiX should be using strong names at all.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1746809&group_id=105970
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs