Standard Method
The target line from the language pack deployment shortcut can easily be appended to a deployment script in most network management tools such as Microsoft’s SCCM. This can enable unattended and efficient multi-language Inventor deployments in even the largest enterprise networks
Advanced Method
As an alternative, you can combine Inventor and LP deployments together. This method enables the configuration of a single Inventor deployment to support users in a global enterprise while providing the flexibility to easily exclude certain languages from certain distributions.
This method is an advanced technique and requires manually editing sensitive installation files. For most users it is strongly advised to install Inventor and its language packs sequentially from their own deployments.
Locate YOUR_DEPLOYMENT_NAME.INI file in the following location: ...\your_deployment_name\Img\...
POSTREQUISITE=GRANTA;INVENTOR_LANGPACK_CHS; INVENTOR_LANGPACK_DEU
Postrequisite
[GRANTA]
[INVENTOR_LANGPACK_CHS]
PLATFORM=NATIVE
PRODUCT_NAME= Autodesk Inventor 2014 Language Pack - Simplified Chinese
EXE_PATH=%platform%\zh-CN\inventor\inventorlp.msi
EXE_PARAM=STANDALONE_LP=1
LOG=%tmp%\Inventorlpchs2014Install.log
[INVENTOR_LANGPACK_DEU]
PLATFORM=NATIVE
PRODUCT_NAME= Autodesk Inventor 2014 Language Pack - German
EXE_PATH=%platform%\de-DE\inventor\inventorlp.msi
EXE_PARAM=STANDALONE_LP=1
LOG=%tmp%\Inventorlpdeu2014Install.log
[INVENTOR_LANGPACK_CHS] - Use the local abbreviation as the suffix of the section name, for example: CHS, ENU, DEU
PRODUCT_NAME= Autodesk Inventor 2014 Language Pack - Simplified Chinese - Enter the target language name here.
EXE_PATH=%platform%\zh-CN\inventor\inventorlp.msi - The language name (for example, zh-CN) and the path must be the same as entered Step 1.
EXE_PARAM=STANDALONE_LP=1 - Do not remove this line. It is a requirement for the installation. Your installation will fail if you remove this line.
LOG=%tmp%\Inventorlpchs2014Install.log - Use the local abbreviation in the log file name.