I have an active Professional license and build driver packages that are all distributed as "Single EXE setup (resources inside)". I have recently re-branded one of my packages for a reseller and he wants to sign the MSI and CAB files included in the package with his own digital signature, without sharing his signature with me. Is there any way I can add PAUSE during the build process that I can give him the files built up to that point to sign and re-insert it in the process? Alternatively, is there any way we can open the final EXE assembly, sign the packages using his signature and re-package it again? Thanks!
According to AI support, creating a pause during build process or re-packaging the final EXE assembly is not possible. The only option is to break it down to multiple MSI and external CAB files in order to be able to expose all the files and sign them individually.