Hi,
we got an application, which wont install on Windows Server 2025. The log provides the following error:
2025-05-10 08:51:41.680 Importing the DLL function.
2025-05-10 08:51:41.680 Successfully imported the DLL function. Delay loaded? No
2025-05-10 08:51:41.680 -- DLL function import --
2025-05-10 08:51:41.680 Function name: ShowWindow
2025-05-10 08:51:41.682 DLL name: user32.dll
2025-05-10 08:51:41.682 Dest DLL name: user32.dll
2025-05-10 08:51:41.682 Importing the DLL function.
2025-05-10 08:51:41.682 Successfully imported the DLL function. Delay loaded? No
2025-05-10 08:51:41.798 Memory error: 1 - Unzulässige Funktion
2025-05-10 08:51:41.798 Total visible memory size (in MB): 0
2025-05-10 08:51:41.798 Message box (OK):
Not enough system memory to install the software.
2025-05-10 08:51:42.947 User chose OK.
2025-05-10 08:51:42.947 InitializeSetup returned False; aborting.
2025-05-10 08:51:42.947 Got EAbort exception.
2025-05-10 08:51:42.947 Deinitializing Setup.
2025-05-10 08:51:42.977 Log closed.
Is there a way to skip this check or do we need to install something like visual C++ on the server?
Thanks and greetings!