JerryD Posted February 3, 2006 Share Posted February 3, 2006 I've written an AutoIt script to help automate upgrading Blackberry Desktop and download the latest firmware for specific devices. It's nice and tiny, and works great - not bragging, just praising AutoIt! Anyway, the compile script is on an internal FTP server, and a link to it will be on a Web page. I'd really like the instructions for its use to click the link and select RUN, except that when you do that, it comes up with this BIG UGLY SECURITY WARNING I have the MS SDK, and it looks like there is some stuff there to digitally sign VB projects, but it's unclear how - or if an AutoIt script can be digitally signed. I've already searched the forms, so if you DO have links to the topic from here and you found them through Search or Power Search, let me know what and how you searched to find it! Thanks. Jerry Link to comment Share on other sites More sharing options...
Valik Posted February 4, 2006 Share Posted February 4, 2006 You will destroy the script if you attempt to alter it in any way, including digital signing. So the short answer is no, you can't sign a compiled script. Link to comment Share on other sites More sharing options...
JerryD Posted February 6, 2006 Author Share Posted February 6, 2006 You will destroy the script if you attempt to alter it in any way, including digital signing. So the short answer is no, you can't sign a compiled script.OK. Thanks. Link to comment Share on other sites More sharing options...
jfrandol Posted February 8, 2006 Share Posted February 8, 2006 OK. Thanks.Valik is right, you cannot currently directly sign an autoit created .exe and have it still work - but you can work around that by re-compressing the .exe with another .exe compression tool (such as iexpress.exe included with windows XP) - after your recompress it with that - the new .exe produced can be signed by tools in the Microsoft .Net Framework SDK (freely downloadable from MS). (I posted a .bat file that had an example - I think you should be able to find it by searching for the few posts by me..)FWIW, Perhaps this hack/work-around will be helpful in your situation... Link to comment Share on other sites More sharing options...
gav46 Posted July 26, 2006 Share Posted July 26, 2006 Valik is right, you cannot currently directly sign an autoit created .exe and have it still work - but you can work around that by re-compressing the .exe with another .exe compression tool (such as iexpress.exe included with windows XP) - after your recompress it with that - the new .exe produced can be signed by tools in the Microsoft .Net Framework SDK (freely downloadable from MS). (I posted a .bat file that had an example - I think you should be able to find it by searching for the few posts by me..)FWIW, Perhaps this hack/work-around will be helpful in your situation...Just tested with the latest AutoIT Beta version - it now works great. I digitally signed my compiled script and it works - Great Stuff AutoIT team !!! Link to comment Share on other sites More sharing options...
jftuga Posted July 26, 2006 Share Posted July 26, 2006 (edited) How do you sign a .exe? What programs did you use, etc? -John Edited July 26, 2006 by jftuga Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile Link to comment Share on other sites More sharing options...
Developers Jos Posted July 26, 2006 Developers Share Posted July 26, 2006 How do you sign a .exe? What programs did you use, etc?-Johnsigntool.exe ...The challenge is to get a certificate you can sign with ..... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
MHz Posted July 26, 2006 Share Posted July 26, 2006 You can easily get a certificate from Thawte. I got one some years ago for digital signing. Email clients like Outlook and Outlook Express also support digital signing for emails. Link to comment Share on other sites More sharing options...
Mallie99 Posted April 12, 2011 Share Posted April 12, 2011 (edited) FYI you can now digitally sign AutoIT Compiled files using SignTool from the .NET Framework SDK. Edited April 12, 2011 by Mallie99 boomingranny 1 Are you telling me something I need to know or something I want to know? Link to comment Share on other sites More sharing options...
trancexx Posted April 12, 2011 Share Posted April 12, 2011 FYI is abbreviation for "Five Fucking Years", right? ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Mallie99 Posted April 13, 2011 Share Posted April 13, 2011 FYI is abbreviation for "Five Fucking Years", right?If I found this post then others will too... It's googlable and it hasn't actually been closed off with the right information... Hehe... This is your public service announcement Next week I'll be announcing the moon landings for those who haven't heard boomingranny 1 Are you telling me something I need to know or something I want to know? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now