hello everyone,
I Have written set of msi's into batch file with c# program,then with the process.start function im trying to run batch file, i want to install apps with silent mode without any user interaction so i scripted as msiexec /i @something.msi /qn...it's not working but when i use /qb it'll install with basic installer UI...but want to install apps such that user shld come to knw only when he checks in control panel....or else a icon on desktop should be shown.........