Re: [WiX-users] Install location of installed package

2012-11-23 Thread Rob Mensching
You have the ProductCode for all the MSIs, so you can call the MSI APIs to get more information about the product if desired. On Thu, Nov 22, 2012 at 9:31 AM, Stelios Kyprou wrote: > Is there a way to detect the install location of an already installed > package via the bootstrapper application

[WiX-users] Install location of installed package

2012-11-22 Thread Stelios Kyprou
Is there a way to detect the install location of an already installed package via the bootstrapper application in c#? Maybe during the "Detect..." events? Also, on a more general note, is there a place where I can see what each of the eventArgs enums mean and do? Some have comments, like Related