Multi-Language MSI Packages without Setup.exe Launcher
Please help me to create multi language MSI package without Setup.exe by using wix.
I have created mst file for different languages and embedded it with EmbedTransform tool but it works only with command lint option like msiexec /i SampleMulti.msi TRANSFORMS=":fr-fr.mst". It was not working if I change language of my machine and install directly using msi.
I have followed below link from post but it also did not work how to create language transformation that will correctly change the ProductLanguage property in Wix.
It can also be fine if we can choose language from dropdown and installer language change according.
Please help me out.