Modify

Opened 14 years ago

Closed 14 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 by anonymous, 14 years ago

#AutoIt3Wrapper_Run_After can't used, if signtool uses external authentication like PKI card

comment:2 by TicketCleanup, 14 years ago

Version: 3.3.8.1

Automatic ticket cleanup.

in reply to:  1 comment:3 by Valik, 14 years ago

Resolution: Rejected
Status: newclosed

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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.