cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Omanlynn
Level 2

run another install

is there a way to run another install other then chained msi's?

we have a install that needs to run another install that has it's own prerequisites.
Labels (1)
0 Kudos
(1) Reply
maadal
Level 3

Yes, you can do it by running DoInstall.
nResult = DoInstall (svExePath, svCmdLine, LAAW_OPTION_WAIT);

where
svExePath is the path to the install you want to run (setup.exe),
svCmdLine contains any parameters to pass to the installation.
0 Kudos