trancexx Posted January 5, 2018 Author Share Posted January 5, 2018 22 hours ago, Deye said: I didn't see anyone mention how this can work together with code signing .. If you code sign a file before the first run the digital signature breaks right after Sign the file after the first run and it becomes unverified .. was just interested to know how if it was technically possible to combine the both They can't be combined. The idea behind both methods is pretty much the same. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
jpm Posted March 3, 2018 Share Posted March 3, 2018 @trancexx Would be possible to have a version that if we set a variable containing a timeout value of the msgbox so I can automize the first call without user interaction as Global $CheckSumVerifyTimeout = 1 #include "CheckSumVerify.a3x" If Global not defined same as today no timeout waiting user interction Thanks for this awesome include czardas 1 Link to comment Share on other sites More sharing options...
trancexx Posted March 18, 2018 Author Share Posted March 18, 2018 On 4.3.2018. at 12:24 AM, jpm said: @trancexx Would be possible to have a version that if we set a variable containing a timeout value of the msgbox so I can automize the first call without user interaction as Global $CheckSumVerifyTimeout = 1 #include "CheckSumVerify.a3x" If Global not defined same as today no timeout waiting user interction Thanks for this awesome include First run is meant to be done by you, not user. But I see what you mean by automating, so maybe it would be better to add custom callback function. Maybe like this: Global $CheckSumVerifyCallback = CustomFunctionToCall #include "CheckSumVerify.a3x" ...But that adds global variable, so I'm not sure. czardas 1 ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
jpm Posted March 18, 2018 Share Posted March 18, 2018 Thanks you catch the idea of the automation so do what you can Link to comment Share on other sites More sharing options...
jpm Posted May 22, 2020 Share Posted May 22, 2020 Hi, I just found out that it does work with Beta 3.3.15.x in 64-bit Can tou have a look Thanks Cheers 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