Re: [WiX-users] WIX MSBuild Issue

2013-02-28 Thread John Cooper
--- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Wednesday, February 27, 2013 6:13 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX MSBuild Issue WiX toolset just uses MSBuild. What does MSBuild say about the rebuilt ProjectReference? Why di

Re: [WiX-users] WIX MSBuild Issue

2013-02-27 Thread Rob Mensching
WiX toolset just uses MSBuild. What does MSBuild say about the rebuilt ProjectReference? Why did the project think it need to be rebuilt? (maybe signing confused the projects so they think the .exe is out of date)? It is always possible something is wrong on the WiX.targets side but MSBuild shoul

Re: [WiX-users] WIX MSBuild Issue

2013-02-27 Thread Terry
> Our team is using WIX to generate Fragments and an Installer package. > Today, we have two Configurations that we build during our TFS build. > First, we build a Release configuration so that we can digitally sign > the output for inclusion into the Installer file. Second, the > installer is

Re: [WiX-users] Wix + MSBuild + content files

2012-09-21 Thread Cristian Prieto
Thanks for the info Albert, I just checked the source from the email and looks like a js script attached to Rob signature... It looks like a trackiing script by a company named appdynamics or something... Cristian Prieto On Fri, Sep 21, 2012 at 6:05 PM, Albert van Peppen wrote: > Hey Cristia

Re: [WiX-users] Wix + MSBuild + content files

2012-09-21 Thread Albert van Peppen
any attachments, nor responsible for any delay in receipt. -Oorspronkelijk bericht- Van: Cristian Prieto [mailto:kement...@gmail.com] Verzonden: 21 September 2012 08:53 Aan: General discussion for Windows Installer XML toolset. Onderwerp: [WiX-users] Wix + MSBuild + content files

[WiX-users] Wix + MSBuild + content files

2012-09-20 Thread Cristian Prieto
BindPaths was exactly what I was looking for... Thanks Cristian Prieto On Fri, Sep 21, 2012 at 3:44 PM, Rob Mensching > wrote: > Why do you want to copy your content to the obj directory? Are you > modifying the content in some way as it goes to the obj directory? If not, > I would just add

Re: [WiX-users] Wix + MSBuild + content files

2012-09-20 Thread Rob Mensching
Why do you want to copy your content to the obj directory? Are you modifying the content in some way as it goes to the obj directory? If not, I would just add the content folder as a BindPath and let WiX do all the heavy lifting grabbing the content and including it into the MSI appropriately. On

Re: [WiX-users] Wix + MSBuild + content files

2012-09-20 Thread Cristian Prieto
So, in this moment my only options would be: 1. Copy manually the bitmap files to the temporary directory where wix is compiling the msi file, probably in the BeforeBuild Target of the wixproj file. 2. Modify the wxs or wxi file where the dialog specify the images and pass a $(var.artdirectory) p

Re: [WiX-users] Wix + MSBuild + content files

2012-09-20 Thread Rob Mensching
Not sure Content items are supported by the wix.targets. On Wed, Sep 19, 2012 at 10:19 PM, Cristian Prieto wrote: > Hi Wix user list! > > I've been trying to solve a very small issue with a manually created Wix > proj file and resource files... > > My wixproj file (done without Visual Studio but

[WiX-users] Wix + MSBuild + content files

2012-09-19 Thread Cristian Prieto
Hi Wix user list! I've been trying to solve a very small issue with a manually created Wix proj file and resource files... My wixproj file (done without Visual Studio but by hand) looks like this: http://schemas.microsoft.com/developer/msbuild/2003"; ToolsVersion="4.0"> $([System.IO.Directo

Re: [WiX-users] WiX MSBuild. WixLibrary HintPath

2009-04-10 Thread Heath Stewart
Please open a bug on http://sourceforge.net/projects/wix. Be sure to describe what version of WiX you're using and the thorough example you've posted here. On Wed, Apr 8, 2009 at 11:37 PM, Murray Hipper wrote: > Hi All, > > Why does user reference paths not update wix library locations and still

[WiX-users] WiX MSBuild. WixLibrary HintPath

2009-04-09 Thread Murray Hipper
Hi All, Why does user reference paths not update wix library locations and still enforces the use of the hint path? Is there any way around it? To give some Context, We have a scenario where we need to change the projects reference locations per user at different times in development. What usuall

[WiX-users] WIX MSBuild task

2007-03-14 Thread Sawyer, Shane
Is there a WIX MSBuild task? I have the Wix target file and assembly (version 2), however the only example I can find imports the wix target file and immediately builds, and doesn't do anything else I have specified in my build script. Is there a WIX task I can call from within an MSBuild target?

Re: [WiX-users] WiX + MSBuild

2006-09-26 Thread Rob Mensching
: [WiX-users] WiX + MSBuild   Hi, I've read some mentions of a set of MSBuild tasks for WiX but was unable to find these tasks. I was wondering if they are available and if so where can I find them? If they are not available do you know if it would be possible/supported to do this using th

[WiX-users] WiX + MSBuild

2006-09-26 Thread Sayed Hashimi
Hi,I've read some mentions of a set of MSBuild tasks for WiX but was unable to find these tasks. I was wondering if they are available and if so where can I find them?If they are not available do you know if it would be possible/supported to do this using the WiX libraries? If so I'd like to do thi