Re: [WiX-devs] BOOTSTRAPPER_ACTION_CACHE

2015-03-05 Thread Heath Stewart
Subject: Re: [WiX-devs] BOOTSTRAPPER_ACTION_CACHE Why? Won’t “additional command-line arguments” be appended so that whatever was called “CACHE” on the command line (/cache or /store or /whateverBAchooses) would get put back on there? Or am I not remembering the co

Re: [WiX-devs] BOOTSTRAPPER_ACTION_CACHE

2015-03-04 Thread Sean Hall
: > Why? Won’t “additional command-line arguments” be appended so that > whatever was called “CACHE” on the command line (/cache or /store or > /whateverBAchooses) would get put back on there? Or am I not remembering > the code correctly? > > > > ___

Re: [WiX-devs] BOOTSTRAPPER_ACTION_CACHE

2015-03-04 Thread Rob Mensching
://www.firegiant.com/ From: Heath Stewart [mailto:hea...@outlook.com] Sent: Tuesday, March 3, 2015 9:45 PM To: WiX toolset developer mailing list Subject: [WiX-devs] BOOTSTRAPPER_ACTION_CACHE Sean and Rob, during triage you mentioned that you didn't think CACHE should be before UNINSTALL, b

Re: [WiX-devs] BOOTSTRAPPER_ACTION_CACHE

2015-03-04 Thread Rob Mensching
? ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ From: Heath Stewart [mailto:hea...@outlook.com] Sent: Tuesday, March 3, 2015 10:53 PM To: WiX toolset developer mailing list Subject: Re: [WiX-devs] BOOTSTRAPPER_ACTION_CACHE Reviewing other changes I may need to

Re: [WiX-devs] BOOTSTRAPPER_ACTION_CACHE

2015-03-03 Thread Heath Stewart
Reviewing other changes I may need to make apart from removing command line support, CoreRecreateCommandLine does pass /cache and seems it would need to for the original scenario. But since command line args not understood by Burn are passed through, is this okay? Only a parent BA could do this,

[WiX-devs] BOOTSTRAPPER_ACTION_CACHE

2015-03-03 Thread Heath Stewart
Sean and Rob, during triage you mentioned that you didn't think CACHE should be before UNINSTALL, but it was placed between LAYOUT and UNINSTALL (synonymous with Absent often times), which logically makes sense. If LAYOUT ~= source layout and ABSENT ~= not installed, then CACHE ~= in between sou