How can one check for a binary in the GAC in a WiX installer?
- by Billy ONeal
I have an application which depends on the Team Foundation Server "Object Model", and looks for such binaries in the GAC. This means that clients of the app need to install Visual Studio, or the standalone TFS object model in order to use the application.
I would like the installer to detect that the TFS bits aren't installed, and fail to install appropriately if they are not.
Is such a thing possible?