The installer needs to run with full administrative permissions.
Open a new console window with "Run as administrator". From the console window, change to the directory containing the MSI.
Run the installer with the following command:
msiexec /i "activesubscriber.msi"
The question marks mean that a pre-requisite was not checked because an earlier pre-requisite is missing. As there are dependencies on earlier pre-requisites the checker does not continue to check pre-requisites when it finds one missing. Instead it displays them with a question mark.
If you specify an incorrect password for the service account, the service will install, but you will not be able to start the service. Check the password for the service using the Window Services applet.
Sometimes these errors also occur if the service account does not have sufficient access rights. Try "emulating the list server" as described in the manual.
