Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Document harvesting better #240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BryanCrotaz
Copy link
Contributor

Added explanation and information for newbies

Added explanation and information for newbies
@BryanCrotaz
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

```xml
<Project Sdk="WixToolset.Sdk/4.0.2" TreatWarningsAsErrors="true">
<ItemGroup>
<HarvestDirectory Include="$(SolutionDir)MyProject\bin\Release\net7.0">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$(SolutionDir) should not be used in examples. It is not always available.

@@ -34,15 +56,15 @@ The following properties control harvesting:
| -------- | ----------- |
| `HarvestDirectoryAutogenerateGuids` | Optional boolean property. Whether to generate authoring that relies on auto-generation of component GUIDs. The default is `$(HarvestAutogenerateGuids)` if specified; otherwise, **true**. |
| `HarvestDirectoryComponentGroupName` | Optional string property. When harvesting multiple directories in a project, specify this metadata to create unique file names for the generated authoring. The component group name that will contain all generated authoring. |
| `HarvestDirectoryDirectoryRefId` | Optional string property. The identifier of the Directory element that will contain all generated authoring. |
| `HarvestDirectoryDirectoryRefId` | Optional string property. The identifier of the Directory into which the harvested files will be copied when you run the installer. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

be copied when you run the installer. should be replaced with simply installed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm writing this with newbies in mind. I really struggled with the documentation and I'm suggesting changes that make it more understandable. Verbose and explicit was what I was aiming for.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants