You??™ll specify the installation location using the
TARGETDIR
parameter.
/j{u | m}
Product.MSI
[{/t
TransformList
| /g
LanguageID
]
Advertises an application
on a network. Use the
/ju
command line switch to advertise to the current user. The
/jm
command line switch advertises the application to all users on the network. Use the
/jm
command
line switch when you need to install a package using elevated rights (privileges). The
/t
command line switch specifies a transform list used to advertise the product. A transform is a
method of customizing the MSI database to meet specific needs. It??™s a property that you can
specify at the command line using the
TRANSFORMS
parameter. For example,
TRANSFORMS=
???:1033???
might select a file of advertising information in United States English based on a Locale
Identifier (LCID) of 1033.You can also supply transforms as part of a Microsoft Transform (MST)
file. The
/g
command line switch lets you specify a language identifier directly. The language is
normally an LCID. You can find a list of common LCIDs at
http://krafft.com/scripts/
deluxe-calendar/lcid_chart.htm
.
{/uninstall | /x} {
Product.
Pages:
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816