Hello guys. I got stucked with this patch problem and I can't find any solution 
to solve it.
This is the log file that was created after I ran this command : 
Msimsp.exe -s Patch.pcp -p Patch.msp -l Patch.log
***** Log starting: 2007-07-05 16:21:38 *****

  INFO: Using Pcp Path: F:\msCRM\msCRMWebSetupWiX\patch.pcp.
  INFO: Using Temporary Directory: 
C:\Users\Shmenutz\AppData\Local\Temp\~pcw_tmp.tmp.
  INFO: Passed all of the main control parameter validation to PatchWiz, now 
calling the next 5 phases.
  INFO: Phase I:    Entered validation and processing phase.
  INFO:         Validation of Pcp.
  INFO:         MinimumRequiredMsiVersion is 100.
  INFO:         SEQUENCE_DATA_GENERATION_DISABLED is 0.
  INFO:         ListOfPatchGUIDsToReplace is .
  INFO:         ListOfTargetProductCodes is 
{D3DB714B-A0B7-4194-9979-99D1A4BCEB99}.
  INFO:         MsiFileToUseToCreatePatchTables is .
  INFO:         PatchGUID is {88888888-A0B6-4B4F-BC2F-F12AF106C29E}.
  INFO:         PatchOutputPath is F:\msCRM\msCRMWebSetupWiX\patch.msp.
  INFO:         PatchSourceList is .
  INFO:         PATCH_CACHE_DIR is .
  INFO:         AllowDualPatch is 0.
  INFO:         AllowProductCodeMismatches is 0.
  INFO:         AllowProductVersionMajorMismatches is 0.
  INFO:         ApiPatchingSymbolFlags is 0.
  INFO:         DontRemoveTempFolderWhenFinished is 1.
  INFO:         IncludeWholeFilesOnly is 0.
  INFO:         PATCH_CACHE_ENABLED is 0.
  INFO:         OptimizePatchSizeForLargeFiles is 0.
  INFO:         META_DATA_GENERATION_DISABLED is 0.
  INFO:         TrustMsi is 0.
  INFO:         AllowLaxValidationFlags is 0.
  INFO: Phase III:    Entering Prepare Files.
  ERROR: Could not create the patch authoring transform at path: 
C:\Users\Shmenutz\AppData\Local\Temp\~pcw_tmp.tmp\Patch_errorToPatch_fixed.MST.
  ERROR:     The Last Error Received is: 232
  ERROR:     The Last Error Received is: 1: 2223 2: 
F:\yyy\old\CRMWebSetup-2.0.msi 3:  4:  
  ERROR: Internal PatchWiz Error occurred.
  ERROR:     The Last Error Received is: -1072803323


*****************************************************************************************************


The code in the Patch file look like this :


<?xml version='1.0' encoding='windows-1252'?>
http://schemas.microsoft.com/wix/2003/01/wi'>
  
    <PatchCreation Id='88888888-A0B6-4B4F-BC2F-F12AF106C29E'
    AllowMajorVersionMismatches='no' AllowProductCodeMismatches='no'
    CleanWorkingFolder='no' WholeFilesOnly='no'>
    
    <PatchInformation Description="Acme's Foobar 1.0.1 Patch" 
Keywords='Installer'
      Comments='Foobar is a registered trademark of Acme Ltd.' 
Manufacturer='Acme Ltd.'
      Languages='1033' Compressed='yes' SummaryCodepage='1252' />

    <PatchMetadata Description="CRMWeb 2.1 Patch"
      DisplayName='CRMWeb 2.1 Patch' TargetProductName='CRMWeb 2.1'
      ManufacturerName='misoft systems' MoreInfoURL='www.crmweb.biz'
      Classification='Update' AllowRemoval='yes' />
               
    <Family Name='Patch101' DiskId='2' MediaSrcProp='PatchSrcPropName' 
SequenceStart='1000'>
      <UpgradeImage Id='Patch_fixed' src='..\..\yyy\old\CRMWebSetup-2.0.msi'>
        <TargetImage Id='Patch_error' Order='1' IgnoreMissingFiles='no' 
SourceFile='..\..\xxx\old\CRMWebSetup-2.0.msi' />
      </UpgradeImage>
    </Family>

    <TargetProductCode Id='d3db714b-a0b7-4194-9979-99d1a4bceb99' />        
    
  </PatchCreation>  
  
</Wix>


******************************************************************************************

Any input from somebody ?
Thanks in advance.



Andrei PETRUT
mail :[EMAIL PROTECTED]



 
____________________________________________________________________________________
Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to