Windows error 0x0000066D, 1645

Detailed Error Information

INSTALL_REMOTE_PROHIBITED[1]

MessageThe Windows Installer does not permit installation from a Remote Desktop Connection.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007066D.

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 1645 (more)

Questions

-2votes
0answers

VB.NET insert try exception handler & class with method & function & types . using dnlib

Good morning I use dnlib in vb.net We want to inject a class and a function and a try catch exception handler. The place I will insert is an already created exe file, not a new one. I'm looking for an example of it, but I can't find it. The [...] read more
c#
.net
vb.net

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0