c# - run an exe while install a setup through visual studio installer -


i want fetch system information while run setup.exe file.

i used visual studio installer , create setup file.

if possible while run setup.exe can run , fetch system information through c#.

i has done fetch system information , save in .txt file in c#. how run code while install setup.


Comments