View Single Post
  #1352  
Old 10-12-2018, 03:24
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
any idea how to fix percentage with isdone
if not ISExec (0, 0, 0, ExpandConstant('{tmp}\app.exe'),
if not ISExec (0, 0, 0, ExpandConstant('{tmp}\app.exe'),
if not ISExec (0, 0, 0, ExpandConstant('{tmp}\app.exe'),
if not ISExec (0, 0, 0, ExpandConstant('{tmp}\app.exe'),
i get 200% 300% for each one
i'm looking for like this 10% 20% 30% ....
correct setting and first run it and get records.inf and use and extract records.inf in temp folder , in second time it works fine
u can change the records.inf creation location in
if ISDoneInit(ExpandConstant('{tmp}\records.inf'), $FFFF, 0,0,0, MainForm.Handle, 512, @ProgressCallback) then begin
Reply With Quote