How can one check for a binary in the GAC in a WiX installer?
Posted
by
Billy ONeal
on Stack Overflow
See other posts from Stack Overflow
or by Billy ONeal
Published on 2012-08-28T21:37:00Z
Indexed on
2012/08/28
21:38 UTC
Read the original article
Hit count: 237
wix
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?
© Stack Overflow or respective owner