Have anyone used GoDaddy's Code Signing Certificate with ClickOnce - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T17:01:55Z http://stackoverflow.com/feeds/question/439259 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/439259/have-anyone-used-godaddys-code-signing-certificate-with-clickonce 0 Have anyone used GoDaddy's Code Signing Certificate with ClickOnce tronda 2009-01-13T15:05:00Z 2009-07-16T19:04:30Z <p>According to the FAQ to GoDaddy they support SignTool from Microsoft, but mage.exe isn't mentioned. Mage.exe is used to sign the application, but I haven't been able to figure out if mage.exe uses SignTool. If anyone have used GoDaddy's code signing certificate for ClickOnce a short confirmation would have been appreciated.</p> http://stackoverflow.com/questions/439259/have-anyone-used-godaddys-code-signing-certificate-with-clickonce/439395#439395 4 Answer by David Thomas Garcia for Have anyone used GoDaddy's Code Signing Certificate with ClickOnce David Thomas Garcia 2009-01-13T15:34:58Z 2009-01-13T15:34:58Z <p>I'm using GoDaddy's code signing certificate with a ClickOnce deployment. To sign the deployment, I just call the <a href="http://msdn.microsoft.com/en-us/library/ms164304.aspx" rel="nofollow">SignFile Task</a> in MSBuild during the deployment build script.</p> http://stackoverflow.com/questions/439259/have-anyone-used-godaddys-code-signing-certificate-with-clickonce/819264#819264 0 Answer by Rudi for Have anyone used GoDaddy's Code Signing Certificate with ClickOnce Rudi 2009-05-04T08:27:12Z 2009-05-04T08:27:12Z <p>Both the Mage.exe as well as the SignFile MSBuild Task use the SignTool.exe to sign the files. (reflectored both tools, to build my own custom solution)</p>