cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
carryr
Level 5

LaunchApp

Hello

I have a wrapper that must executed in my installation, and this program return a code that I must to write in the registry. How can I with LaunchApp obtain this code? Is there any form?

Another question, I need to execute two different things, but they must execute in the same launchapp (the first action is "set ..." that it's need by the second command). How can I do this?

Thanks
Labels (1)
0 Kudos
(2) Replies
Not applicable

LaunchAppAndWait ( szProgram, szCmdLine, LAAW_OPTION_WAIT );

nResult = LAAW_PARAMETERS.nLaunchResult;
0 Kudos
carryr
Level 5

Kevin.Wan wrote:
LaunchAppAndWait ( szProgram, szCmdLine, LAAW_OPTION_WAIT );

nResult = LAAW_PARAMETERS.nLaunchResult;


Thanks Kevin
0 Kudos