Remove the option of not installing shibd_default
[shibboleth/cpp-sp.git] / msi / WiX / ShibbolethSP-install-dlg.wxs
index f353f2f..71c184e 100644 (file)
@@ -25,7 +25,6 @@
 \r
       <!-- This Dialog sets up:\r
            - INSTALLDIR\r
-           - INSTALL_SHIBD_SERVICE\r
            - INSTALL_32BIT (if a 64bit machine)\r
            - INSTALL_ISAPI_FILTER (if IIS about)\r
            - SHIB_FILE_EXTENSION (if IIS about)\r
         </Control>\r
 \r
         <!-- Service? -->\r
-        <Control Id='InstallShibd' Type='CheckBox' X='25' Y='146' Height='17' Width='160' \r
-                 Property='INSTALL_SHIBD_SERVICE' CheckBoxValue='TRUE' \r
-                 Text='Install shibd as Service' />\r
+        <Control Id='InstallShibd' Type='Text' X='25' Y='148' Height='17' Width='235' \r
+                 Text='The Shibboleth daemon will be installed as service shibd_default.' />\r
 \r
         <!-- 32 Bits? -->\r
-        <Control Id='Install32Bit' Type='CheckBox' X='185' Y='146' Height='17' Width='160'\r
+        <Control Id='Install32Bit' Type='CheckBox' X='265' Y='146' Height='17' Width='80'\r
                  Property='INSTALL_32BIT' CheckBoxValue='TRUE' \r
                  Text='Run as 32-Bit'>\r
           <Condition Action='show'>IS64BITINSTALL = "TRUE"</Condition>\r