I have an installation project created by Visual Studio 2005, and consists of a C # .NET 2.0 project and a C ++ MFC project and C ++ runtime. It works properly when starting from the main console, but when starting a terminal server session in the target Windows XP environment, the installation fails as follows: When Setup.exe is called, it immediately crashes until the first welcome screen appears. When called through the physical console, setup is fine.
I decided that I could return to the lab machine for debugging, but it works fine on the lab computer on Terminal Server.
I see other descriptions of installation problems in terminal server sessions, but I don't see a specific solution. Both machines have an almost identical configuration, except that one that does not work also has a GoToMyPC host installed.
Has anyone else seen these problems and how can I fix them?
Thank,
source
share