/build/static/layout/Breadcrumb_cap_w.png

.MSI file hangs

I deployed a .MSI file via SCCM and it hangs and never finishes. It also won't write anything to the log file. I have this command line.

 

"C:\WINDOWS\system32\msiexec.exe" /i /q "C:\MSIs\QuickTime.msi" /L*V+! "c:\build\AppleQT.log"

It hangs in TaskMan and never finishes and does not create the AppleQT.log file. Is there anything wrong with my syntax?


0 Comments   [ + ] Show comments

Answers (4)

Posted by: Ben M 11 years ago
9th Degree Black Belt
3
msiexec /i "C:\MSIs\QuickTime.msi" /q  /L*V+! "c:\build\AppleQT.log"

The problem is that you didn't have the path to the file directly after the /i. This will cause problems.


Comments:
  • Also, as far as I know you really don't know need the full path to the msiexec command. - Ben M 11 years ago
  • You do not need the full path to any executable that is findable via the search path of windows. - SMal.tmcc 11 years ago
Posted by: jagadeish 11 years ago
Red Belt
2

That means, it's unable to start the installation process..

Execute the following command without /q and see what error you are getting.

msiexec /i "C:\MSIs\QuickTime.msi" /L*V+! "c:\build\AppleQT.log"

Also, check C:\build folder is existing or not

Posted by: piyushnasa 11 years ago
Red Belt
1

is the MSI service running properly?

Check and update your windows installer if required.

Posted by: andemats 11 years ago
2nd Degree Black Belt
1

Do you have AppleApplicationSupport installed? I think it's a requirement for Quicktime and needs to be installed before you start the installation of Quicktime.

I might be wrong though, been a while since my last Quicktime package.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