Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Install WMWare Workstation MSI-Logfile without Exitcode, AppEnforce-Log has exitcode 0

  • Thread starter Thread starter wolfgangm
  • Start date Start date
  • Replies Replies 3
  • Views Views 1K

wolfgangm

New Member
Messages
2
Reaction score
0
Points
1
if we install VMWare Workstation with Install program: msiexec.exe /package "VmWareWorkstation.msi"...
the MSI-Logfile has no exitcode, AppEnforce-Log: exitcode 0;
if we use an install.cmd with exactly command, we get exitcode 0 and message "Installation of... successfull installed" in the msi-log.
What is the difference?
Thank you for help!
 
Last edited:
Exit code 0 is still the same in both. Exactly what problem are you trying to solve?
 
My MSI log has no exitcode, if I install the package without install.cmd. My customer doesn't want an install.cmd, they want the installation with msiexec.exe ...
The most application we install write a msi log thats fine, but e.g. Keepass and VMWare Player do not write the log correctly
 
So add the log switch to the MSIexec command line.

It is unclear to me what problem you are trying to solve.
 
Back
Top