In WiX how can I select an IIS website by name?

前端 未结 5 1875
傲寒
傲寒 2021-01-31 22:31

What I would like to do is show the installer user a list of the websites on their server and allow them to choose one (using the method described here: http://www.cmcrossroads.

5条回答
  •  萌比男神i
    2021-01-31 22:50

    Whilst this question and answer are still valid, I think it's worth asking yourself whether you really want to use the website name. I you want to store it for use during uninstallation then saving the site ID is probably a better idea. In which case the website element becomes:

    
      
    
    

提交回复
热议问题