Re: [WiX-users] Burn: doing an Administrative Installation

2014-04-23 Thread Bob Arnson
On 09-Apr-14 14:00, Bruce Cran wrote: > We package our MSI using Burn, and have had a request to allow users to > dump the files in one of the MSIs to a directory instead of installing > them - i.e. doing an Administrative installation > (http://msdn.microsoft.com/en-us/library/aa367541%28v=vs.85%2

Re: [WiX-users] Burn: doing an Administrative Installation

2014-04-10 Thread Bruce Cran
On 4/10/2014 3:13 AM, David Watson wrote: > You can do a /layout to get the contents of the bundle, then you would need > to do an admin install with the msi. > > Don't know if there is a /admin on the bundle, you could make one if not that > calls each msi in turn with admin parameters. Unfortu

Re: [WiX-users] Burn: doing an Administrative Installation

2014-04-10 Thread David Watson
to:br...@cran.org.uk] Sent: 09 April 2014 19:00 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Burn: doing an Administrative Installation We package our MSI using Burn, and have had a request to allow users to dump the files in one of the MSIs to a directory instead of installing them

[WiX-users] Burn: doing an Administrative Installation

2014-04-09 Thread Bruce Cran
We package our MSI using Burn, and have had a request to allow users to dump the files in one of the MSIs to a directory instead of installing them - i.e. doing an Administrative installation (http://msdn.microsoft.com/en-us/library/aa367541%28v=vs.85%29.aspx). Does the functionality exist in B