Re: [WiX-users] Patch Creation Properties Problem

2009-10-01 Thread jw
User error. The referenced msi had lower-case letters in the product code. I should have caught that. My apologies. --- On Thu, 10/1/09, jw wrote: From: jw Subject: [WiX-users] Patch Creation Properties Problem To: "General discussion for Windows Installer XML toolset." Date

[WiX-users] Patch Creation Properties Problem

2009-10-01 Thread jw
Id attribute's must be 13 characters long or less". How do I make this work?? (Wix 3.0.5217.0, Windows SDK v6.0A) Thanks! -- jw   -- Come build with us! The BlackBerry® Developer Conference in SF, CA i

[WiX-users] Environmet Variable Propagation

2009-06-19 Thread JW
Some legacy components of our application require an environment variable that we are setting with the Environment element. This is the WiX code: . On Windows 2003 it is not propagated to Command Prompt windows that are opened in the same session. (This happens with both 3.0.4805 and 3.0.5271.) T

Re: [WiX-users] Conditional Folder Permissions

2009-03-26 Thread JW
That worked. Thanks! --- On Thu, 3/26/09, Bob Arnson wrote: From: Bob Arnson Subject: Re: [WiX-users] Conditional Folder Permissions To: "General discussion for Windows Installer XML toolset." Date: Thursday, March 26, 2009, 2:07 AM JW wrote: > Is it possible to set folde

[WiX-users] Conditional Folder Permissions

2009-03-25 Thread JW
Hi, Is it possible to set folder permissions conditionally? For a web services app I would like to set permissions for different users based on whether it is being installed on Windows 2003 or 2008. I tried using separate components under the Directory element (as shown below), but that fails w