Problems with InstallerPatch and Incremental Patch
Dirkulez opened this issue · 3 comments
Hi there!
I am just testing SimplePatchTool since I need such functionality for a project. Unfortunately I am faced with some problems concerning InstallerPatches and IncrementalPatches. RepairPatches seem to work without any problems.
Downloading and Decompressing works fine but copying the files fails. Seems the InstallerPatchApplier / IncrementalPatchApplier does not use the correct path. Or from an other point of view the Patch has not the expected structure or rather is not extracted to the expected path.
For example the Installer Patch has a structure like Installer.patch\Installer<project name>\Versions<version>\ (similar to the project sructure) and is extracted to %APPDATA..\local\SimplePatchToolDls<project name>\InstallerPatch<project folder>\Versions<version>
When the InstallerPatchApplier tries to copy the files it expects the files at %APPDATA..\local\SimplePatchToolDls<project name>\InstallerPatch\
Similar behavior with the IncrementalPatch ... with little different structure in the patch file and different expected path in the PatchApplier.
Am I doing anything wrong or could there a problem with the SimplePatchTool?
Best regards
Dirk
Looks good. Now the patches seem to have the correct structure regardless of the -projectRoot parameter.
Thanks for the good support!!