Here is comprehensive content about in the context of Windows Installer (MSI) .

| Feature | Pure MSI | IsScript MSI | |---------|----------|---------------| | | Requires multiple components | CopyDir() function | | Registry key ownership/ACLs | Not possible | RegSetKeySecurity() | | Interactive web download | Not supported | DownloadFile() | | Check running processes | Not possible | IsProcessRunning() | | Service dependency ordering | Limited | Fine control with ServiceSetDependencies | | Restart manager suppression | Hard to override | Disable(REBOOT) |