Re: [WiX-users] obain the name of components using msi/wix functions

2013-03-31 Thread Marco Tognacci
Thanks for your support, applying the Transformations from DataBase works. I need to take these informations, because I want to create a custom WPF UI for the Burn Bootstrapper,and I need to know all the feature (with localized title and description) that are contained in each msi that is in my B

Re: [WiX-users] obain the name of components using msi/wix functions

2013-03-31 Thread Phil Wilson
You could try the Win32 MsiDatabaseApplyTransform(), that's Database.ApplyTransform in the scripting world. The problem is that the scripting object model doesn't appear to provide navigation from installer functions that apply to product installation, and database functions that apply to the MSI f

Re: [WiX-users] Advice on using remote RemotePayload properly

2013-03-31 Thread Rob Mensching
No. By default the Bundle is Compressed='yes'. If you want all your packages to not be contained in the Bundle change that to Bundle/@Compressed='no'. You can now go back and mark individual XxxPackages Compressed='yes'. Or you can do it the other way around and leave the Bundle compressed but mark