I have a .net project that has a post build event to apply a signature to the final assembly. But InstallShield is not getting the signed assembly. Does anyone know why this is happening?
Asked
Active
Viewed 190 times
1
-
You might want to provide more information about how the post-build event finds the assembly, where it puts the signed output (if it differs), and how InstallShield finds the assembly. – Michael Urman Oct 19 '12 at 12:17
-
I has a developer having the same problem. We are using ildasm and ilasm to apply the key. It is a temporary solution for now, but it is still causing a great deal of headaches for us. – Robin Robinson Nov 27 '12 at 18:36
1 Answers
0
The limited edition is removing the digital signature.
IF you want the exe to be signed you need to have paid version and select "Include files and patterns" of the signing tab.

Narayana
- 105
- 1
- 8