[WiX-users] ApplicationRequiresElevation type of functionality with Wix 3.6 and Burn

2012-09-11 Thread Erkan Celme
wn custom BA to do that. Did anyone do that yet? Also, with 3.5, we had the following msbuild task to generate the bootstrapper: http://www.xyz.com"; /> ApplicationRequiresElevation="true" prevents the UAC warnings. How can we do the same w

Re: [WiX-users] Escaping brackets [ ] in merge modules (MSM)

2012-04-16 Thread Erkan Celme
I'm not sure what you mean by that. " Merge Modules append the Module/@Id to all identifiers." Which identifiers? How is that breaking the escape characters? Could you please elaborate? Thanks in advance Erkan Celme Phone: 312-927-5180 -Original Message- From: Rob Mens

[WiX-users] Escaping brackets [ ] in merge modules (MSM)

2012-04-13 Thread Erkan Celme
There are cases where I need to have brackets (square brackets) in certain actions like running a SQL script that requires brackets or in an XPath expression. You can escape them in a regular installer (MSI) project by using [\[] or [\]], to open and close respectively. When I do the same in a