Ok,
I will be using this approach for creating patches.
Today, I build my first patch as a test.
I did the following:
- Build an installer
- Build a second installer, with the same resources(files included) exept of one component(so that 20 files where newer)
- Build the patch between these two builds
During the patch building process I get following messages:
"The file 'x' in component 'Y' is different from the file in the previous package, but the key file for this component did not change. As a result, the cahnged file will notget installed in an upgrade scenario.... errorcode Val0004".
This is strange because this message is talking about a file that is exactly the same within the two installers + the fact that it says "the keyfile did not change"... I don't have a keyfile defined within this component since all files are linked in dynamically.
Any ideas why I get these messages?
Thanks for any help...