Create Language Transform
I am trying to create language transform, as I want Portuguese:1046, language. I took blank msi, I changed language in it, then compiled it, I got Portuguese msi. Now I want those changes in transform...
So I took MSITRAN.EXE, and used following commandline to create transform,
msitran.exe [old msi] [changed msi] [path to transform file] -abcde
My question is, to generate such transform, did I put right parameter? [-abcde]?
So I took MSITRAN.EXE, and used following commandline to create transform,
msitran.exe [old msi] [changed msi] [path to transform file] -abcde
My question is, to generate such transform, did I put right parameter? [-abcde]?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
Scazy
14 years ago
Posted by:
anonymous_9363
14 years ago
did I put right parameter?Not according to this article you didn't. You want to GENERATE a transform, not APPLY it so my reading is that you should have used this:
msitran.exe -g [old msi] [changed msi] [path to transform file]
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.