From: Rob M. <ro...@fi...> - 2015-03-27 18:27:53
|
I like this. I could really use a couple examples (sorry, "visualizing" changes is easiest way for me to understand) So you are suggesting the following: <ExePackage RepairCommand="" UnisntallCommand="/uninstall"> <CommandLine InstallArgument="/foo /bar" RepairArgument="/foo /bar" Conditon="VarX=1" /> <CommandLine UninstallArgument="/notfoo" Conditon="VarY=9" /> </ExePackage> That would match our use of InstallCommand, RepairCommand, UninstallCommand and probably avoid 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.com/ From: Bob Arnson [mailto:bo...@fi...] Sent: Wednesday, March 25, 2015 9:46 AM To: wix...@li... 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 simple to implement and basically solves the problem adding this functionality to MsiProperty. Feedback sought and welcomed. _______________________________________________________________ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ |