I am creating a basic msi project using the installsheild 2012 premier league. I have two problems.
1.) MSI should start the user exe after it has created the folders and files of the application being installed. This only needs to be done once the application is installed.
2.) MSI should also inform that the user exe is being launched, which language the user has chosen to run MSI.
I have no information about problem 2. As for problem 1, here is my attempt, as described below:
Now I have the setup, it starts right away at the beginning, before creating the product files and folders. Below are my settings

and click "Next" to go to the screen below.

Now, to run a custom exe only after creating files and folders, if I changed the In-Script execution from "Immediate execution" to "Executing execution" in the first image above and proceed to the next screen, I get the following error with any combination that I tried 
Please help me here. Thank you for your time.
source share