deployexpert created the topic: 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]?
applicationPackaging replied the topic: Re: Create Language Transform
Which tool for packaging do you use? If it`s IS than there is possibility under Tools – Create/Apply Transform . Just follow the instruction on the screen
deployexpert replied the topic: Re: Create Language Transform
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]
packager2010 replied the topic: Re: Create Language Transform
you can generate transform using Orca as well.
1. Edit MSI with Orca.
2. Drag and drop Language transform.
3. Make the changes.
4. Go to Transforms-> Generate Transform.
5. Save MST.
Hope this helps.
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024