Add missing file with msp patch

后端 未结 2 750
走了就别回头了
走了就别回头了 2021-01-25 16:51

I created an installer, deployed to our test environment and got an error due to a missing dll (it was not included in the wsx file). Is it possible to create a MSP patch to shi

2条回答
  •  半阙折子戏
    2021-01-25 17:53

    Yes, you can add a missing file through a patch. Perhaps this article will help: http://wix.sourceforge.net/manual-wix2/patch_building.htm

    When creating a patch you should always modify your existing installer. You don't create a new installer from scratch. Also, never remove resources from the new version. For a patch you should either modify or add resources.

    Regarding error 2356, it seems like the original installation is somehow corrupted. You can try repairing the old version before applying the patch on it.

提交回复
热议问题