It occurs to me that I don't want to change the ExePackage's request state.
Rather I want to change it's action state to the same action state selected
for the MsiPackage.

Is there a way to get and set package action state?


On Thu, Apr 2, 2015 at 2:14 PM, Edwin Castro <egca...@gmail.com> wrote:

> I'd like to install or uninstall an ExePackage whenever an MsiPackage is
> selected for install or uninstall.
>
> Details:
> * ExePackage must be installed whenever MsiPackage is selected for install.
> * ExePackage must be installed before MsiPackage is installed.
> * ExePackage must be uninstalled whenever MsiPackage is selected for
> uninstall.
> * ExePackage must be uninstalled after MsiPackage is uninstalled.
> * I am using WixStandardBootstrapperApplication.HyperlinkSidebarLicense
>
> Can I set the ExePackage's request state to the MsiPackage's request state
> in an IBootstrapperBAFunction member function?
>
> --
> Edwin G. Castro
>



-- 
Edwin G. Castro
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to