Re: [WiX-users] util:RemoveFolderEx with ALLUSERS

2012-07-20 Thread Rob Mensching
Verbose log file should show you what APPLICTIONFOLDER points to. It's probably not what you expect. On Fri, Jul 20, 2012 at 6:59 AM, Sven Barrho (Inxmail GmbH) < sven.bar...@inxmail.de> wrote: > > Hi, > > im facing trouble with util:removefolderex. > > If I install the application per-user, remo

Re: [WiX-users] Lux - Custom action testing framework- Advantages?

2012-07-20 Thread Rob Mensching
Lux allows you to test your custom actions. Getting the infrastructure in place to test custom actions is pretty tricky (thus Lux exists). On Wed, Jul 18, 2012 at 10:14 PM, Kiran Hegde wrote: > Hello, > > I am reaching out to you as there is very little documentation on Lux > available and i

Re: [WiX-users] WixConfig

2012-07-20 Thread Rob Mensching
I don't think formatting is available today. On Thu, Jul 19, 2012 at 2:39 AM, Ilana Girshevich wrote: > Hi, > I'm trying to add 2 new connection strings in web.config in my install > using WixConfig. > This is my code:< > < > < > < > < > < > < > < > > > util:XmlConfigId="GrocerySnapshotConnect

Re: [WiX-users] Custom bundle-loader UI

2012-07-20 Thread Josh Suereth
Great, so the answer to the question I was really asking is, VS express. I need something I can go deploy out to our build servers to run these builds, or that our OSS community can download/use if they wish to help make patches. As far as custom UIs go, I'll check out the WiX installer itself an

[WiX-users] util:RemoveFolderEx with ALLUSERS

2012-07-20 Thread Sven Barrho (Inxmail GmbH)
Hi, im facing trouble with util:removefolderex. If I install the application per-user, removefolderex works just fine and as expected. If I install the application per-machine, removefolderex works not, all the files and folders which have been created after installation (under the root-folder o

[WiX-users] Remote MSI Payload

2012-07-20 Thread Peter Shirtcliffe
Does anyone know how to specify a remote payload in Burn that is an MSI, rather than an executable ? I can't work out if I'm doing it wrong or if this is a bug. When I compile the fragment below, I get the this error, which has a blank path: Unable to read package ''. This installation pac