[WiX-users] Problem with User Macros in WiX projects

2014-04-24 Thread Prosch, Greg
In my WiX project's pre-build and post-build steps I have attempted to reference user macros (variables) that I have defined in Visual Studio Property Sheets but it appears that they are not being passed. Is there something I need to do? Is this not possible? Is this an oversight/bug? I am u

Re: [WiX-users] Why is RollbackBoundary discarded?

2013-05-03 Thread Prosch, Greg
5183147a.6000...@joyofsetup.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 02-May-13 19:05, Prosch, Greg wrote: > Why? The RollbackBoundary appears to be followed by a package. Physically but not logically, because you reordered the packages using the After attribute.

Re: [WiX-users] Why is RollbackBoundary discarded?

2013-05-03 Thread Prosch, Greg
u actually backing out then back into and are they located in your Project Directory? J On Thu, May 2, 2013 at 6:05 PM, Prosch, Greg wrote: > For the burn code below I am getting the following error message: > > warning LGHT1129: The RollbackBoundary > 'After_PowerShellAccessPolicyCo

[WiX-users] Why is RollbackBoundary discarded?

2013-05-02 Thread Prosch, Greg
For the burn code below I am getting the following error message: warning LGHT1129: The RollbackBoundary 'After_PowerShellAccessPolicyConfig' was discarded because it was not followed by a package. Without a package the rollback boundary doesn't do anything. Verify that the RollbackBoundary elem