Applying code signing for 7zip SFX (self extracting exe)

假如想象 提交于 2020-01-16 04:55:12

问题


I have code signing applied to the windows exe.

And then we create an SFX (self extracting exe) with that windows exe and a json data file using the following commands.

"C:\Program Files\7-Zip\7z.exe" a -t7z abc.7z "C:/xampp/htdocs/path/test.dat"

"C:\Program Files\7-Zip\7z.exe" a -t7z abc.7z "C:/xampp/htdocs/path/test.exe"

But when we try to download this sfx exe, we are getting warning from the browser and also showing confirmation to proceed with the installation when trying to install since there is no publisher info.

How can I apply code signing to the sfx exe created with the 7zip??

来源:https://stackoverflow.com/questions/37226077/applying-code-signing-for-7zip-sfx-self-extracting-exe

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!