I'm not a DTF expert by any means but I don't think you want OpenPackage then DoAction. I believe that would require you call one action after another, which isn't normal. Instead there should be some option to call ::MsiInstallProduct() or ::MsiConfigureProduct(). That's the typical way to install.
On Thu, Oct 29, 2009 at 8:50 AM, Nick Ball <nick.b...@grantadesign.com>wrote: > Hi All, > > > > I've been looking at the Deployment Tools trying to figure out how to > write an external UI handler. > > > > Here is what I'm assuming: > > > > 1. I can write an external (Winform/WPF) UI to gather some user > information, such as install location. > > 2. I can call Installer.SetExternalUI to handle progress and error > messages in my own UI. > > 3. I can call Installer.OpenPackage to get a session object > > 4. I can set the properties on the session, as entered in step 1. > > 5. I can call Session.DoAction to start the install. > > > > Is this all I need? > > > > Also, I've been looking at the featuresinfo class. If I want to mark > which features to install/not install, how do I do that? Do I need to > set the requeststate of a feature to NotUsed or Local? > > > > -Nick > > > > > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- virtually, Rob Mensching - http://RobMensching.com LLC ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users