To install 64-bit Stata/MP for all users:
E:\setup.exe /qn ADDLOCAL=Ado,Core,StataMP64
To install 32-bit Stata/SE for all users:
E:\setup.exe /qn ADDLOCAL=Ado,Core,StataSE32
To install 64-bit Stata/IC for all users, and using the “C:\data” folder as the default
working directory:
E:\setup.exe /qn ADDLOCAL=Ado,Core,StataIC64 USEPERSONALDIR=0
To install 32-bit Stata/IC for all users, and using the “C:\statadata” folder as the default
working directory:
E:\setup.exe /qn ADDLOCAL=Ado,Core,StataIC32 USEPERSONALDIR=0 INSTALLDIR1="C:\\statadata"