Hi,
I need to run a setup.exe file (let's call it setup2.exe file) from another setup file (let's call it setup.exefile) during the "before installalling". Both the exe come from Setup Factory.
Usually i do this using File.Run() with the "WaitForReturn"=true, but this time i need to be able to pass information collected by setup2.exe intoller, to the setup.exe.
Which is the best practice to do this?
Thanks in advance.
Filippo
I need to run a setup.exe file (let's call it setup2.exe file) from another setup file (let's call it setup.exefile) during the "before installalling". Both the exe come from Setup Factory.
Usually i do this using File.Run() with the "WaitForReturn"=true, but this time i need to be able to pass information collected by setup2.exe intoller, to the setup.exe.
Which is the best practice to do this?
Thanks in advance.
Filippo
Comment