Re: [WiX-users] Product Version functions [P]

2013-07-23 Thread Sean Farrow
Hi, I'll have to use FileVersionInfo.ProductVersion. FileVersion functions are available but it seems product version functions aren't--maybe I'll submit a patch! Cheers Sean. -Original Message- From: Phil Wilson [mailto:phil.wil...@mvps.org] Sent: 23 July 2013 21:06 To: 'General discuss

Re: [WiX-users] [wix-users] Impact of installed burn?

2013-07-23 Thread Rob Mensching
The cool thing is that if you always use Bundles to install your MSI packages, shared MSI packages will be correctly reference counted and only removed when the last Bundle that needs it is removed. Totally avoids all the bad behaviors. On Tue, Jul 23, 2013 at 10:00 AM, Wesley Manning wrote: > I

Re: [WiX-users] [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

2013-07-23 Thread Hoover, Jacob
That's not a proper link, click on the Share Link option in drop box and it will give you a URL (with a bunch of random or checksum based info in it). Ex: https://www.dropbox.com/s/jcr5mu6q8rqwrg9/... -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: Tuesday, July 23

Re: [WiX-users] [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

2013-07-23 Thread TimM
Okay I have placed the .zip file in my dropbox: https://www.dropbox.com/home/Shared?select=ErrorLogfile.zip#!/home/Shared?select=ErrorLogfile.zip So if this will help determine what is wrong with signing of our bundle then that would be great. If there are any other methods to signing a Burn bund

Re: [WiX-users] [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

2013-07-23 Thread Hoover, Jacob
If you could get the logs posted I am sure a few others would take a look at them as well. If you don't have your own hosting, you could use tools like SkyDrive or DropBox to share the logs. -Original Message- From: TimM [mailto:timmay...@smarttech.com] Sent: Tuesday, July 23, 2013 3:30

Re: [WiX-users] [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

2013-07-23 Thread TimM
Hello Rob, I forwarded an email to you with .zip file that contains the Process Monitor and burn logs. Let me know if you did not get it and if not then let me know where I can post this file for you to review. We really need to get this bundle signing done as at the moment testing can not test t

Re: [WiX-users] Product Version functions [P]

2013-07-23 Thread Phil Wilson
The original reference was to a .cpp file, so I assumed C++ was needed ;) You can use your FileVersionInfo.FileVersion if you insist ;) Phil -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Tuesday, July 23, 2013 12:59 PM To: General discussion for W

Re: [WiX-users] Product Version functions [P]

2013-07-23 Thread Hoover, Jacob
I personally prefer my CA's to be in C++, and if you so choose you could use some of the functionality in dutil. Ex: FileVersionFromString, FileVersionFromStringEx in fileutil. -Original Message- From: Phil Wilson [mailto:phil.wil...@mvps.org] Sent: Tuesday, July 23, 2013 3:06 PM To:

Re: [WiX-users] Product Version functions [P]

2013-07-23 Thread Steven Ogilvie
Classification: Public I was being a smart&ss :) -Original Message- From: Phil Wilson [mailto:phil.wil...@mvps.org] Sent: July-23-13 4:06 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Product Version functions [P] The original reference was to a .

Re: [WiX-users] Product Version functions [P]

2013-07-23 Thread Steven Ogilvie
Classification: Public Who uses C++ for custom actions? Use C# :) -Original Message- From: Phil Wilson [mailto:phil.wil...@mvps.org] Sent: July-23-13 3:53 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Product Version functions If you're referring

Re: [WiX-users] My experiences making a multi-language bundle

2013-07-23 Thread snowkoan
Hi, Great post! How does this change in WiX 3.7? I downloaded the WiX 3.7 source and noticed that the wixstdba folder now contains localized resources for a number of languages. When creating a bundle: Is there a shortcut to reference these localized themes, or do I have to copy them to my own

Re: [WiX-users] Product Version functions

2013-07-23 Thread Phil Wilson
If you're referring to file versions, I wouldn't be surprised if it's not made available because it's not that complicated to just call MsiGetFileVersion() and parse the results. http://msdn.microsoft.com/en-us/library/windows/desktop/aa370122(v=vs.85).as px Phil -Original Message- Fro

Re: [WiX-users] Updating msi database (install time) [P]

2013-07-23 Thread Phil Wilson
A couple of things: 1. You should be able to do this in WiX using the control condition stuff, although I'm not an expert on how that works. There are always UI elements that are shown or not depending on the value of a property. That's common for things like the Next button, which won't be shown

Re: [WiX-users] Running Burn installation on background thread

2013-07-23 Thread Blair Murri
The setup is running on a different thread if you followed the defaults when creating your BootstrapperApplication. Marco Tognacci wrote: I have a Burn setup made with a WPF Interface, while the setup is running I play some videos and I have seen that the setup running slower on some compute

Re: [WiX-users] [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

2013-07-23 Thread TimM
Hello Rob, This signing is becoming a real pain. If we do not sign the Burn .exe then the install will continue as expected, but when signed we always get this 0x80004005 error. Here what we are using in a MSBuilt .target file: This w

Re: [WiX-users] Updating msi database (install time)

2013-07-23 Thread Blair Murri
You can only update temporary rows and tables at install time, not persistent rows. What you can do is delete the row you wish to update and then insert a new temporary row with the data you need. Enrique Domínguez wrote: Hi, I'm working with wix-3.6 over VS2005 and I'm trying to make an upda

[WiX-users] Running Burn installation on background thread

2013-07-23 Thread Marco Tognacci
I have a Burn setup made with a WPF Interface, while the setup is running I play some videos and I have seen that the setup running slower on some computers. Is it possible to run the setup on a background thread while the WPF interface is on the main thread?

Re: [WiX-users] [wix-users] Impact of installed burn?

2013-07-23 Thread Wesley Manning
If the bundle exe is uninstalled it would uninstall the msi. So you can install the standalone msi again after. If you try to install msi after installing bundle exe the msi will not install as the bundle already installed it. If you install MSI and then install bundle exe then you'll see two

Re: [WiX-users] Win8.1 + DIFx problem...

2013-07-23 Thread Robert Randall
Microsoft has confirmed the bug. They will get back to me with an ETA on the fix (i.e. the build which will include the fix). Best regards, Robert On Thu, Jul 18, 2013 at 12:05 PM, Robert Randall wrote: > I will file a bug with Microsoft as well. Thanks for the confirmation. > > > On Tue, Ju

Re: [WiX-users] Updating msi database (install time) [P]

2013-07-23 Thread Enrique Domínguez
Hi, I'm doing that because I need on the fly change (wix variables don't allow me that because resolved at compile time) Thanks for your reply. -Mensaje original- De: Steven Ogilvie [mailto:steven.ogil...@titus.com] Enviado el: martes, 23 de julio de 2013 15:06 Para: General discussion f

Re: [WiX-users] Updating msi database (install time)

2013-07-23 Thread Enrique Domínguez
Hi Christopher, Thanks you for your quick response, as far I know TEMPORARY applying only for INSERT sentences, I have read here, http://msdn.microsoft.com/en-us/library/aa372021(v=vs.85).aspx Afterwards, I have tested adding TEMPORARY before and after "WHERE ..." clause with no success. Maybe I

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-23 Thread Steven Ogilvie
Classification: Public Mark, I am installing .NET, SQL Server Express 2012 and various other pre requisites using the WIX bundle (bootstrapper) It seems to be an overkill to use the MSBuild GenerateBootstrapper esp since WIX handles the logic to see if the pre requisites are installed or not et

Re: [WiX-users] Updating msi database (install time) [P]

2013-07-23 Thread Steven Ogilvie
Classification: Public Enrique, Why are you using a custom action to change the banner of the MSI? There is a WIX element to do that: Regards, Steve -Original Message- From: Enrique Domínguez [mailto:edoming...@goalsystems.com] Sent: July-23-13 7:04 AM To: wix-users@lists.sourceforg

Re: [WiX-users] Updating msi database (install time)

2013-07-23 Thread Christopher Painter
You can only do this with TEMPORARY updates once the installer is running. Maybe this blog article will help: http://blog.iswix.com/2008/07/dynamic-windows-installer-ui.html From: "Enrique Domínguez" Sent: Tuesday, July 23, 2013 6:10 AM To: "wix-users@

Re: [WiX-users] passing command args to MSI from bundle [P]

2013-07-23 Thread Freedman, Mark P.
I did'nt realize it was overwriting the wix generated bootstrapper. The intent is to not have to reproduce the logic of all the pre-reqs I need to include, like .NET 3.5, .NET 4, SQL Server, but seems to undo all the wix-specifics I'm setting up. I guess the real answer here is to not rely on th

[WiX-users] Updating msi database (install time)

2013-07-23 Thread Enrique Domínguez
Hi, I'm working with wix-3.6 over VS2005 and I'm trying to make an update in a custom action at install time, for changing installer's banners. It's C# code and looks like: Microsoft.Deployment.WindowsInstaller.Database db = session.Database;

Re: [WiX-users] [wix-users] Impact of installed burn?

2013-07-23 Thread Tomas Köhn
Thanks, Will this impact future installs of .msi files which has been part of bundle before (but has been uninstalled)? / Tomas -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: den 22 juli 2013 14:40 To: General discussion for Windows Installer XML toolset. Su