Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Create Language Transform

Create Language Transform 2 years, 5 months ago #890

  • deployexpert
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]?

Re: Create Language Transform 2 years, 5 months ago #891

  • applicationPackaging
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

Re: Create Language Transform 2 years, 5 months ago #892

  • deployexpert
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]

Re: Create Language Transform 2 years, 4 months ago #1003

  • packager2010
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.
  • Page:
  • 1
Time to create page: 0.62 seconds

     
    
Home Forum