Re: [WiX-users] Strange MSI output directory using WiX 3.5.1512.0 on Win2003 R2 SP2 Cruise Control server

2010-03-17 Thread Tony Paloma
Sorry, meant to say that the the comment is referring to how there is no condition against TargetDir's value when setting the TargetDir property -- not TargetName. -Original Message- From: Tony Paloma Sent: Wednesday, March 17, 2010 12:30 PM To: 'General discussion f

Re: [WiX-users] Strange MSI output directory using WiX 3.5.1512.0 on Win2003 R2 SP2 Cruise Control server

2010-03-17 Thread Tony Paloma
I think the comment is referring to how there is no condition against TargetName's value (notice how most others only set the property if it doesn't yet exist, but this one doesn't do that). I'm unsure of what you mean by "the code snippet in the condition" because all of the GetFullPath and Co

Re: [WiX-users] Heat 3.5.1419 not harvesting VS2010 ASP.NET MVC2 project correctly

2010-03-16 Thread Tony Paloma
(and many more) are harvested from the web project but the compiled binaries end up in the wrong folder. Jason Stangroome Readify | Senior Developer M: +61 422 924 675 | E: jason.stangro...@readify.net | W: www.readify.net -Original Message- From: Tony Paloma [mailto:apal...@microsoft.

Re: [WiX-users] Heat 3.5.1419 not harvesting VS2010 ASP.NET MVC2 project correctly

2010-03-16 Thread Tony Paloma
Can you change the "Directory ID" property on the project reference to the id of a bin directory that you author in manually? -Original Message- From: Jason Stangroome [mailto:jason.stangro...@readify.net] Sent: Tuesday, March 16, 2010 3:05 PM To: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] wixproj question

2010-03-08 Thread Tony Paloma
Votive doesn't support wildcards or variables in the include path for Compile items. You'll still be able to build it from the command line, but you won't be able to load the project in Visual Studio. Newer versions of Votive in WiX 3.5 should give an error message when loading projects using w

Re: [WiX-users] Harvest feature in WiX v3.5's Votive

2010-02-23 Thread Tony Paloma
It looks like somehow your targets file didn't get updated. The Wix.targets included in 3.5.1419.0 doesn't use the ProjectReferenceSourcePaths since it was removed from the task. Previous versions of WiX had this task parameter. When upgrading to 3.5.1419.0, did you uninstall and reinstall or ju

Re: [WiX-users] Interrupting a WiX build

2010-02-10 Thread Tony Paloma
DLL for VS 2005/2008 and another for VS2010, but I'm not sure yet if this is something we want to do. -Original Message- From: Tony Paloma [mailto:apal...@microsoft.com] Sent: Wednesday, February 10, 2010 1:18 PM To: General discussion for Windows Installer XML toolset. Subject: Re:

Re: [WiX-users] Interrupting a WiX build

2010-02-10 Thread Tony Paloma
When a user requests to cancel a build, Votive does not stop a task currently in progress. The build will be stopped after the current task ends. I'll look into improving this. Also, asynchronous building only occurs when using Visual Studio 2010. When using VS2005/2008 the IDE will be mostly u

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-02-04 Thread Tony Paloma
You should also set WixToolPath (like Brian mentioned) to where you have WiX 3.0 tools installed (which in your case seems to be C:\wix3.0\bin). -Original Message- From: Tony Paloma Sent: Thursday, February 04, 2010 10:32 AM To: General discussion for Windows Installer XML toolset

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-02-04 Thread Tony Paloma
You'll need to set both WixTasksPath and WixTargetsPath. They need to point to the WixTasks.dll and Wix.targets file respectively. Try: /p:WixTasksPath=C:\wix3.0\bin\WixTasks.dll /p:WixTargetsPath=C:\wix3.0\bin\Wix.targets Normally these files don't get installed to the WiX installation director

Re: [WiX-users] cannot install wix3.0.5419.0x64 with visual studio 2008 when I have both vs 2005 and vs 2008

2010-01-25 Thread Tony Paloma
Have you installed the project aggregator MSI? It needs to be installed first on systems with VS 2005 before Votive can be installed. http://wix.sourceforge.net/releases/3.0.5419.0/ProjectAggregator2.msi -Original Message- From: Lynda Li [mailto:lyndali...@gmail.com] Sent: Monday, Janua

Re: [WiX-users] The System cannot find the file 'obj\debug\_OneOfMyDllAssemblies.wsx' with type 'source' candle.exe error

2010-01-22 Thread Tony Paloma
The new build is out: http://wix.sourceforge.net/releases/3.5.1322.0/ It should fix the problem, but let me know how it works for you. -Original Message- From: Tony Paloma [mailto:apal...@microsoft.com] Sent: Friday, January 22, 2010 10:44 AM To: General discussion for Windows Installer

Re: [WiX-users] The System cannot find the file 'obj\debug\_OneOfMyDllAssemblies.wsx' with type 'source' candle.exe error

2010-01-22 Thread Tony Paloma
The next build should include a fix for this. If not, let us know. If you want to fix this in your current build, edit your project file in a text editor and add "True" under your " OneOfMyDllAssemblies" ProjectReference. -Original Message- From: Will Sullivan [mailto:wsulli...@softdocs