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
- :
- Signing Files inside EXE
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
Mar 27, 2017
04:19 PM
Signing Files inside EXE
Howdy;
I want to avoid the problem with installing "unsigned" code. I also want to only distribute a single file. InstallShield lets me output either an EXE that is inclusive, or an MSI on a "CD".
In either case, I can sign the bits to ensure they are safe, but when I produce an EXE it is only partially successful. I can sign the EXE, but when the installer is run the MSI inside the installer is NOT signed and puts up the snide "not signed" message.
Is there a way around this problem?
I want to avoid the problem with installing "unsigned" code. I also want to only distribute a single file. InstallShield lets me output either an EXE that is inclusive, or an MSI on a "CD".
In either case, I can sign the bits to ensure they are safe, but when I produce an EXE it is only partially successful. I can sign the EXE, but when the installer is run the MSI inside the installer is NOT signed and puts up the snide "not signed" message.
Is there a way around this problem?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 31, 2017
11:05 AM
Under #6 (Prepare for Release) locate the release that you are signing.
In the signing tab you will want to find "Sign Output Files" which has a drop down menu.
Here you should be able to select 'Setup.exe and Windows Installer Package' which will sign both the setup.exe and the .msi file contained within it.
In the signing tab you will want to find "Sign Output Files" which has a drop down menu.
Here you should be able to select 'Setup.exe and Windows Installer Package' which will sign both the setup.exe and the .msi file contained within it.