Skip to content

Commit

Permalink
Relying on SKU ID to write output
Browse files Browse the repository at this point in the history
Now relying on SKU ID presence to set the flag to write XML output as i was previously relying only on PRODUCT ID presence which is not available on Office15 (Office 2013) OSPP.vbs (there was no XML output in this case)
  • Loading branch information
gehasia authored Apr 1, 2019
1 parent 5fe18ee commit 0e0b07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/msofficekey.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Sub getOfficeOSPPInfos(version)
' Debug : echo office data
' WScript.echo "oProdId = " & oProdID
Case "SKU ID"
writeProduct = 1
oGUID = mTab(1)
' Debug : echo office data
' WScript.echo "oGUID = " & oGUID
Expand Down

0 comments on commit 0e0b07f

Please sign in to comment.