Is it possible to do installation from command prompt using msiexec with some language parameter, eg 1032 for greeek?
I have checked http://helpnet.installshield.com/robo/proj...pCmdLineMSI.htm
It seems I can't install using parameter and pass in language at the same time.
If I want to pass in language parameter I can only advertise it.
How can I do installation from command prompt (using msiexec /i) and pass in language at the same time?
Any help is welcomed thank you.