[WiX-users] Force ACLs to child objects

2008-03-24 Thread Chris Lindal
Trying this post one more time... > I'm having issues with setting perms with the util:PermissionEx and > Permission elements. The folder ACLs are being set correctly but they > are not being propagated down if there are child folders with > different permissions. Is there a way to force or res

Re: [WiX-users] how does preprocessor suppose to work

2008-03-24 Thread Jordan Fitzgibbon
The syntax for ifdef is , not . So, it would appear that ifdef only checks for preprocessor variables and not environment variables. Even if you had or any other existing environment variable, the ifdef wouldn't be working as you'd expect it to. Your other approach, won't work because the p

[WiX-users] how does preprocessor suppose to work

2008-03-24 Thread zhisheng huang
Hi, When environment variable _BuildArch is not defined. The following code fails with "Undefined preprocessor variable '$(env._BuildArch)'". Actually I think I should use for the first statement. But I got "Undefined preprocessor variable '$(env._BuildArch)'" for

[WiX-users] Re compiling WiX C++ libs for 64-bit

2008-03-24 Thread Sanin
I have a C++ WiX custom action which happens to be a shim to a .NET assembly. I am now trying to produce a 64-bit version of the installation kit. Questions: 1. Do I have to recompile my shim (i.e. C++ custom action) to 64-bit? 2. If so, here is the problem: - existing WiX C++ libraries (wcaut

Re: [WiX-users] WiX-users Digest, Vol 22, Issue 97

2008-03-24 Thread Zenko Klapko Jr.
On 3/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Send WiX-users mailing list submissions to > wix-users@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/wix-users > or, via email, send a message with subject

[WiX-users] 2 capsules for 3 inches

2008-03-24 Thread Flip Colvin
Want crazy enjoyable lovemaking sessions every day? Simply click here! http://www.Permanantups.com/ Women love this - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://c

[WiX-users] MSI Deployment Technology

2008-03-24 Thread dB.
Apologies if this is slightly off-topic. We have a large enterprise product with tons of installation and deployment problems produced by years of hacking. We have started rewriting the pieces in Wix to cleanup the mess, but we still need something to put things together. We end up with at leas

Re: [WiX-users] Best Way to Handle Auto Updates

2008-03-24 Thread Victor Sergienko
I've make a certain research about auto-update. Short answer is: there's no working solution. Middle answer is: * ClickThrough hardly works for SmartClient apps; * Updater app block compiles only with EntLib 2006, not latest, and is somewhat broken in .NET 3.5 (configuration is overcomplicated an

[WiX-users] Changing INSTALLDIR

2008-03-24 Thread Sneha Gharpure
Hi, The scenario is that the installation path has to be decided dynamically. Our application is deployed under IIS. There are two virtual directories deployed under the website. There is a dialog that allows user to select a website under which the application is deployed. So, Home Directory of