0

When installing a specific software (cheops) via SCCM to german PC's we are facing an issue with the language of the operating system.

It seems that the installpackage is searching for a map which is named "Program Files". On German staged pc's where the operating system is most of the time in German, the map is called "programme"

Is it possible that this might cause a problem? How can we fix this?

Kara
  • 6,115
  • 16
  • 50
  • 57

1 Answers1

0

A couple of ideas:

  1. Complain to the software vendor. They should be using environment variables rather than a hard-coded path. Sigh... I suspect, though, that you don't have much control over that.
  2. Many setup programs allow parameters to be passed via the command line. Perhaps you could pass a German-specific path for those users. See this example or here.
Community
  • 1
  • 1
jeffrey_t_b
  • 1,779
  • 12
  • 18