Commit History

Author SHA1 Message Date
  Martijn Laan 8a2994ee98 VerifyPrecompiledFiles -> DisablePrecompiledFileVerifications. Also status tweaks. 1 month ago
  Martijn Laan 23507b9d6c Update ISCmplr. 1 month ago
  Martijn Laan 2d0ec7b9e5 Add support for dowload+extractarchives in a simple and clean way 👍 1 month ago
  Martijn Laan f3f7fbad28 Finish: Tweaks and fixes after testing. 1 month ago
  Martijn Laan e2034a4866 Update. 1 month ago
  Martijn Laan d987eea43b Merge branch 'main' into files-hash 1 month ago
  Martijn Laan 132172c396 Oops. 1 month ago
  Martijn Laan a73d49d52e Cleanup by adding TSetupFileVerification. 1 month ago
  Martijn Laan 41e4b363cd Add SHA256 verification in all places where it can do ISSig verification, using new [Files] parameter Hash. 1 month ago
  Martijn Laan 3c67d36bff Add [Files] flag "download" for integrated download support. Was rather easy 👍 2 months ago
  Martijn Laan 7f6278c99b Merge branch 'files-extractarchive' 2 months ago
  Martijn Laan 387af86d00 Improve messages and fix a problem. 2 months ago
  Martijn Laan 00838c94ac Improve ISCmplr's issigverify errors to be like Setup's, with small differences. 2 months ago
  Martijn Laan e3a968e10f Enable Excludes support. 2 months ago
  Martijn Laan a1b8d669c1 Enumerate archive instead of dir in second place (of three). 2 months ago
  Martijn Laan db0d0fbfaa Don't allow Excludes and extractarchive. Does not mean all other parameters and flags will be okay, need to check later. 2 months ago
  Martijn Laan c645409e76 Compiler: add extractarchive flag & ExtractArchivePassword parameter. 2 months ago
  Martijn Laan 9e1b67740b Add info about VerifyPrecompiledFiles to the errors. 2 months ago
  Martijn Laan 4b294bdf0e Check trust of the check E32's + more TrustFunc cleanup + fix the .issig entries added by previous commit. Todo: islzma*.exe? Also todo: add directive to disable. 2 months ago
  Martijn Laan 67815aaccd Tweak ExtractArchive transition info. 2 months ago
  Martijn Laan 56bbf40579 Add [ISSigKeys] RuntimeID, remove [Code] ISSigLoadTextFromFile. 2 months ago
  Martijn Laan faf859c14a Cleanup duplicate ISSig verification code. 2 months ago
  Martijn Laan bbcadf5620 Make it work. (Reverted previous commit by force push, didn't need the overload.) 3 months ago
  Martijn Laan ce14023594 Add [Files] ISSigAllowedKeys parameter. Not yet used by Setup and not yet documented. Can be set to a space separated list of key names and groups. 3 months ago
  Martijn Laan 7840e44c1f Add [ISSigKeys] Group parameter. 3 months ago
  Martijn Laan 3fe8f683e5 Log successful ISSig verification. 3 months ago
  Martijn Laan 89f067a1c6 Check for duplicate [ISSigKeys] names at compile time. (Other sections which use names don't have such a check so that's why this is "new" code.) 3 months ago
  Martijn Laan fe896a83a1 Don't autostrip issigverify when ISSigKeys is empty but error instead. Also mention .issig in the help file. 3 months ago
  Martijn Laan 38b9393df1 Add alternative KeyFile parameter to [ISSigKeys]. Also cleanup a leftover LowerCase on the PublicY parameter. 3 months ago
  Martijn Laan d2c69470f6 Tweak KeyNotFound message: 'incorrect key ID' makes sense for the tool since it works with a single key but the Compiler and Setup can have multiple. 3 months ago