I'm developing an installer (an .exe) that extracts and launches another installer. If I use an Authenticode certificate to sign the first .exe, does the embedded installer need to be signed too? I need to be able to run my installer on various versions of Windows (including Vista with UAC turned on) and the experience needs to be seemless for users.
Thanks.