[WiX-users] How to install .net framework 3.5 sp1 before running bootstrapper?

2013-10-21 Thread Andrey
I've created a custom managed bootstrapper using .Net Framework 3.5 SP1. I've added dotnetfx35.exe as prerequisite. All is working great when Net Framework 3.5.1 is installed or when it is not installed at all. But all is going wrong when installed Net Framework 3.5 /without SP1/. More details:

[WiX-users] Problems with Merge Modules on Wix 3.7/VS2010/Windows 8 and 8.1

2013-10-21 Thread Anthony Wieser
I’ve been trying to track down why my Wix Project is being relinked every single time I do a build even though nothing’s changed. Eventually, I’ve tracked it down to the MFC100 merge modules. I have wxs file in my project: MFCMerge.wxs that contains this: ?xml version=1.0 encoding=UTF-8? Wix

[WiX-users] VS 2012 + Wix 3.X problem

2013-10-21 Thread Edmondo Porcu
Dear all, I have been trying to install different version of Wix with Visual studio 2012: - 3.6 - 3.7 - 4.0 None of them worked, the Wix templates do not appear in create new project. Is there something I can do to get a working installation? Thank you for your help Edmondo Porcu

Re: [WiX-users] VS 2012 + Wix 3.X problem

2013-10-21 Thread John Cooper
I've installed and used WiX 3.6 and 3.7 with both VS 2010 and VS 2012 with no issues. What flavor of VS 2012 are you using? -- John Merryweather Cooper Build Install Engineer -- ESA Jack Henry Associates, Inc.(r) Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com

Re: [WiX-users] VS 2012 + Wix 3.X problem

2013-10-21 Thread Edmondo Porcu
Dear John, I am using Visual Studio Professional 2012 Update 3 Version 11.0.60610.1 Q11REL I have remarked the following : - Everything is installed and work correctly in VS 2010 - InstallShield Limited suffers of the same problem. It deletes a template but fails to create a new one . But

Re: [WiX-users] VS 2012 + Wix 3.X problem

2013-10-21 Thread John Cooper
It could well be configuration or flavor. We use VS 2010 and VS 2012 Ultimate exclusively. I have no experience with VS 2012 Professional. I wouldn't expect it to be that different (except for test, Lab Manger, etc.). But I can't verify that either. -- John Merryweather Cooper Build

Re: [WiX-users] Documentation on WIX properties

2013-10-21 Thread Swaroop Kare
Guys, After going through some of the logs, I decided to use WixUI_InstallMode property to differentiate the installer from various modes of installations. I have a custom action RetrieveCred which should execute only for some modes of installation. CustomAction Id=RetrieveCred

Re: [WiX-users] VS 2012 + Wix 3.X problem

2013-10-21 Thread John Cooper
Have you tried re-installing after installing VS 2012 Professional? I don't think the VS 2012 support bits for Votive will get deployed from WiX 3.6 or later unless VS 2012 is installed at the time. -- John Merryweather Cooper Build Install Engineer -- ESA Jack Henry Associates, Inc.(r)

Re: [WiX-users] Documentation on WIX properties

2013-10-21 Thread Hoover, Jacob
Since your property is camel case it won't be passed from the InstallUISequence to the InstallExecuteSequence. In addition to that you will need to set the Property/@Secure to yes to allow the engine to pass it's value. In this case, I would think you would need a new property that you define

Re: [WiX-users] VS 2012 + Wix 3.X problem

2013-10-21 Thread Edmondo Porcu
Yes I did, How can I see what have gone wrong during setup? I have been reading these should be the correct log, I have attached them here... Best regards Edmondo -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: 21 October 2013 16:21 To: General discussion

[WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Sean Hall
I'm testing out WiX 3.8 and VS 2013, and can't find the custom action projects. Here's what I did: 1. Setup new VM with Windows 8.1. 2. Install .NET 3.5 and all Windows Updates. 3. Install Visual Studio 2013 Ultimate RTM. 4. Install WiX 3.8.1014.0 (weekly build from 10/14). 5. Open Visual

Re: [WiX-users] Documentation on WIX properties

2013-10-21 Thread Phil Wilson
If you are literally applying a patch as you said, then the condition you need is PATCH. http://msdn.microsoft.com/en-us/library/windows/desktop/aa370576(v=vs.85).aspx Although I'm not familiar with the details of the WIX UI settings, I believe a repair is a repair, a change is adding or removing

Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Christopher Painter
I found the same and left a note on Bob's blog post as to such. From: Sean Hall rhal...@hotmail.com Sent: Monday, October 21, 2013 12:16 PM To: wix-users@lists.sourceforge.net wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action projects

Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Hoover, Jacob
SHA-1: 2414f339da083a2ffaa52fe4f26868e4fe8205e0 * Merge branch 'bugs_3839_4093.2' of https://git01.codeplex.com/forks/bobarnso/wixdev into wix38 SHA-1: da66059ce782a8b3563bc53798e8affb17ba74f9 * Fix WIXBUG:3839 and WIXBUG:4093. * Add projects to build version-specific templates for VS2012

Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Sean Hall
I see now that you created a bug, too (http://wixtoolset.org/issues/4154/). Guess I should have checked that first. From: chr...@iswix.com To: wix-users@lists.sourceforge.net; wix-users@lists.sourceforge.net Date: Mon, 21 Oct 2013 10:30:56 -0700 Subject: Re: [WiX-users] Custom Action

Re: [WiX-users] VS 2012 + Wix 3.X problem

2013-10-21 Thread Nicolás Alvarez
2013/10/21 Edmondo Porcu edmondo.po...@gottexbrokers.com: How can I see what have gone wrong during setup? I have been reading these should be the correct log, I have attached them here... You can't post attachments to this mailing list. -- Nicolás

Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Christopher Painter
Cool. His blog article seemed to say it was done but I'm guessing there's a distinction between votive and sdk and that if one knew that he'd predict the custom action projects won't be there yet. Either way, it let me test my latest IsWiX 2.2 on WiX 3.8 on VS 2013 stack so it's progress

[WiX-users] R: VS 2012 + Wix 3.X problem

2013-10-21 Thread Edmondo Porcu
Ops! Any suggestion?? :))) Inviato da Samsung Mobile Messaggio originale Da: Nicolás Alvarez nicolas.alva...@gmail.com Data: 21/10/2013 19:44 (GMT+01:00) A: General discussion about the WiX toolset. wix-users@lists.sourceforge.net Oggetto: Re: [WiX-users] VS 2012 + Wix 3.X

