Hi,
I have built an installer which was already executed successfully on different machines.
Currently I have trouble running the installer on a Windows Server 2008 machine.
When Setup.exe is double-clicked, the loading/initialization page of the wizard appears and stays...
Here are the last few entries of the verbose-log:
MSI (c) (78:34) [14:32:49:833]: Doing action: AI_AppSearchEx
Action 14:32:49: AI_AppSearchEx.
Action start 14:32:49: AI_AppSearchEx.
MSI (c) (78:A4) [14:32:49:834]: Invoking remote custom action. DLL: C:\Users\ADMINI~1\AppData\Local\Temp\MSI344C.tmp, Entrypoint: DoAppSearchEx
Action 14:32:49: AI_AppSearchEx. Searching for installed applications
AI_AppSearchEx: Property: PreReqSearch, Signature: C:\Windows\system32\file.dll
MSI (c) (78!E0) [14:32:49:871]: PROPERTY CHANGE: Adding PreReqSearchAiVerMin property. Its value is '1.0'.
AI_AppSearchEx: Property: PreReqSearch_1, Signature: C:\Windows\system32\file.dll
MSI (c) (78!E0) [14:32:49:872]: PROPERTY CHANGE: Adding PreReqSearch_1AiVerMin property. Its value is '1.0'.
Action 14:32:49: .
:
Action ended 14:32:49: AI_AppSearchEx. Return value 1.
MSI (c) (78:34) [14:32:49:877]: Doing action: AI_RESTORE_AI_SETUPEXEPATH
Action 14:32:49: AI_RESTORE_AI_SETUPEXEPATH.
Action start 14:32:49: AI_RESTORE_AI_SETUPEXEPATH.
Action ended 14:32:49: AI_RESTORE_AI_SETUPEXEPATH. Return value 1.
MSI (c) (78:34) [14:32:49:878]: Doing action: AI_DetectSoftware
Action 14:32:49: AI_DetectSoftware.
Do you have an idea, what might be the reason?
I would be glad for any advice!
Edit: I have already tested the installer on another Windows Server 2008 machine, where everything worked fine.