I don't know how to start setup.exe
with any arguments.
Actually a try this code but something goes wrong:
Dim p As New ProcessStartInfo
p.FileName = Application.StartupPath & "\Content\Office\2013_ALL\x86\setup.exe"
p.Arguments = Application.StartupPath & "\Content\Office\2013_ALL\x86\setup.exe" & "/configure .\365HomePrem86.xml"
p.WindowStyle = ProcessWindowStyle.Normal
Process.Start(p)
Let me know if you have an idea to fix it !
I want start setup.exe like this (.bat file) :
start setup.exe /configure .\365HomePrem86.xml