If you chase down your machine.config in %windir%\Microsoft.NET\Framework\<frameworkversion >\Config
for framework 4.0 at least you will not find deployment retail mentioned in that file. According to
https://msdn.microsoft.com/en-us/lib...v=vs.100).aspx
Quote:
The following default <deployment> element is not explicitly configured in the machine configuration file, but is the default configuration.
<deployment retail="false" />
|
HTH