Thread: Isexec (ISdone)
View Single Post
  #11  
Old 26-04-2013, 06:23
Pein46's Avatar
Pein46 Pein46 is offline
Registered User
 
Join Date: Feb 2013
Location: Malaysia
Posts: 27
Thanks: 12
Thanked 8 Times in 7 Posts
Pein46 is on a distinguished road
Talking

I use this parameter but my problem is the .ogg files is not deleted after decoded..

Code:
if not ISExec          ( 0, 0, 0, ExpandConstant('{tmp}\oggdec.exe'), ExpandConstant('"{app}\data\sounds\*.ogg"'), ExpandConstant('{tmp}'), '...',false) then break;
any solution?
sorry my bad english

Last edited by Pein46; 26-04-2013 at 06:25.
Reply With Quote