Page 1 of 1

Code signing with InstallAware

Posted: Wed Jun 08, 2016 2:42 pm
by jessican
Hi!

So, I've been going through the tutorial here on how to implement code signing for InstallAware.
http://www.installaware.com/blog/?p=416

I've hit a bump though.. the instructions say "1. In the Project Options dialog (“CTRL+SHIFT+F11”) select the “Post-Build” event node listed within the left tree pane control. Then in the Commands field enter the following command line sequence...."

Unfortunately, I have InstallAware Developer... and "Build Events are available only with InstallAware Studio and above."

So... how do I Sign my package and comply with Microsoft's New Code Signing Policy?
Is there an alternate approach to the build events?

Please let me know how I should do the code signing with developer edition..

Re: Code signing with InstallAware

Posted: Thu Jun 09, 2016 10:17 am
by FrancescoT
Dear Jessican,

which is your IA version?

Regards

Re: Code signing with InstallAware

Posted: Thu Jun 09, 2016 10:33 am
by jessican
I have the X3 Developer version!

Re: Code signing with InstallAware

Posted: Thu Jun 09, 2016 10:54 am
by FrancescoT
Dear Jessican,

I asked for the version because IA X4 complies with the new "Code Signing Policy".

Unfortunately in your case the possible option is to follow the steps described with the following link.
http://www.installaware.com/forums/viewtopic.php?f=2&t=10575

Alternatively, you may use Microsoft "Signtool" to sign your package from command line.

Hope this helps you.

Regards

Re: Code signing with InstallAware

Posted: Thu Jun 09, 2016 1:22 pm
by jessican
It does! Thank you!

Re: Code signing with InstallAware

Posted: Thu Jun 09, 2016 1:24 pm
by FrancescoT
:D