Re: [WiX-users] Heat.exe not including all references/dependencies

2013-06-22 Thread Blair Murri
Only use "-gg" with heat if you use heat once to create your WXS files you will later maintain manually. Do not use "-gg" with heat used in a build. Use "-ag" instead. Using "-gg" repeatedly violates the component rules (specifically the one about never changing a component's guid). Blair Mu

Re: [WiX-users] Burn - Localization Identifiers Duplicated

2013-06-22 Thread Blair Murri
I see no reason it would be different between English and any other language, but perhaps the BalExtension's WXL files need to be updated with Overridable attributes... > From: ma...@costar.ca > To: wix-users@lists.sourceforge.net > Date: Fri, 21 Jun 2013 22:15:43 + > Subject: [WiX-users] B

Re: [WiX-users] Target directory issue with windows xp/ windows 7

2013-06-22 Thread Blair Murri
Use 32-bit Win7 instead of 64-bit Win7. > From: balu.mam...@flightsafety.com > To: wix-users@lists.sourceforge.net > Date: Fri, 21 Jun 2013 11:37:39 -0400 > Subject: [WiX-users] Target directory issue with windows xp/ windows 7 > > Hi, I am able to create MSI file for our product using wix insta

Re: [WiX-users] Windows Installer Version

2013-06-22 Thread Blair Murri
Windows Installer tries really hard to be backwards compatible. > From: natalie.c...@measuresoft.com > To: wix-users@lists.sourceforge.net > Date: Fri, 21 Jun 2013 11:35:32 +0100 > Subject: [WiX-users] Windows Installer Version > > Hi at the moment I have my windows installer version at 4.5. I n

Re: [WiX-users] Heat.exe not including all references/dependencies

2013-06-22 Thread Philippe Gorley
You could create a separate configuration, say Custom|AnyCPU, for your solution, where all of your projects' output paths are set to the same folder, along with all assemblies having CopyLocal set to true, so you can just run Heat on that directory to grab everything. You would do this by addin

Re: [WiX-users] How to turn off Logging within C# custom actions

2013-06-22 Thread Fyodor Koryazhkin
Modularising all identifiers means that after merge module will have been merged all identifiers that belong to merge module will have postfix of merge module guid like this: SomeID_123456_7891. The best way to check if everything is OK is to open final MSI file with orca tool and to see if the

[WiX-users] Heat.exe not including all references/dependencies

2013-06-22 Thread Tom -
This is a follow-up to my previous conundrum of all needed assemblies not getting included in my setup-package. The answer seems simpler than I thought. Previous setup projects in VS.NET 2010 was obviously kind enough to detect and include all references. Setting Heat.exe to a single output dire