PDA

View Full Version : How to execute an unattended build selecting one languaje (for example Spanish-ES)


Jacobo
10-07-2008, 05:48 AM
Hi, I need to run unattended builds for get .msi packages selecting Spanish languaje by default. I have selected two languajes (English-US and Spanis-ES) both are in "$(var.MSIFactoryFolder)\UI\Default\".

I need to execute a console command like this:

"MSI Factory.exe" /BUILD ".\Project.msifact"

(adding any option for select the languaje...)

If I try to select "Spanish-ES" in build Settings, by the default languaje that not works... But if I try to run a normal build with the option "Prompt for build languaje" and then selecting "Spanish-ES", that works well...
żAnybody knows which is my problem?

(Sorry for my bad english...)