Closed mastersign closed 7 years ago
Allow64Bit
If is set to true
, use 64 Bit alternatives for resourcestrue
if the system supports 64 Bit binaries.)Url64Bit
The alternative download URL for a 64 Bit app resourceArchiveName64Bit
The name for a 64 Bit app resource archivesResourceName64Bit
The name for a 64 Bit app resourceOnly64Bit
If set to true
the app can not be activated, given Allow64Bit
is set to true
tooImplemented the concept of system architecture property postfix – SAPP in 54bf12b5df42d5d649d23bfe0fd65288dfdee549.
A subset of the app properties can, alternatively to the usual basic property, be defined with the postfix 32Bit
and 64Bit
. Then, the default value for the basic property is the value of one of the extended properties. Wich one depends on the config property Allow64Bit
and the actual OS support for 64 Bit.
The implementation of the app property Only64Bit
is not finished yet.
The implementation of app property Only64Bit
requires an expansion of the app state in a way that an app can be not supported. This is a new kind of implicit Deactivation.
Completed implementation in d0103bb0a3f53549f08853e97028ec25d88e12cb
Bench needs an option for controlling the usage of x64 binaries. Further there are app properties needed to provide the URL and archive/resource name for x64 ressources.