Hello,

 

I'm using Wix 2.0.5805 and the following code:

 

    <Component Id="filenamelong.dll"
Guid="FXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" Win64="$(var.X_64)">

        <File Id="filenamelong" Name="filena1~.DLL"
LongName="filenamelong.dll" Compressed="yes" KeyPath="yes"
Source="filenamelong.dll"/>

        <Class Id="{1XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
Context="InprocServer32" Server="filenamelong" Description="Test Class"
ThreadingModel="apartment">

            <ProgId Id="Notification.Test.1" Description="Test Class">

                <ProgId Id="Notification.Test" Description="Test Class"
/>

            </ProgId>

        </Class>

    </Component>

 

Everything is technically working properly but I've been asked to
provide a work-around for a UI issue.  The problem I'm dealing with is
the default registry entry for InprocServer32 is being written using the
short file and path name.  Is there a way to force the default registry
entry for InprocServer32 to be written with the long file and path name?

 

Thanks,

Tom

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to