After running UpdateInstaller, I get the following error when running Start :
Error #0 (API error code 203) when calling Wow64DisableWow64FsRedirection
Trying to update Win7 64 bit machines which cannot connect to the Internet.
Any help please
			
		
ERROR_ENVVAR_NOT_FOUND
    203 (0xCB)
    The system could not find the environment option that was entered.DllCall("kernel32.dll", "bool", "Wow64DisableWow64FsRedirection", "ptr*", DllStructGetPtr($pRedirect))
If (@error <> 0) OR (_WinAPI_GetLastError() <> 0) Then
  ...
EndIf
Dim $aDllCallResult
$aDllCallResult = DllCall("kernel32.dll", "bool", "Wow64DisableWow64FsRedirection", "ptr", DllStructGetPtr($pRedirect, 1))
If (@error <> 0) OR ($aDllCallResult[0] = 0) Then
  ...
EndIf
Dim $aDllCallResult
$aDllCallResult = DllCall("kernel32.dll", "bool", "Wow64DisableWow64FsRedirection", "ptr", DllStructGetPtr($pRedirect, 1))
If (@error <> 0) OR (NOT $aDllCallResult[0]) Then
  ... 
; use _WinAPI_GetLastError() to add the error code to the message shown to the user
EndIf . Thanks.
. Thanks. 
 Return to Installation / Updating
Users browsing this forum: Baidu [Spider] and 254 guests