Fabry Posted August 18, 2007 Posted August 18, 2007 (edited) How can I add a signature or a certifcation at my compiled exe? Resource Hacker? Edited August 18, 2007 by Fabry A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza è il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
Fabry Posted August 19, 2007 Author Posted August 19, 2007 Up "view new posts" is fantastic. A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza è il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
ChrisL Posted August 19, 2007 Posted August 19, 2007 Up "view new posts" is fantastic. Do you mean this? #Region;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_icon=D:\My Documents\icons\RC.ico #AutoIt3Wrapper_outfile=C:\MyFile.exe #AutoIt3Wrapper_Res_Comment=Does some stuff #AutoIt3Wrapper_Res_Description=Does stuff to a thing which is green #AutoIt3Wrapper_Res_Fileversion=1.0.0.18 #AutoIt3Wrapper_Res_Field=Author|Chris Lambert #AutoIt3Wrapper_Res_Field=Another|Something else #EndRegion;**** Directives created by AutoIt3Wrapper_GUI **** [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Fabry Posted August 19, 2007 Author Posted August 19, 2007 @CrhisL How can I read "Author|Chris Lambert"? A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza è il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
Zedna Posted August 19, 2007 Posted August 19, 2007 @CrhisL How can I read "Author|Chris Lambert"? FileGetVersion("YourExe.exe","Author") Resources UDF ResourcesEx UDF AutoIt Forum Search
Fabry Posted August 19, 2007 Author Posted August 19, 2007 Thank you!!! But can I insert digital signature at my compiled script? A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza è il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
Zedna Posted August 19, 2007 Posted August 19, 2007 (edited) Thank you!!! But can I insert digital signature at my compiled script? Look at my post: Add and use binary data to/from resources #compiler_run_after=ResHacker.exe -add %out%, %out%, any_file.dat , 10, SIGNATURE, 0 Edited August 19, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
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