Skip to main content

TrackedFileType Enumeration

Tracked file types.

Members

MemberDescription
BuiltContentOutputOutput created by the build process itself (like a .cab). These files can be recreated in the final output location by building again.
BuiltPdbOutputOutput pdb created by the build process itself (like a .wixpdb). These files can be recreated in the final output location by building again.
BuiltTargetOutputTarget output created by the build process itself (like a .msi, .msm, .wixlib, .exe). These files can be recreated in the final output location by building again.
CopiedOutputOutput copied by the build process (like external files in an .msi). These files are not created by the build process but are copied to the final output location.
InputFile tracked as input (like content included in an .msi).
IntermediateIntermediate file (like a .cab in the cabcache). These are left for subsequent builds.
TemporaryTemporary file (like an .idt or any other temporary file). These are to be deleted before the build completes.

WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8