Do you not know the name of your EXE at compile time?  You could hard code
the name of the executable, or you could use the preprocessor.
 $(var.ProjectName.TargetFileName) will get you the file name of the output
of the project with name 'ProjectName' if you've set up the references in
Visual Studio correctly (see
http://wixtoolset.org/documentation/manual/v3/votive/votive_project_references.html
).

Nicholas

On 28 October 2014 11:28, soldag <soeren_ol...@freenet.de> wrote:

> Hmm, too bad that their is no other possibility, because I never came in
> touch with custom actions.
>
> I want to specify, which version of the Interner Explorer should be used
> inside my application. Therefore I need to add a registry key with only the
> executable name (see  here
> <
> http://weblog.west-wind.com/posts/2011/May/21/Web-Browser-Control-Specifying-the-IE-Version
> >
> ).
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Get-only-the-name-of-a-file-by-its-id-tp7597508p7597528.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
>
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to