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
Hey Cristian.. Do you just installed a virus/Trojan or something? All the email addresses in your reply got some java script added to it! Better check your system! As for everybody else; be very carefull when replying to this mail! Best regards, Albert van Peppen transmission of this e-mail or a

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

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

Re: [WiX-users] WiX + MSBuild

2006-09-26 Thread Rob Mensching
You want the WixTasks.* files.  If you install the new Wix3.msi, it should configure the WixTasks for you automagically.     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sayed Hashimi Sent: Tuesday, September 26, 2006 12:01 To: wix-users@lists.sourceforge.net Subject: