Hi,

I am authoring wix version 3 com servers in the 'correct' way as below,
but the LocalServer32 @ registry entry is generated in 8.3 format names.

This seems to be because of the [!MyServer.exe] generated in the msi. If
I use orca to change that to [#MyServer.exe] then I get the long
filename as I require. I would much prefer to maintain the code below
rather than a load of registry entries which are prone to mistakes, is
there any method of forcing the [#MyServer.exe] to be generated.

<?xml version="1.0" encoding="utf-8"?>
<Include>
    <TypeLib Id="EA305BC3-2E79-4D45-80ED-1255CA84833F"
             Advertise="no"
             Language="0"
             MajorVersion="1"
             MinorVersion="0"
             Description="MyServer 1.0 Type Library"
             HelpDirectory="INSTALLDIR">
        <AppId Id="94C608D3-2ACA-419F-BF70-F66CC418CCBE"
               Description="MyServer"
               Advertise="no" >
            <Class Id="BBAFBB6F-4BB7-41BC-8770-A723EABDC901"
                   Advertise="no"
                   Context="LocalServer32" >
                <ProgId Id="MyServer.Control.1">
                    <ProgId Id="MyServer.Control" />
                </ProgId>
                <Interface Id="B62C4D30-0086-4AB1-ABDB-F0E74D36D1C7"
                           Name="IControl"
 
ProxyStubClassId="00020424-0000-0000-C000-000000000046"
 
ProxyStubClassId32="00020424-0000-0000-C000-000000000046"
                           />
            </Class>
        </AppId>
    </TypeLib>
</Include>

Thanks,

Peter

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to