Possibly you want [!EMACSPATH] instead of ![EMACSPATH].

Rob

Brian Elmegaard wrote:
> Hi,
> 
> I have added some extensions to the file types in my installer. I make
> them like this:
>           <Component Id="component10" DiskId="1" 
> Guid="1b773f20-6644-11da-ac2c-00904b6c2734">
>             <File Id="file10" Name="dna.exe" src="c:\Documents and 
> Settings\be\My Documents\dna\dist\distribution\bin\dna.exe"
>                   />
>             <ProgId Id="DNA.dnafile" Description="DNA model file">
>               <Extension Id="dna" ContentType="application/dna">
>                 <Verb Id="open" Sequence="10" Command="Open" 
> Target="![EMACSPATH] -n" Argument='"%1"' />
>               </Extension>
>             </ProgId>
>               ....
>             </Component>
> 
> They are stored in windows when I run the installer, but when I double
> click a file of the given type it does not open the Target, but opens
> the dialog where I should select the application to run the
> program. What can be the reason?
> 
> tia,


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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