View Single Post
  #684  
Old 24-03-2019, 11:35
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You can use the folowing for CurStep = ssPostInstall or CurStep = ssDone (like you wish)

Code:
if IsComponentSelectedByName('Game Components\cm:PL') then
    {Execute program here (you can use Exec2 function)}
if IsComponentSelectedByName('Game Components\cm:CZ') then
    {Execute program here (you can use Exec2 function)}
Btw, I rework the Redist page. New update will follow in the next days.
OK, thanks a lot guys 😁 I'll check it out tomorrow, because today is Sunday and in my country about 8:30 PM. 😋


Ok, after adding the conditions and trying to compile I've got an error says that a comma is expected. after looking at the end of the line the comma is added but in the 94-th column there should't be a comma.
2019-03-25_09h12_11.png


I'm attaching my script.
Attached Files
File Type: 7z Script712b9.7z (23.2 KB, 9 views)

Last edited by Schabik; 25-03-2019 at 00:15.
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
Titeuf (25-03-2019)