Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

IE plug-in Silent Install, is there any way to parameter the language ?

Hello,
I have to deploy the IE plug-in on a World Wide enterprise.

I've extracted the msi file and I've the following command line to launch the installation :
msiexec /i C:\Folder\QvPluginSetup.msi /l*v C:\Folder\Installation_Log.txt /quiet

Is there any possibility to parameter the language in the command line ?

Best regard

P.S : Version 9 SR2

7 Replies
Not applicable
Author

Hi,

in the directory where the .msi was extracted during the manual installation of the plugin, is also a MST-file.
In this file is stored the language you chose.

Add to your msiexec-execute the parameter TRANSFORMS="PathToTheMST"

I've tested it with the 8.5 plugin, but I don't think that there's a difference between both versions.

regards

Not applicable
Author

How to view the mst file? I can't see any mst file created. So I don't know how to write the mst file. Any help is appreciate.

Gustav_Guldberg
Employee
Employee

Hi,

On the machine where QVS is installed, see the c:\Program Files\Qlikview\server\clients.....\Plugin
Just like Fabian said, the .MST files should be there.

If you can't find them, reply to this post and I can get the right path for you.

Regards,

Gustav

Anonymous
Not applicable
Author

Just so I am clear, if we want to deploy in English as the default language, we would NOT use the TRANSFORM parameter?? Thanks in advance.

StefanBackstrand
Partner - Specialist
Partner - Specialist

Hrm, I accidently marked the above answer as the right one, sorry for that. Doesn't seem to be an undo for that..

Anyways, Jim, you are correct on the last question. English is default.

Not applicable
Author

Hi guys,

Does these commands are still valid for the all 10 and 11 SR's?

I'm lloking for the .MST files in c:\Program Files\Qlikview\server\clients.....\Plugin and I can't find any file of that type. All I find in that folder are the next files:

opendoc.htm

opendoc.js

opendoc_fix.htm

QvPluginSetup.exe

Web.config

Thanks in advance

Not applicable
Author

Hi,

Just so other people know. I realized first I had to install the plugin with the QvSetupPlugin.exe and the MSI file will be located in a path somewhat like the next:

C:\Users\UserName\AppData\Local\QlikTech Installations\{1638469C-E840-4596-91E5-9A09F564A342}\

Also, the MST file (language file) will be placed in that location.

Once you have the MSI file, you can execute the silent installation with the following command:

msiexec /i "C:\Folder\QvPluginSetup.msi" /l*v "C:\Folder\Installation_Log.txt" /quiet

Hope it helps others!