Assembly Signing
-
Hi Guys, I know Visual Studio can sign .Net assemblies, but i don't know what tool it uses to do so, and what it's limitations are. Does anyone know what the tool is so that i can dig it up? And does anyone know if i could use it to sign non .Net assemblies? I am looking to sign an INNO Setup Installer and Uninstaller with my company certificate file so that it does not display as "Unknown" in the UAC popups. Regards Tris
------------------------------- Carrier Bags - 21st Century Tumbleweed.
-
Hi Guys, I know Visual Studio can sign .Net assemblies, but i don't know what tool it uses to do so, and what it's limitations are. Does anyone know what the tool is so that i can dig it up? And does anyone know if i could use it to sign non .Net assemblies? I am looking to sign an INNO Setup Installer and Uninstaller with my company certificate file so that it does not display as "Unknown" in the UAC popups. Regards Tris
------------------------------- Carrier Bags - 21st Century Tumbleweed.
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
-
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
Damnit - I swear i already Googled for that. Half the links on the first are already visited. Also, it doesn't tell me if i can sign a non .Net assembly with the AL.
------------------------------- Carrier Bags - 21st Century Tumbleweed.
-
Damnit - I swear i already Googled for that. Half the links on the first are already visited. Also, it doesn't tell me if i can sign a non .Net assembly with the AL.
------------------------------- Carrier Bags - 21st Century Tumbleweed.
Tristan Rhodes wrote:
if i can sign a non .Net assembly with the AL.
Nope. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
-
Tristan Rhodes wrote:
if i can sign a non .Net assembly with the AL.
Nope. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
Ok - is there any way to sign non .Net assemblies? I've only come up with stuff for .Net on all my google runs. :P
------------------------------- Carrier Bags - 21st Century Tumbleweed.
-
Ok - is there any way to sign non .Net assemblies? I've only come up with stuff for .Net on all my google runs. :P
------------------------------- Carrier Bags - 21st Century Tumbleweed.
you can sign an assyembly with x509 certificate using signtool.exe