View Single Post
  #9  
Old 16-01-2022, 03:41
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
An alternative way is to execute a bat file through Inno Setup.

Code:
[Run]
Filename: "{app}\your bat.bat"; Parameters: "install"; Flags: runhidden
where the bat contains commands to run WemTool.exe.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
Masquerade (16-01-2022)