This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How does InstallShield patches work with code signing
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 20, 2012
04:33 AM
How does InstallShield patches work with code signing
Hi,
I have two Dlls.
LargeModule.dll 10 MB
SmallModule.dll 1 MB
Both of them are signed using a code signing certificate. My InstallShield installer is about 15MB.
I did a minor change to SmallModule.dll and re-compiled both modules with a minor version upgrade (i.e. 1.0.0 to 1.0.1). Then signed the dlls again. After that I used an InstallShield patch release to create a new installer to distribute. Since both files are changed (due to version number change) I expected the patch to be about the same size as the original installer. However, it is lot smaller... ~1MB.
How does InstallShield do this patching without breaking my signature?
Thanks heaps in advance.
I have two Dlls.
LargeModule.dll 10 MB
SmallModule.dll 1 MB
Both of them are signed using a code signing certificate. My InstallShield installer is about 15MB.
I did a minor change to SmallModule.dll and re-compiled both modules with a minor version upgrade (i.e. 1.0.0 to 1.0.1). Then signed the dlls again. After that I used an InstallShield patch release to create a new installer to distribute. Since both files are changed (due to version number change) I expected the patch to be about the same size as the original installer. However, it is lot smaller... ~1MB.
How does InstallShield do this patching without breaking my signature?
Thanks heaps in advance.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 20, 2012
05:28 PM
Acutally, please discard this question. I just realized this can be done with a bin diff.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 18, 2024
03:53 AM
I am trying to create minor upgrade. when installer run as update mode driver signature prompts. can you help me on this.