disable kmsc support for vista until it can be implemented
This commit is contained in:
parent
1cf9823ad3
commit
74cce5e941
@ -9,6 +9,8 @@ namespace LibTSforge.Modifiers
|
||||
{
|
||||
public static void Charge(PSVersion version, bool production, Guid actId)
|
||||
{
|
||||
if (version == PSVersion.Vista) throw new NotSupportedException("This feature is not supported on Windows Vista/Server 2008.");
|
||||
|
||||
if (actId == Guid.Empty)
|
||||
{
|
||||
actId = SLApi.GetDefaultActivationID(SLApi.WINDOWS_APP_ID, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user