Comments
2 comments
-
Official commentHi Radek
Thanks for getting in touch.
This is expected behaviour. You've followed the example found in our article and you're seeing the Windows Installation window.
As per the documentation, the installation is not actually silent, but requires no user interaction.

-
Hey Radek,
That's a classic sign that there's a syntax error with the
msiexeccommand, causing it to just show its help dialog instead of running your install.The most common culprit is missing the
/qb-or/qnswitch for the UI level. Your command is telling it what to install but not how to run it.Try adding
/qb-for a basic progress bar or/qnfor a completely silent install. Your command should look like this:
Also, double-check that the paths to both the
.msiand the.msttransform file are 100% correct. If the paths are wrong, it will fail.Hope that gets it working for you!
And regarding your other question, "rice purity mean on tiktok," it's a lighthearted viral quiz people take for fun. Your "Rice Purity Score" is meant to gauge your level of innocence or life experience based on a 100-question survey. A lower score means you've done more of the listed activities. It's just a popular trend people share, not a serious psychological test
Add comment
Please sign in to leave a comment.