View Single Post
  #15  
Old 15-07-2023, 14:29
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 53
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Script requirement if available.

Quote:
Originally Posted by audiofeel View Post
You need to understand what prevents the installer from closing and exiting. You need to look in the task manager. Maybe CLS SREP is not killed there. Then add the code to kill him (there are plenty of examples on the web).
-------------
Exec(ExpandConstant('{win}\System32\taskkill.exe') , '/F /IM cls-srep_x64.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);
Exec2(ExpandConstant('{uninstallexe}'), '/VERYSILENT', false);
DelTree(ExpandConstant('{app}'), True, True, True);
RemoveDir(ExpandConstant('{app}'));
Thank very much for quick reply sir again. Now, i got "Redshank[11.07]" installer were he has included " ISArcExCleanUp;" for uninstallation step. I checked this script & installer window is closing quickly. I'll try to fix my problem with this script.

Sir previously, "CorePack UI - CJ Edition 2" installer with Compiler was available without .iss script. This is exactly similar to "CorePack[03.05]" installer. Is there any .iss script available for CorePack UI - CJ Edition 2?
Reply With Quote