What are the main parameters of my application on winqual account?

Hello!

I'm build my app with ver (for example 5.0.0.0), map my main .exe withMicrosoft Product Feedback Mapping Tool and upload .xml file on WinQual account!

Do I need to repeat to map my .exe and upload .xml file after rebuild my appliaction (after some chage)?

What are the main parameters of my application on winqual account - main parameters application of filtering crashes events incoming in WER Service?

I see .xml file and found next parameters:

PRODUCT PRODUCT_NAME="Lexema"

PRODUCT_VERSION="5.0"

MATCHING_FILE NAME="ProjectMyTestWERApi.exe"

SIZE="168224"

CHECKSUM="0x5E0ABFA"

BIN_FILE_VERSION="5.0.0.0"

BIN_PRODUCT_VERSION="5.0.0.0"

PRODUCT_VERSION="1.0.0.0"

FILE_DESCRIPTION=""

COMPANY_NAME=""

PRODUCT_NAME=""

FILE_VERSION="5.0.0.0"

ORIGINAL_FILENAME=""

INTERNAL_NAME=""

LEGAL_COPYRIGHT=""

VERFILEDATEHI="0x0"

VERFILEDATELO="0x0"

VERFILEOS="0x4"

VERFILETYPE="0x1"

MODULE_TYPE="WIN32"

PE_CHECKSUM="0x32C82"

LINKER_VERSION="0x0"

UPTO_BIN_FILE_VERSION="5.0.0.0"

UPTO_BIN_PRODUCT_VERSION="5.0.0.0"

LINK_DATE="06/19/1992 22:22:17"

UPTO_LINK_DATE="06/19/1992 22:22:17"

VER_LANGUAGE="Русский [0x419]"

UNMAPPED="FALSE"

Is this parameters like SIZE and CHECKSUM is important and I need to upload new map file after every rebuild?

[1904 byte] By [NikolaiBochkarev] at [2008-2-3]
# 1

Hi Nikolai,

We currently use the FileName, FileVersion, and Linkdate to Map files to a winqual account. So, in your case, we will use ProjectMyTestWERApi.exe, 5.0.0.0, and 06/19/1992 22:22:17

You will need to re-map if you are re-building the application you want to collect data on.

Kind Regards,

-Jason

JasonHardester-MSFT at 2007-10-2 > top of Msdn Tech,Microsoft ISV Community Center Forums,Windows Error Reporting for ISVs...
# 2

Thanks!

Now I'm understand problem in my topic

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2058359&SiteID=1

ALL Delphi applications have same LINK_DATE '06/19/1992 22:22:17'!

In this case ALL delphi apps with same names and FileVersion can recieve at some winqual account

(Like in my case, I get ALL errors from ALL project1.exe ver 1.0.0.0 of the world)

Now I see it!

Thank you for help!

P.S.

I try complile in Delphi 7 and Delphi 2006 and get same LINK_DATE: 06/19/1992..

NikolaiBochkarev at 2007-10-2 > top of Msdn Tech,Microsoft ISV Community Center Forums,Windows Error Reporting for ISVs...