Opened 13 years ago
Closed 13 years ago
#2151 closed Feature Request (Rejected)
integrate signtool in AutoIt3Wrapper
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | Other | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
I like to add digital signatures to some programs. It would be good to integrate the MS signtool inside AutoIt3Wrapper, if a Windows SDK is installed. So the complete handling is easier.
Check for Windows SDK:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows (CurrentInstallFolder) is contains the SDK Path
Signtool is located ad (CurrentInstallFolder)\Bin\signtool.exe
Call like:
SIGNTOOL sign /a /t http://timestamp.comodoca.com/authenticode AutoIt3Wrapper_Outfile AutoIt3Wrapper_Outfile_x64
Attachments (0)
Change History (3)
comment:1 follow-up: ↓ 3 Changed 13 years ago by anonymous
comment:3 in reply to: ↑ 1 Changed 13 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
Replying to anonymous:
#AutoIt3Wrapper_Run_After can't used, if signtool uses external authentication like PKI card
Why? Rather, why does having this built into AutoIt3Wrapper solve the issue you describe? Further, who said you had to run SIGNTOOL directly in the directive? Write your own script that does work when invoked by AutoIt3Wrapper directives.
I can't see digital signing being used by very many people and I'm certain that you can do it already using existing directives built into AutoIt3Wrapper.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
#AutoIt3Wrapper_Run_After can't used, if signtool uses external authentication like PKI card