Re: [WiX-users] Custom C++ Actions WiX 3.9

2014-11-11 Thread Theo Landman
Never mind. As always, google is your friend and I forgot to mention that I'm still using Visual Studio 2008 and that this is no longer supported. Back to 3.8. Theo Theo Landman schreef op 11-11-2014 om 8:46: Hello, I upgraded to WiX 3.9, but apparently the C++ utility libraries like dutil

[WiX-users] Custom C++ Actions WiX 3.9

2014-11-11 Thread Theo Landman
Hello, I upgraded to WiX 3.9, but apparently the C++ utility libraries like dutil and their header files are not part of the WiX 3.9 installation. Is this a change I have missed? Regards, Theo -- Tegen het rood van de ondergaande zon tekende zich een ingestorte gedaante af. Enkele

[WiX-users] Burn download/run ExePackage of unknown version?

2014-11-11 Thread Carl Pettersson
Hi, I have got a request to have our Burn installer automatically download and install the latest version of a dependency of ours, that is developed by another team. My understanding is that this is not possible, but I'd like to verify this. Basically, the requirement is that whenever the

Re: [WiX-users] Burn download/run ExePackage of unknown version?

2014-11-11 Thread Rob Mensching
You do need to update your Bundle. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Carl Pettersson [mailto:carl.petters...@tobii.com] Sent: Tuesday, November 11, 2014 7:17

Re: [WiX-users] Package download failed in Web Installer

2014-11-11 Thread Phil Wilson
I honestly don't think this is a WiX issue. It's just reporting that the download failed because of ERROR_INTERNET_TIMEOUT. It's like looking for an Internet Explorer solution when a web site isn't working. It could be anything in the network configuration from the machine through proxies,

Re: [WiX-users] Language packs difference causing installation to fail.

2014-11-11 Thread Phil Wilson
It might be worth adding a local group called Users to see if that fixes it. The error seems to indicate that the well known SID for users is missing, that might be worth checking too. --- Phil Wilson On Mon, Nov 10, 2014 at 2:06 PM, Hoover, Jacob jacob.hoo...@greenheck.com wrote:

Re: [WiX-users] Burn download/run ExePackage of unknown version?

2014-11-11 Thread Carter Young
In order to do this properly within the confines of Wix, you would need to use heat to generate the checksum/hash for the other team's installer. This would still require work on your part, as each time the team updates their MSI, you'd need to include a new hash/checksum for your

Re: [WiX-users] Language packs difference causing installation to fail.

2014-11-11 Thread MartinInstall
Adding a Users group does allow me to complete the installation but the applications folder is inaccessible after installation, it will run but we cant delete the folder. Next steps after researching will be turning off UAC before installation and applying all updates to the target computer.

Re: [WiX-users] Language packs difference causing installation to fail.

2014-11-11 Thread Carter Young
This Happens because the Users Group you injected is not a valid group, therefor e the MSI cannot apply the proper security settings. Could you please find out what the Well Known SID is on an English locale? See: http://msdn.microsoft.com/en-us/library/aa372835(v=vs.85).aspx 1609: An

[WiX-users] Active directory browser

2014-11-11 Thread pezmannen
My setup includes several dialogs where you need to specify different Active Directory accounts. For now, they are all free text and it's pretty easy to miss spell. I found Msiext (http://dblock.github.io/msiext/) but was wondering if there is something out there that can be used without starting

[WiX-users] Shared component between features

2014-11-11 Thread pezmannen
Hi I have a product that consists of two features. Web and a Windows service. They share some dll's that are gacced. Is it ok to inlude the gac-components in both features? They usually are installed together. It seems to work but what is best practice? It now looks something like this Feature1

[WiX-users] [SPAM] Re: Package download failed in Web Installer

2014-11-11 Thread Phill Hogland
If this is really your URL Error 0x80072ee2: Failed to download URL: http://dummy.msi;, don't you need to include a valid 'domain' to a web site? I think this says the file is at the root of the Internet, where ever that is. -- View this message in context:

Re: [WiX-users] Shared component between features

2014-11-11 Thread Asbjørn Mikkelsen
I did it like that earlier, no problems at all. On Tue, Nov 11, 2014 at 11:09 PM, pezmannen pezman...@gmail.com wrote: Hi I have a product that consists of two features. Web and a Windows service. They share some dll's that are gacced. Is it ok to inlude the gac-components in both