INSTALLDIR
|
Allows you to define the location where the application will be installed during local installation. If this property is not set, the Taxprep default location will be used.
|
msiexec /i PersonalTaxprep.msi INSTALLDIR="C:\Program Files (x86)\Wolters Kluwer\T1 Taxprep 2018" /qn+
|
EFILE
|
Allows you to define the location of the EFILE database. If this property is not set, the Taxprep default location will be used.
|
msiexec /i PersonalTaxprep.msi EFILE="C:\Program Files (x86)\Wolters Kluwer\T1 Taxprep 2018" /qn+
|
TAXPREP_SLIPS_INTEGRATION
|
Allows you to define the location or export data coming from Taxprep Forms. If this property is not set, the Taxprep default location will be used.
|
msiexec /i PersonalTaxprep.msi TAXPREP_SLIPS_INTEGRATION="C:\Program Files (x86)\Wolters Kluwer\T1 Taxprep 2018" /qn+
|
TARGETDIR
|
Allows you to define the location for the installation server. Applies only to the Network and Advanced Network versions of Taxprep.
|
msiexec /a PersonalTaxprep.msi TARGETDIR="z:\Taxprep T1 2018" /qn+
|
TAXPREPACTIVATIONKEY
|
Allows you to enter the activation key for the product when you perform a local installation of Taxprep.
If you are not using this property, you will have to enter the activation key for the product the first time you use it.
|
msiexec /i PersonalTaxprep.msi TAXPREPACTIVATIONKEY="5555-5555-5555-5555" /qn+
|
TEMPLATES_PATH
|
Allows you to define the location where the different templates are saved when you perform a local installation of Taxprep.
If you are not using this property, the Taxprep default location will be used.
|
msiexec /i PersonalTaxprep.msi TEMPLATES_PATH="C:\Templates" /qn+
|
TXPLANGUAGE
|
Allows you to define the default language used in the application.
Use the "French" setting in order for the language to be set to "French" or "English" in order for the language to be set to "English."
If this property is not set, English will be the default application language.
|
msiexec /i PersonalTaxprep.msi TXPLANGUAGE=French /qn+
|
TRANSFORMS
|
Allows you to use French as the language when installing the application.
The 3084.mst file must be in the same location as the PersonalTaxprep.msi file.
|
msiexec /i PersonalTaxprep.msi TRANSFORMS="3084.MST" /qn+
|