Multiple choice technology

Which of the following installation will not register dll’s while installing the MSI

  1. Administrative installation

  2. Commit installation

  3. Silent instllation

  4. Rollback installation

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Administrative installation creates a network installation point by extracting files from the MSI but does NOT actually install the software, register DLLs, or make registry changes on the local machine. It's essentially an unpacking operation for deployment. Commit, Silent, and Rollback installations are all actual installations that register components and modify the system.