[wix-users] Getting binary file's path

Alan Sinclair anadem at gmail.com
Thu Jan 7 11:47:33 PST 2021


if it's a file in your MSI then you can use [#filename] which resolves to
the fully qualified name of the file
see  https://docs.microsoft.com/en-us/windows/win32/msi/formatted

if it's a binary on the target machine you have to use AppSearch to locate
it
https://docs.microsoft.com/en-us/windows/win32/msi/appsearch-table



On Thu, Jan 7, 2021 at 7:08 AM Alon Dean via wix-users <
wix-users at lists.wixtoolset.org> wrote:

> Hi,
> I need a deferred custom action to get the path for a binary file.
> I know how to send parameters with customActionData to a deferred custom
> action, but I don't know how to extract the path for a binary file.
>
> How can I accomplish it?
>
> Thanks
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>



More information about the wix-users mailing list