Activity overview
Latest activity by Joan C. Eck
Hey Radek, That's a classic sign that there's a syntax error with the msiexec command, causing it to just show its help dialog instead of running your install. The most common culprit is missing the /qb- or /qn switch 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 /qn for a completely silent install. Your command should look like this: [image] Also, double-check that the paths to both the .msi and the .mst transform 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 / comments
Hey Radek,That's a classic sign that there's a syntax error with the msiexec command, causing it to just show its help dialog instead of running your install.The most common culprit is missing the ...