Bugs item #1746809, was opened at 2007-07-02 14:49
Message generated for change (Comment added) made by heaths
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: Closed
>Resolution: Wont Fix
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: Heath Stewart (heaths)
Date: 2008-05-02 01:22

Message:
Logged In: YES 
user_id=1335104
Originator: YES

We will be fixing the assembly version and using the file version in
future builds.

----------------------------------------------------------------------

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 the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to