All,

 

I am running into problems when deploying the msp patch files.  Everything compiles properly and the msp is successfully created.  However, dlls that have changed are not installed when the msp patch is applied.  Below is the output generated by MsiMsp and it looks to be including the dlls.  For the cmdline to apply the patch I am using:

msiexec /update patch.msp REINSTALL=ALL REINSTALLMODE=amus /L*v c:\patch.log

 

Any ideas??  I am using msimsp.exe version 3.1.4000.1830  Thanks in advance.

 

 

***** Log starting: 2006-06-14 19:55:40 *****

 

Input-PCP path                     = 'C:\build\******\bin\release\******-Release-IIS-2-00-0047-01.pcp'

Patch-MSP path                     = 'C:\build\******\bin\release\******-Release-IIS-2-00-0047-01.msp'

Temp Folder                        = 'C:\DOCUME~1\jrbrower\LOCALS~1\Temp\~PCW_TMP.TMP\'

Patch GUID                         = '{64A9F4AB-0FA1-4601-9A06-21DFCDA3B1D4}'

ListOfPatchGUIDsToReplace          = '<none>'

ListOfTargetProductCodes           = '{06739D49-DE41-4666-816B-130F6897F6B5}'

PatchSourceList                    = '<blank>'

AllowProductCodeMismatches         = '0'

AllowProductVersionMajorMismatches = '1'

OptimizePatchSizeForLargeFiles     = '<blank>'

ApiPatchingSymbolFlags             = '<blank>'

MsiFileToUseToCreatePatchTables    = '<blank>'

SqlCmdToCreatePatchTable           = '<blank>'

SqlCmdToCreatePatchPackageTable    = '<blank>'

SqlCmdToCreateMsiPatchHeadersTable = '<blank>'

DontRemoveTempFolderWhenFinished   = '1'

IncludeWholeFilesOnly              = '1'

MinimumRequiredMsiVersion          = '300'

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.

 

WARNING (14): File versions are equal.  Upgraded: 'C:\build\******\latest\.\PFiles\******\bin\******.dll' ver=2.0.47.0;  Target: 'C:\build\******\rtm\.\PFiles\******\bin\******.dll' ver=2.0.47.0.

     Files differ: 'C:\build\******\latest\.\PFiles\******\bin\******.dll',

                   'C:\build\******\rtm\.\PFiles\******\bin\******.dll'.

    Patch API could not create a small patch; using whole upgraded file.

  Including entire file: 'C:\build\******\latest\.\PFiles\******\bin\******.dll';

           FTK=f460DF69E8ABF4D0A9C76F372FCBEE77A; temp location=AppPatch\00002.FLE.

     Files differ: 'C:\build\******\latest\.\PFiles\******\bin\******Controls.dll',

                   'C:\build\******\rtm\.\PFiles\******\bin\******Controls.dll'.

    Patch API could not create a small patch; using whole upgraded file.

  Including entire file: 'C:\build\******\latest\.\PFiles\******\bin\******Controls.dll';

           FTK=f37EB8C23B7FD4E1896682C77FE1E3791; temp location=AppPatch\00003.FLE.

WARNING (14): File versions are equal.  Upgraded: 'C:\build\******\latest\.\PFiles\******\bin\Interop.******.dll' ver=1.0.0.0;  Target: 'C:\build\******\rtm\.\PFiles\******\bin\Interop.******.dll' ver=1.0.0.0.

     Files differ: 'C:\build\******\latest\.\PFiles\******\bin\Interop.******.dll',

                   'C:\build\******\rtm\.\PFiles\******\bin\Interop.******.dll'.

    Patch API could not create a small patch; using whole upgraded file.

  Including entire file: 'C:\build\******\latest\.\PFiles\******\bin\Interop.******.dll';

           FTK=fCB324476DB1F468FAC936FF395303A16; temp location=AppPatch\00004.FLE.

WARNING (14): File versions are equal.  Upgraded: 'C:\build\******\latest\.\PFiles\******\bin\Interop.DALLib.dll' ver=1.0.0.0;  Target: 'C:\build\******\rtm\.\PFiles\******\bin\Interop.DALLib.dll' ver=1.0.0.0.

     Files differ: 'C:\build\******\latest\.\PFiles\******\bin\Interop.DALLib.dll',

                   'C:\build\******\rtm\.\PFiles\******\bin\Interop.DALLib.dll'.

    Patch API could not create a small patch; using whole upgraded file.

  Including entire file: 'C:\build\******\latest\.\PFiles\******\bin\Interop.DALLib.dll';

           FTK=fAD1E015847D4490D8E1FDF7FD0796A83; temp location=AppPatch\00005.FLE.

 

***** Log finishing: 2006-06-14 19:55:44 *****

 

 

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to