Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Small Patch creation Error 0xC00E5174


1 reply to this topic

SergeyY

SergeyY
  • Members
  • 7 posts

Posted 30 June 2006 - 08:31

Hello.

I have created simple msi package. It consists of one feature that has three components (txt files). Then I have create fixed copy of that one. Fixed copy consists of same files but one of them has 11 byte size (was 6 byte).

When I attempting create patch for original package with msimsp.exe it fails. There are such records in log file

***** Log starting: 2006-06-30 10:17:58 *****

Input-PCP path = 'Patch.pcp'
Patch-MSP path = 'Patch.msp'
Temp Folder = 'C:\Temp\~PCW_TMP.TMP\'
Patch GUID = '{00000001-0003-0000-0000-123456789ABC}'
ListOfPatchGUIDsToReplace = '<none>'
ListOfTargetProductCodes = '*'
PatchSourceList = 'PatchSourceList'
AllowProductCodeMismatches = '1'
AllowProductVersionMajorMismatches = '1'
OptimizePatchSizeForLargeFiles = '<blank>'
ApiPatchingSymbolFlags = '0x00000000'
MsiFileToUseToCreatePatchTables = '<blank>'
SqlCmdToCreatePatchTable = '<blank>'
SqlCmdToCreatePatchPackageTable = '<blank>'
SqlCmdToCreateMsiPatchHeadersTable = '<blank>'
DontRemoveTempFolderWhenFinished = '1'
IncludeWholeFilesOnly = '1'
MinimumRequiredMsiVersion = '<blank>'
SEQUENCE_DATA_GENERATION_DISABLED = '<blank>'
AllowRemoval = '<blank>'

Using internal SQL cmd to create 'Patch' table.
Using internal SQL cmd to create 'PatchPackage' table.
Using internal SQL cmd to create 'MsiPatchHeaders' table.

Files differ: 'C:\Work\TestSet\Patch\Patched\.\File3.txt',
'C:\Work\TestSet\Patch\Target\.\File3.txt'.
Patch API could not create a small patch; using whole upgraded file.
Including entire file: 'C:\Work\TestSet\Patch\Patched\.\File3.txt';
FTK=File3; temp location=MNPapps\01000.FLE.
ERROR: Cannot create Summary Info for primary transform.

***** Log finishing: 2006-06-30 10:24:11 *****

How I can create patch? What is problem? Thanks.

SergeyY

SergeyY
  • Members
  • 7 posts

Posted 30 June 2006 - 10:38

May be anyone can provide to me two simple msi's (fixed and original), pcp-file and patch for them? Thanks.

Edited by SergeyY, 30 June 2006 - 10:50.