Browse by Tags
All Tags » Localization » ClickOnce (RSS)
Sorry, but there are no more tags available to filter with.
-
|
Yes, you can override any property that appears in the project file. For example, msbuild /target:publish /property:InstallUrl=somewhereelse
|
-
|
msbuild /target:publish /property:TargetCulture=*
|
-
|
Yes, but you must do them one at a time. You can achieve this by varying the Language property on the publish page for each publish. However, it may be more practical to automate this at the command-line using MSBuild.
|
-
|
No. The Language setting on the publish page only allows choosing one language at a time. Also, the bootstrapper is only designed to include packages for a single language.
|
-
|
Yes, you can create an application manifest that defines satellites for multiple cultures. However, the deployment manifest contains publisher name and product name strings which ultimately appear on the end-user’s start menu and Add/Remove Programs dialog...
|
-
|
Yes. With Visual Studio, it’s quite easy. Simply indicate the language of the deployment in the publishing options & the correct satellite assemblies will be automatically published with your deployment.
|