Re: [WiX-users] using WiX with team foundation service

2013-03-04 Thread David Watson
I wasn't sure exactly where I read it. All I could find was a slight reference to it coming soon on this blog post. https://tfs.visualstudio.com/en-us/home/news/2012/aug-27/ -Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: 02 March 2013 01:15 To: General disc

Re: [WiX-users] Copy file where source and Destination same

2013-03-04 Thread chennam
Used the FileId attribute of the CopyFile element so that it generates a row in the DuplicateFile table, rather than in the MoveFile table. if FileId attribute is used then how to eliminate the duplicate file (source file) once the copyfile action perfomed? And under what custom action does the

Re: [WiX-users] Permission

2013-03-04 Thread Keith.Douglas
Following up on my own previous post, The description of Permission has this line in the documentation: GenericRead YesNoType specifying this will fail to grant read access What does that description mean? The name suggests that I can grant GenericRead and that will grant, well, "Read

Re: [WiX-users] Copy file where source and Destination same

2013-03-04 Thread David Watson
Remember the INSTALLLOCATION for uninstall see http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-propert y-pattern -Original Message- From: chennam [mailto:chatrapathi.chen...@gmail.com] Sent: 04 March 2013 14:19 To: wix-users@lists.sourceforge.net Subject: Re: [W

Re: [WiX-users] Locally Built x64 Heat.exe Throws "Could not load file or assembly 'heat, Version=4.0.0.0, Culture=neutral, PublicKeyToken=c9acf360d0e036e3'" Error

2013-03-04 Thread Kariuki, Andrew
Hi Rob and Wix Family, Thank you very much for simplifying Wix Toolset building (from version 3.7). I have managed to build a local copy of Heat.exe targeting x64. However, I get the following error when I run it: System.IO.FileLoadException was unhandled Message: Could not load file or assembly

Re: [WiX-users] [WiX-devs] Locally Built x64 Heat.exe Throws "Could not load file or assembly 'heat, Version=4.0.0.0, Culture=neutral, PublicKeyToken=c9acf360d0e036e3'" Error

2013-03-04 Thread Rob Mensching
Msbuild the tools\OneTimeWixBuildInitialization.proj elevated once. On Mon, Mar 4, 2013 at 10:11 AM, Kariuki, Andrew < andrew.kari...@credit-suisse.com> wrote: > Hi Rob and Wix Family, > > Thank you very much for simplifying Wix Toolset building (from version > 3.7). > > I have managed to build

Re: [WiX-users] Copy file where source and Destination same

2013-03-04 Thread chennam
Hi Wyrdfish, I am bit confused here .I have gone through the article and their are sample and complete solution are these one solution or two different solutions? An also got confused about two properties shown in blog CMDLINE_REMEMBERME REMEMBERME Can I assume propertyId "INSTALLOCATION" i

Re: [WiX-users] SOLVED: UAC and permissions for CustomAction?

2013-03-04 Thread Vern Graner
Right you are! I added the Impersonate='no' and the error 5 issues went away! Thank you! :) On 3/1/2013 7:46 PM, Rob Mensching wrote: > Two things: > 1. Running batch files is generally frowned upon. > 2. That said, I think you need to add Impersonate='no'. > Bonus: commit actions are kinda' spe