Environment:
Visual Studio Ultimate 2010
.NET 4.0
Windows XP, Vista and 7
We have a Visual Studio Setup project with 30 to 40 projects in it.
Now we need the setup in two languages.
The only property I would like to change is the “Localization”
Is it possible to share the project and only change the Localization project while generating the two deployment packages?
Please see this thread for localizing an MSI:
Setup.exe calling msi based on Regional setting
I don’t see how you could share a setup project in order to generate multiple packages. I think you need two separate setup projects, one for each language.