[wix-users] How to identify the language of my msi
Mahesh Wickramasinghe
wickramasingha4u at gmail.com
Wed Oct 4 00:53:29 PDT 2017
Hello,
I made a msi and built it using 3 deference languages(en-US;ja-JP;zh-CN)
I am running a exe during install. so i used a custom action.
[ExeCommand="cmd.exe /c Util.exe] .
Now i need to pass it the language, that the msi has built. like
[ExeCommand="cmd.exe /c Util.exe -l en-US] . But i don't how to do that. is
there a property or a way to find the language im running msi package?
Thank you.
More information about the wix-users
mailing list