MST files or Transforms are not for remote or silent installation. It is for configuring the install of a software to specific environment or specific group of users
You can run an msi package in a silent mode using the /q option
For example you can write a batch file
msiexec /i YourApplication.msi /qn
Refer to this link for more command line options
http://msdn.microsoft.com/
For remote installation you may need to use some admin software like RemoteScope or Active Directory Services
Read more here
http://www.micro2000.co.uk
Main Topics
Browse All Topics





by: grayePosted on 2006-08-01 at 08:24:44ID: 17224711
I'd suggest that you start this journey with the MSDN help files (if you haven't already)
library/de fault.asp? url=/libra ry/ en-us/m si/setup/a pplying_tr ansforms.a sp
http://msdn.microsoft.com/
MST are created via the Orca tool from the Windows Installer SDK.