I have a couple of .sb6 projects:

a) a full installation of my software which installs a .exe and a few .dll files and assorted other stuff.

b) a service pack installer which patches the .exe and some of the .dlls and replaces others (which are less security-crucial)

I am planning to apply the code signature in both.

Question: does this change my own executable which is being installed, or does it change the installer program. [The information must be stored somewhere.]

If it changes my own program, how can I ensure that future patches will recognise the .exe as being a valid one which can be patched?

Dave