Finished changes to resolve issues associated with server response without payload data.
Changed the name of the .msi files to not include "-msi" as part of the names as per request. GetAuthToken requests that fail due to a name resolution error now will return an error code indicating the reason.
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
"OwnerKey" = "8:_UNDEFINED"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
"Entry"
|
||||
{
|
||||
"MsmKey" = "8:_UNDEFINED"
|
||||
"OwnerKey" = "8:_8BA6CEFB68CD4AAD97E83D7408DF393B"
|
||||
"MsmSig" = "8:_UNDEFINED"
|
||||
}
|
||||
}
|
||||
"Configurations"
|
||||
{
|
||||
@@ -27,7 +33,7 @@
|
||||
"DisplayName" = "8:Debug"
|
||||
"IsDebugOnly" = "11:TRUE"
|
||||
"IsReleaseOnly" = "11:FALSE"
|
||||
"OutputFilename" = "8:Debug\\authtokenclient_msi.msi"
|
||||
"OutputFilename" = "8:Debug\\authtokenclient.msi"
|
||||
"PackageFilesAs" = "3:2"
|
||||
"PackageFileSize" = "3:-2147483648"
|
||||
"CabType" = "3:1"
|
||||
@@ -59,7 +65,7 @@
|
||||
"DisplayName" = "8:Release"
|
||||
"IsDebugOnly" = "11:FALSE"
|
||||
"IsReleaseOnly" = "11:TRUE"
|
||||
"OutputFilename" = "8:Release\\authtokenclient_msi.msi"
|
||||
"OutputFilename" = "8:Release\\authtokenclient.msi"
|
||||
"PackageFilesAs" = "3:2"
|
||||
"PackageFileSize" = "3:-2147483648"
|
||||
"CabType" = "3:1"
|
||||
@@ -171,7 +177,7 @@
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:authtokenclient"
|
||||
"ProductCode" = "8:{6D3AAA36-871A-4427-9311-FC3FE2F17511}"
|
||||
"PackageCode" = "8:{AF5CA0D9-0CFE-4EDF-9B54-8B936910C236}"
|
||||
"PackageCode" = "8:{9794A10E-6E27-4DDE-8C40-535FA06EB88E}"
|
||||
"UpgradeCode" = "8:{69C5F129-788A-4487-9397-331C0A313A2D}"
|
||||
"RestartWWWService" = "11:FALSE"
|
||||
"RemovePreviousVersions" = "11:FALSE"
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
"DisplayName" = "8:Debug"
|
||||
"IsDebugOnly" = "11:TRUE"
|
||||
"IsReleaseOnly" = "11:FALSE"
|
||||
"OutputFilename" = "8:Debug\\authtokenclientdevel_msi.msi"
|
||||
"OutputFilename" = "8:Debug\\authtokenclientdevel.msi"
|
||||
"PackageFilesAs" = "3:2"
|
||||
"PackageFileSize" = "3:-2147483648"
|
||||
"CabType" = "3:1"
|
||||
@@ -94,7 +94,7 @@
|
||||
"DisplayName" = "8:Release"
|
||||
"IsDebugOnly" = "11:FALSE"
|
||||
"IsReleaseOnly" = "11:TRUE"
|
||||
"OutputFilename" = "8:Release\\authtokenclientdevel_msi.msi"
|
||||
"OutputFilename" = "8:Release\\authtokenclientdevel.msi"
|
||||
"PackageFilesAs" = "3:2"
|
||||
"PackageFileSize" = "3:-2147483648"
|
||||
"CabType" = "3:1"
|
||||
@@ -325,7 +325,7 @@
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:authtokenclientdevel_msi"
|
||||
"ProductCode" = "8:{C3A6CFD7-F415-4317-AA75-45888378B08A}"
|
||||
"PackageCode" = "8:{C1C1B7C2-503A-4064-8C67-3BBC55C1E619}"
|
||||
"PackageCode" = "8:{A96250E5-B755-4245-9366-FDB7A997B9FC}"
|
||||
"UpgradeCode" = "8:{A98C298C-4FB1-4267-9045-92B820B97A14}"
|
||||
"RestartWWWService" = "11:FALSE"
|
||||
"RemovePreviousVersions" = "11:FALSE"
|
||||
|
||||
Reference in New Issue
Block a user