Add not LTSC info for IoTEnterprise in change edition
parent
233c9d1b29
commit
8c440c5c48
|
@ -17986,7 +17986,11 @@ echo:
|
|||
|
||||
for %%A in (%_ntarget%) do (
|
||||
set /a counter+=1
|
||||
if /i %%A==IoTEnterprise (
|
||||
echo [!counter!] %%A [GAC, not LTSC]
|
||||
) else (
|
||||
echo [!counter!] %%A
|
||||
)
|
||||
set targetedition!counter!=%%A
|
||||
)
|
||||
|
||||
|
|
|
@ -547,7 +547,11 @@ echo:
|
|||
|
||||
for %%A in (%_ntarget%) do (
|
||||
set /a counter+=1
|
||||
if /i %%A==IoTEnterprise (
|
||||
echo [!counter!] %%A [GAC, not LTSC]
|
||||
) else (
|
||||
echo [!counter!] %%A
|
||||
)
|
||||
set targetedition!counter!=%%A
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue