Hide Forgot
Description of problem: It is possible to install Condor on Windows by $ msiexec [options] condor-7.4.msi CONDOR_HOST="YOUR.CONDOR.HOST.IP" BROKER_HOST="YOUR.QMF.BROKER.IP" ADMIN_EMAIL="admin" SMTP="mailserver.your_domain.com" But instaler doesn't prefill CONDOR_HOST, ADMIN_EMAIL and SMTP values in installation wizard. Version-Release number of selected component (if applicable): condor-win.7.6.1-0.11.msi How reproducible: 100% Steps to Reproduce: 1. try to install condor on windows by msiexec with parameters 2. check parameters input fields Actual results: Condor installer doesn't prefill values of parameters inserted to msiexec. Expected results: Condor installer will prefill values of all parameters inserted to msiexec.
I see this issue on all supported Windows.
This seems like unlikely use case, to prefill default but to still run in attended mode. Much more common is the unattended install which should behave correctly.