To install and advertise a product using a transform with the command line
1. Open Command Prompt
2. From the command window, type msiexec package /j[u][m] /t transform list and then press ENTER.
Where:
j means to advertise a product. This option ignores any property values entered on the command line.
u means to advertise to the current user.
m means to advertise to all users of this computer.
t means to apply transform to advertised package.
package is the name of the Windows Installer package file.
Microsoft Windows XP – Install and advertise a product with a transform using the command line