Hi All,

does anyone know how to install file associations without DDE ?

This is my current wix code - 

<ProgId Description="File" Id="????.Document" Icon="???.ico"
Advertise="yes">
        <Extension Id="???" >
                <Verb Id="Open" Command="Open with ??" Argument='"%1"' />
        </Extension>
</ProgId>

With this code it installs the file association ok but with DDE turned on. I
need to have DDE turned off.

To see what i mean if you open  windows explorer and go to any folder,
select Tools | Folder Options | FileTypes. From the list select any filetype
e.g. doc and click Advanced, then click Edit. Here you will see use DDE
ticked.

 I need to have the Use DDE unticked when install the file associaiton, does
anyone have any ideas ?
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installing-File-associations-without-DDE-tp5069485p5069485.html
Sent from the wix-users mailing list archive at Nabble.com.

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

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to