Re: [WiX-users] R: VS 2012 + Wix 3.X problem

2013-10-21 Thread John Cooper
Inline it (brutal) or put it on a publically available share link and pass the URL. -- John Merryweather Cooper Build Install Engineer -- ESA Jack Henry Associates, Inc.® Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original

[WiX-users] Signing binaries and msi...

2013-10-21 Thread Tony
We are in the process of converting our old InstallShield projects into WiX projects (v3.7). One of the last items we have to deal with is signing. IS has a mechanism to sign all binaries and then the msi. I don't see an analog in WiX. Did I miss it? Assuming I didn't... The proper process

Re: [WiX-users] Signing binaries and msi...

2013-10-21 Thread John Cooper
Read in the documentation about overriding the SignCabs and SignMsi targets. If you're doing Burn, you'll also want to look at overriding SignBundleEngine and SignBundle. Patches can also be signed given an appropriate target. -- John Merryweather Cooper Build Install Engineer -- ESA Jack

Re: [WiX-users] Where are my migrated issues?

2013-10-21 Thread Rob Mensching
Yet... it will soon. -Original Message- From: Pallier, Manuel / BEKO Graz [mailto:manuel.pall...@beko.at] Sent: Sunday, October 20, 2013 10:36 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Where are my migrated issues? Just for everyone's information: Leaving

Re: [WiX-users] R: VS 2012 + Wix 3.X problem

2013-10-21 Thread Jeremiahf
Just a note you cannot do a repair of WIX when trying to resolve the issue. I have had a similar issue and had to uninstall WIX and reinstall WIX on top of VS 2012. Order of installation. 1. VS2012 2. WIX 3.x On Mon, Oct 21, 2013 at 1:37 PM, John Cooper jocoo...@jackhenry.com wrote: Inline

[WiX-users] Bootstrapper ARP cleanup vs MSI ARP cleanup

2013-10-21 Thread Robert Nell
I have MSIs for which the Product/@Name value includes the version number (which changes for every build of the project). This results in an entry in Add/Remove Programs (ARP) that includes the product name and the version number. The MSI correctly removes the old ARP entry when a major upgrade

Re: [WiX-users] R: VS 2012 + Wix 3.X problem

2013-10-21 Thread Edmondo Porcu
That was enough? Thanks for your help -Original Message- From: Jeremiahf [mailto:jeremi...@gmail.com] Sent: martedì, ottobre 22, 2013 12:53 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] R: VS 2012 + Wix 3.X problem Just a note you cannot do a repair of WIX

Re: [WiX-users] Bootstrapper ARP cleanup vs MSI ARP cleanup

2013-10-21 Thread Hoover, Jacob
Did you remember to increment the version of the bundle? Is it the bundle that is left behind in ARP? -Original Message- From: Robert Nell [mailto:robe...@eosgroup.com] Sent: Monday, October 21, 2013 6:03 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Bootstrapper ARP

Re: [WiX-users] Custom Action projects missing in WiX 3.8/VS2013

2013-10-21 Thread Bob Arnson
There was a separate bug for templates: http://wixtoolset.org/issues/4093/ That's now fixed and available in WiX v3.8.1021.0. On 21-Oct-13 13:39, Hoover, Jacob wrote: SHA-1: 2414f339da083a2ffaa52fe4f26868e4fe8205e0 * Merge branch 'bugs_3839_4093.2' of

Re: [WiX-users] Get InstallCondition from MBA (modify action)

2013-10-21 Thread Bob Arnson
On 16-Oct-13 09:20, Michael Stoll wrote: Is it possible to access the InstallCondition attribute from a MBA, when the launch action is modify? No, that's not exposed to the BA. Please file a feature request. It can be additional detail added to the BA manifest. -- sig://boB

Re: [WiX-users] Problems with Merge Modules on Wix 3.7/VS2010/Windows 8 and 8.1

2013-10-21 Thread Bob Arnson
On 21-Oct-13 05:38, Anthony Wieser wrote: I’ve been trying to track down why my Wix Project is being relinked every single time I do a build even though nothing’s changed. Eventually, I’ve tracked it down to the MFC100 merge modules. Mergemod.dll is responsible for merging merge modules and