Visual Studio 2005 Setup crashes due to terminal server

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,

+2
source share
2 answers

I had a lot of problems with the developers (and the software in general) for the terminal server. I hate this damn thing.

In any case, VS Setup Projects are only .msi files and run using the Windows Installer environment.

, , MSIc183.LOG( c183 ), temp .

- %TEMP% Windows - , , .

  • . %TEMP%, . MSIXYZ.LOG, 1, 2 .. .

, , . , ,

+2

CHANGE USER /INSTALL

. :

CHANGE USER /EXECUTE

, , " " " ".

!

+1

Source: https://habr.com/ru/post/1696792/


All Articles