ruthan Posted December 29, 2018 Posted December 29, 2018 (edited) Hello, i have another installation process is running (msiexec.exe) problem with, every boot, i have to kill it to make installer working, how i do discover what execution it? Which installation it is? Is somewhere some log or how i get parameters with which is process executed? I have this problem for quite long time, on one machine. Edited December 29, 2018 by ruthan
Mcinwwl Posted December 30, 2018 Posted December 30, 2018 Try finding it out with Autoruns utility by Sysinternals.
ruthan Posted December 30, 2018 Author Posted December 30, 2018 I tried to find msiexec.exe in Autoruns output - nothing.
Mcinwwl Posted December 31, 2018 Posted December 31, 2018 Try programs like process hacker or process explorer to check out who is a parent process for this. Also check task scheduler. If that fails, I'm out of simple solutions, and I don't know complex ones.
ruthan Posted December 31, 2018 Author Posted December 31, 2018 (edited) I task scheduler i dont see direct execution of this process, but you be run indirectly.. i have there usually things: Nvidia Geforce experience and drivers Google updater Avira antivirus things Dropbox Adobe Reader BlueStacks helper.. When i try process explorer: - i dont see how to trace the tree, i this option is not available, so my its primary process in info i see this: Its ok? Should this process be autostarted with /v parameter? Here is registry key, uploaded. Key.reg Edited December 31, 2018 by ruthan
Tripredacus Posted January 2, 2019 Posted January 2, 2019 It can be difficult to track msiexec.exe by process name due to the way it operates. It usually will create a process, exit and re-open a new process. For trying to figure out what runs it, you may want to look into the CBS.log. Of course there is always the Windows Performance Toolkit, part of the ADK, which has bootlogging tools.
ruthan Posted January 2, 2019 Author Posted January 2, 2019 (edited) Here is my CBS log, i tried to find msiexe inside, nothing, maybe you know what you need to find.. https://www.dropbox.com/s/268gw07xf3h46zj/CBS -LogRuThaNM-Ond.zip?dl=0 Edited January 2, 2019 by ruthan
Destro Posted January 3, 2019 Posted January 3, 2019 (edited) Windows installer clean up utility it can damage your Computer if u are not careful. Or it can work perfectly fine with no issue. https://www.majorgeeks.com/files/details/windows_installer_cleanup_utility.html safer way. https://support.microsoft.com/en-in/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed Edited January 3, 2019 by Destro
Tripredacus Posted January 3, 2019 Posted January 3, 2019 Destro, that doesn't seem entirely relevant. Ruthan, take a look at this, it is for Windows 7 but perhaps it still works for Windows 10. You may even get to look into the temp folder to see if any logs are already present with the timestamp of your boot time. Otherwise, try setting the registry key and see if it makes any "better" logs appear. https://superuser.com/questions/180281/what-folder-are-installation-logs-in There was nothing really of note in the CBS.log. In the most recent reboot, nothing much but in the one prior Windows Update was doing something.
ruthan Posted January 5, 2019 Author Posted January 5, 2019 Tripredacus: I not sure, what exactly to do, i already have logging on voicewarmupx level, which looks as everything logged. What next?
ruthan Posted January 11, 2019 Author Posted January 11, 2019 It seems to be fixed, i used MS Utilital fixer and ordered installed programs from oldest and tried if uninstall can be executed, if dont i uninstalled program.. There was probably something broken from old Win7 install, which was upgraded to Win10.
Destro Posted January 12, 2019 Posted January 12, 2019 I had a feeling that thing would work. Becasue I had that same problem before. ANd I used those uninstallers and they worked.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now