I have tried to modify the WIX file as per the documentation but I don't seem to be able to do some of the things I want to do and I don't know exactly why.
First, the default install location is C:\Program Files (x86)\Product Name\Version. This is setup in the wxs file. I have tried to change this to C:\Program Files (x86)\myCompany\Product Name\Version in the wxs file but this does not work.
2nd, I want to use the WIXUI_Mondo interface to direct the MSI to offer features as any other MSI is allowed to do. But when I try to do this, it does not work. I want to use the features selected to drive a custom action that configures the MSBUILD command to do the deployment. Basically my features are a set of Environment Specific items that may or may not be present and the Custom Action needs to know which are present in order to build the command correctly.
BTW, the Deployment UI is not desirable as I would prefer to script this part.
First, the default install location is C:\Program Files (x86)\Product Name\Version. This is setup in the wxs file. I have tried to change this to C:\Program Files (x86)\myCompany\Product Name\Version in the wxs file but this does not work.
2nd, I want to use the WIXUI_Mondo interface to direct the MSI to offer features as any other MSI is allowed to do. But when I try to do this, it does not work. I want to use the features selected to drive a custom action that configures the MSBUILD command to do the deployment. Basically my features are a set of Environment Specific items that may or may not be present and the Custom Action needs to know which are present in order to build the command correctly.
BTW, the Deployment UI is not desirable as I would prefer to script this part.