
ANd I also launched the command for the ita version.
Now, when i try to launch updateinstaller.exe
i had this message
- Code: Select all
Starting WSUS Offline Update (v. 10.6) at 9:46:29,55...
Checking user's privileges...
Determining system's properties...
ERROR: Unsupported Operating System ( x64).
Ending WSUS Offline Update at 9:46:33,88...
C:\Users\admin\Downloads\wsusoffline106\wsusoffline\client\cmd>
with some echo added in Doupdate.cmd
i discovered the program exit to :UnsupOS at this point:
- Code: Select all
rem *** Set target environment variables ***
if "%OS_VER_MAJOR%"=="" goto UnsupOS
i verified that the "%OS_VER_MAJOR%" results as a void "" string.

