View Single Post
  #2  
Old 07-11-2017, 06:41
rambohazard rambohazard is offline
Registered User
 
Join Date: May 2010
Location: Brazil
Posts: 21
Thanks: 107
Thanked 16 Times in 7 Posts
rambohazard is on a distinguished road
Use this script in your .ini file:

if not ISExec ( 0, 0, 0, ExpandConstant('{app}\rebuild.bat'), '', ExpandConstant('{app}'), 'Rebuilding files...',false) then break;

To auto delete the .bat file, simply edit the last line to:
del /f /q rebuild.bat

delete the InjectorMaker.exe too

Sorry for bad english
Reply With Quote
The Following 4 Users Say Thank You to rambohazard For This Useful Post:
EzzEldin16 (08-11-2017), mubbii (14-11-2018), oltjon (07-11-2017), Simorq (08-11-2017)