cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
needo_673
Level 3

How to pass Installer language to setup prerequisite

Hi,

Project Type: Basic Msi

I am launching an exe(which is a win form dialog) from a setup pre-requisite and need the language code inside this exe to translate all labels.

Can anyone give me idea how can language code be passed to a setup prerequisite?

I did pass language codes to custom actions.. it work fine but I dont know how to do with pre-requisite.
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

You should be able to pass [ProductLanguage] on your prerequisite's command line.
0 Kudos
needo_673
Level 3

MichaelU wrote:
You should be able to pass [ProductLanguage] on your prerequisite's command line.



Does not matter application is in slient mode or normal but parameters only
work when entering into text box that says.. "Specify Command line for the application when step is running in silent mode"

It does not work when passing parameters for application not in silent mode (first textbox)
0 Kudos