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
- :
- Re: IsCmdBld.exe not signing files
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
‎May 24, 2013
09:09 AM
IsCmdBld.exe not signing files
I have configured my InstallShield project to sign both my output Setup.exe as well as some of the executables that are installed as part of my project. If I build my project using the InstallShield UI, everything is signed correctly. I can see in the built output that the exe's were signed and when I install, I can verify the exes are signed.
However, when I build this same project on our automation server using IsCmdBld.exe, the Setup.exe is signed correctly but none of the files that are installed with my application are signed. I checked the build output and there is no mention anywhere that the files were signed. Any idea what could be going on here?
However, when I build this same project on our automation server using IsCmdBld.exe, the Setup.exe is signed correctly but none of the files that are installed with my application are signed. I checked the build output and there is no mention anywhere that the files were signed. Any idea what could be going on here?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 24, 2013
04:52 PM
aer127 wrote:
However, when I build this same project on our automation server using IsCmdBld.exe, the Setup.exe is signed correctly but none of the files that are installed with my application are signed. I checked the build output and there is no mention anywhere that the files were signed. Any idea what could be going on here?
What automation server are you using? Can you post the command-line or script lines that you are using within your automation builder?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 28, 2013
06:34 AM
We are using TeamCity 7.1.5 with MSBUILD. The command within MSBUILD to kick-off the InstallShield is below. It's really pretty simple and seems as if there should be no problems.
"IsCmdBld.exe -p Project.ism -y 1.0.0.0 -z ProductTheme=Theme1"
The TeamCity build agent is a Windows XP machine. Could there be any problems with Windows XP? The machine were we run the InstallShield UI that works is a Windows 7 machine.
"IsCmdBld.exe -p Project.ism -y 1.0.0.0 -z ProductTheme=Theme1"
The TeamCity build agent is a Windows XP machine. Could there be any problems with Windows XP? The machine were we run the InstallShield UI that works is a Windows 7 machine.