FileInfo

Languages

Overview

What is a WIXPDB file? File created by the WiX toolset, a Windows installer development program; generated by the linker tool for every final output; contains debugging information.

More Information The output WIXPDB file is created by the PdbOutputFile string parameter. This common WiX MSBuild parameter indicates to the linker to create the WIXPDB file. The parameters are used by the Light tool, which is included in the WiX Toolset. The PdbOutputFile parameter is contained in the PropertyGroup parameter, which is located in the .WIXPROJ file. The following is an example: <PropertyGroup> <PdbOutputFile>output.wixpdb</PdbOutputFile> </PropertyGroup>

Popularity2/5

2 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the WiX Debug file format and Windows apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperOutercurve Foundation
Popularity2.0 | 2 Votes

Previous / Next

In-Depth

.WIXPDB File Extension

WiX Debug File

DeveloperOutercurve Foundation
Popularity
2.0  |  2 Votes
 

What is a WIXPDB file?

File created by the WiX toolset, a Windows installer development program; generated by the linker tool for every final output; contains debugging information.

More Information

The output WIXPDB file is created by the PdbOutputFile string parameter. This common WiX MSBuild parameter indicates to the linker to create the WIXPDB file. The parameters are used by the Light tool, which is included in the WiX Toolset.

The PdbOutputFile parameter is contained in the PropertyGroup parameter, which is located in the .WIXPROJ file. The following is an example:

<PropertyGroup> <PdbOutputFile>output.wixpdb</PdbOutputFile> </PropertyGroup>

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference WIXPDB files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

WiX Toolset

Free

Category: Developer Files

Updated: October 16, 2013

FAQ

What is a WIXPDB file?
File created by the WiX toolset, a Windows installer development program; generated by the linker tool for every final output; contains debugging information.