Re: [WiX-users] Burn:GetCommandLineArgs

2014-10-20 Thread Phill Hogland
Thank you. Maybe this is a different topic, but what is a pseudobundle and a passthrough, as in Command.Passthrough object? pseudobundle.cpp talks about passing the command line to a passthrough bundle. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble

Re: [WiX-users] Burn:GetCommandLineArgs

2014-10-18 Thread Sean Hall
WixStdBA converts command line key=value pairs to Burn Variables if the key was declared overridable, but as far as I know there's no way for a BA to pass arbitrary properties to an MSI package. On Fri, Oct 17, 2014 at 7:36 AM, Phill Hogland wrote: > I have noticed that when I use -?, -h, or -he

Re: [WiX-users] Burn:GetCommandLineArgs

2014-10-17 Thread Phill Hogland
Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-GetCommandLineArgs-tp7597351p7597360.html Sent from the wix-users mailing list archive at Nabble.com. -- Compre

Re: [WiX-users] Burn:GetCommandLineArgs

2014-10-17 Thread Rob Mensching
/ -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Friday, October 17, 2014 9:30 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Burn:GetCommandLineArgs Thanks for the resource. I found that I can use Environment.GetCommandLineArgs to get the -? switch

Re: [WiX-users] Burn:GetCommandLineArgs

2014-10-17 Thread Phill Hogland
Thanks for the resource. I found that I can use Environment.GetCommandLineArgs to get the -? switch. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-GetCommandLineArgs-tp7597351p7597354.html Sent from the wix-users mailing list archive at Nab

[WiX-users] Burn:GetCommandLineArgs

2014-10-17 Thread Phill Hogland
I have noticed that when I use -?, -h, or -help with my mba bundle, these parameters are stripped by Burn prior to returning Bootstrapper.Command.GetCommandLineArgs(). Yet using these switches with burn.exe or with my bundle.exe does not result in displaying a list of the built-in command line swi