OK, done this, which seems to work:

<ProgId Id="MyApp.MyFileType" Description="My File Type" Icon="ID_GUID1" 
IconIndex="4">
  <Extension Id="my-file-type">
    <Verb Id="Open" Command="open" TargetFile="ID_GUID1" Argument="/dde" />
  </Extension>
</ProgId>
<File Id="ID_GUID2" Source="Sample.my-file-type" Name="Sample.my-file-type" />
<RegistryValue Root="HKCR" Key=".my-file-type\ShellNew" Name="FileName" 
Value="[#ID_GUID2]" Type="string" Action="write" />


-- 
View this message in context: 
http://n2.nabble.com/ShellNew-FileName-tp2584703p2586782.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