Skip to content

Instantly share code, notes, and snippets.

View reikjarloekl's full-sized avatar

Jörn Bungartz reikjarloekl

  • Parker, CO
  • 23:21 (UTC -06:00)
View GitHub Profile
@reikjarloekl
reikjarloekl / shellexecute-nonblocking.iss
Last active December 16, 2021 15:14 — forked from jakoch/unzip.iss
Helper for executing executables without blocking the InnoSetup GUI
// Based on code written by Rik and Jens A. Koch (@jakoch) on StackOverflow:
// http://stackoverflow.com/questions/32256432/how-to-execute-7zip-without-blocking-the-innosetup-ui
[Code]
#IFDEF UNICODE
#DEFINE AW "W"
#ELSE
#DEFINE AW "A"
#ENDIF