Month: January 2006

Authenticode’s Signcode

Some of you may be annoyed by the way signcode.exe keeps popping up the password prompt when trying to sign file from command line. There’s a workaround, however. The utility catches password prompt and autoenters the password. After a minute of inactivity it quits. For use in bacth files like this: start /b AutomateSigncodePassword.exe my-authenticode-password…

Read the full article

Resource Updater

Sometimes an automated update of the binary resource is required, to update version, product name, some custom string etc. We have an utility for this and and it found itsself being very useful. We are unlikely to document it, I just leave a sample code illustrating how it all works. Sample.js: Image = new ActiveXObject(“AlaxInfoResourceTools.Image”);…

Read the full article

NTFS Links

A shell extension to create soft links to directories on NTFS file system through drag and drop operation. Drag a directory with the right mouse button and notice new context menu command “Create Soft Link” when dropping the directory. Download the extension (269K)