Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.14 KB

resolvesource-action.md

File metadata and controls

37 lines (21 loc) · 1.14 KB
description ms.assetid title ms.topic ms.date
The ResolveSource action determines the location of the source and sets the SourceDir property if the source has not been resolved yet.
6d6205a0-a870-4df2-922b-befea7e28a1a
ResolveSource Action
article
05/31/2018

ResolveSource Action

The ResolveSource action determines the location of the source and sets the SourceDir property if the source has not been resolved yet.

Sequence Restrictions

The ResolveSource action must come after the CostInitialize action.

ActionData Messages

There are no ActionData messages.

Remarks

The ResolveSource action must be called before using the SourceDir property in any expression. It must also be called before attempting to retrieve the value of the SourceDir property using MsiGetProperty. The ResolveSource action should not be executed when the source is unavailable, as it may be when uninstalling the application.

Related topics

Source Resiliency