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
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
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
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
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
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
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
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:
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 .
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
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
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
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
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
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
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
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?
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
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
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
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
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
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
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@
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
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;
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
27 matches
Mail list logo