如何在Visual Studio 2012中使用Installshield将代码签名证书添加到设置文件?

时间:2021-12-21 22:37:03

Tool: Visual Studio 2012, InstallShield 2015 Limited Edition(to create Setup). Application Type: Windows Form Application using C#.

工具:Visual Studio 2012,InstallShield 2015限量版(用于创建安装程序)。应用程序类型:使用C#的Windows表单应用程序。

I have Created one windows form Application. And also created it's setup using Install Shield in Visual Studio 2012.

我创建了一个Windows窗体应用程序。并在Visual Studio 2012中使用Install Shield创建了它的设置。

Now I have one Code Signing Certificate and I want to add it in my Project Setup. How can I do It?

现在我有一个代码签名证书,我想在我的项目设置中添加它。我该怎么做?

Or I have to go with ClickOnce instead of InstallShield?

或者我必须使用ClickOnce而不是InstallShield?

Any Suggestion?

有什么建议吗?

1 个解决方案

#1


1  

Unsure about InstallShield LE, but Professional and above have a tab called "Signing" under the Release view where you can set up your signing particulars. See here: Signing Tab in InstallShield Professional

不确定InstallShield LE,但Professional和以上在Release视图下有一个名为“Signing”的选项卡,您可以在其中设置签名详细信息。请参阅此处:InstallShield Professional中的签名选项卡

FWIW, InstallShield just uses the signing tools that come from Microsoft such as signtool.exe to sign the build.

FWIW,InstallShield只使用来自Microsoft的签名工具(如signtool.exe)来签署构建。

Edit: Also found this help doc from InstallShield.

编辑:还从InstallShield中找到此帮助文档。

#1


1  

Unsure about InstallShield LE, but Professional and above have a tab called "Signing" under the Release view where you can set up your signing particulars. See here: Signing Tab in InstallShield Professional

不确定InstallShield LE,但Professional和以上在Release视图下有一个名为“Signing”的选项卡,您可以在其中设置签名详细信息。请参阅此处:InstallShield Professional中的签名选项卡

FWIW, InstallShield just uses the signing tools that come from Microsoft such as signtool.exe to sign the build.

FWIW,InstallShield只使用来自Microsoft的签名工具(如signtool.exe)来签署构建。

Edit: Also found this help doc from InstallShield.

编辑:还从InstallShield中找到此帮助文档。