Re: [WiX-devs] Optional command line arguments WIP updated

2015-03-31 Thread Rob Mensching
--Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Tuesday, March 31, 2015 6:14 AM To: wix-devs@lists.sourceforge.net Subject: Re: [WiX-devs] Optional command line arguments WIP updated I appreciate this discussion and effort. I hope you don't mind me piointing

Re: [WiX-devs] Optional command line arguments WIP updated

2015-03-31 Thread Phill Hogland
I appreciate this discussion and effort. I hope you don't mind me piointing out a related issue here . -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Optional-command-line-arguments-WIP-updated-tp7599703p759

Re: [WiX-devs] Optional command line arguments WIP updated

2015-03-30 Thread Bob Arnson
vs] Optional command line arguments WIP updated The way I read it was /foo /bar /notfoo From: Rob Mensching [mailto:r...@firegiant.com] Sent: Friday, March 27, 2015 1:28 PM To: WiX toolset developer mailing list Subject: Re: [WiX-devs] Optional command line arguments WI

Re: [WiX-devs] Optional command line arguments WIP updated

2015-03-30 Thread Sean Hall
oid the use of the > WixBundleExecutePackageAction 90+% of the time. > > > > If so, I **really** like this. > > > > _______ > > FireGiant | Dedicated support for the WiX toolset | > http://www.firegiant.co

Re: [WiX-devs] Optional command line arguments WIP updated

2015-03-27 Thread Bob Arnson
27 March, 2015 14:42 To: WiX toolset developer mailing list Subject: Re: [WiX-devs] Optional command line arguments WIP updated The way I read it was /foo /bar /notfoo From: Rob Mensching [mailto:r...@firegiant.com] Sent: Friday, March 27, 2015 1:28 PM To: WiX toolset de

Re: [WiX-devs] Optional command line arguments WIP updated

2015-03-27 Thread Hoover, Jacob
The way I read it was /foo /bar /notfoo From: Rob Mensching [mailto:r...@firegiant.com] Sent: Friday, March 27, 2015 1:28 PM To: WiX toolset developer mailing list Subject: Re: [WiX-devs] Optional command line arguments WIP updated I like this. I could really use a

Re: [WiX-devs] Optional command line arguments WIP updated

2015-03-27 Thread Rob Mensching
h 25, 2015 9:46 AM To: wix-devs@lists.sourceforge.net Subject: [WiX-devs] Optional command line arguments WIP updated You can see the diff via pull request at https://github.com/wixtoolset/site/pull/50. I'm strongly leaning toward the "package action variable." It's simp

[WiX-devs] Optional command line arguments WIP updated

2015-03-25 Thread Bob Arnson
You can see the diff via pull request at https://github.com/wixtoolset/site/pull/50. I'm strongly leaning toward the "package action variable." It's simple to implement and basically solves the problem adding this functionality to MsiProperty. Feedback sought and welcomed. ___