Re: [WiX-users] Authenticode signatures

2013-07-08 Thread David Watson
It should come up as unsigned in the UAC prompt, if you have that disabled you won't see anything. You can usually still install it. -Original Message- From: Ivo Beltchev [mailto:i...@ibeltchev.com] Sent: 07 July 2013 23:34 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Authenti

Re: [WiX-users] 0x800703E9 Recursion Too Deep

2013-07-08 Thread Barrie Cooper
The error was from Burn. I'll try to get hold of the log files from my client's PC. On 24 Jun 2013, at 03:53, Bob Arnson wrote: > On 18-Jun-13 06:13, Barrie Cooper wrote: >> All works fine on my development and testing environment but on my client's >> laptop yesterday we received an error st

Re: [WiX-users] Adding language transform .mst's to Burn Bundle Chain?

2013-07-08 Thread TimM
Okay I have not yet figured this out. I have tried placing the calling of my MsiPackage into a separate Fragment file and add a property definition to default language and then conditioned custom actions for the supportted languages, but it looks like Burn completely ignores this default property a

Re: [WiX-users] Adding language transform .mst's to Burn Bundle Chain?

2013-07-08 Thread Hoover, Jacob
Burn and its existing WixStdBA don't support this out of the box today. I see two choices for you. The first is to have a single msi with no transforms and either use multiple components with conditions on the localized shortcuts or utilize a CA at runtime to inject the localized shortcuts into

[WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Georg von Kries
Hi all, I've been using a element in our installers for several years now, just in case we want to provide a patch and allow UAC patching. After switching to use external cab files, I have mentioned that this is broken. When using external cabs, singing them and inscribing the digital cer

Re: [WiX-users] Validation through Visual Studio

2013-07-08 Thread Kathy Morey
Sorry for the delay in replying - went on vacation. I looked at the reference; my environment block is only 4 Kb. I tried the suggestion a little later in that thread to reduce the size of my Path variable, but I'm still getting the same error (and my environment block is still 4 KB; my Path v

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Hoover, Jacob
I've been signing a msi and its external cabs without issue. Can you provide the steps you are using to see if I can spot anything? On Jul 8, 2013, at 9:30 AM, "Georg von Kries" wrote: > Hi all, > > > > I've been using a element in our installers for several > years now, just in case we wan

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Georg von Kries
Hi Jacob, signing is indeed working without any problem. But if you have a element in your MSI, signing the MSI with insignia (actually it is done by an MSbuild target) will change the included certificates in the MsiDigitalCertificate table. The following snipped (e.g. in product.wxs) will crea

Re: [WiX-users] Validation through Visual Studio

2013-07-08 Thread Blair Murri
You are sure that no other MSI transaction is happening at the same time? (group policy, SMS deployment, automated updates, etc.) or even parallel MSI validations? > From: kmo...@profitstars.com > To: wix-users@lists.sourceforge.net > Date: Mon, 8 Jul 2013 14:33:17 + > Subject: Re: [WiX-use

Re: [WiX-users] Speed up Burn setup

2013-07-08 Thread Blair Murri
There are several things unoptimized in your description below: 1- Heat may have added elements that aren't strictly necessary 2- WPF isn't known as a speed demon 3- Anytime you need to spin up the .NET framework you will incur a runtime penalty 4- Burn adds its own operations to improve the mai

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Blair Murri
Sounds like a bug to me. Please file one. > From: g...@creativbox.net > To: wix-users@lists.sourceforge.net > Date: Mon, 8 Jul 2013 16:54:00 +0200 > Subject: Re: [WiX-users] PatchCertificates element and Insignia.exe > > Hi Jacob, > > signing is indeed working without any problem. But if you ha

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread David Watson
Does it work if you remove the PatchCertificates elements? I.e. is insignia hand holding you and doing everything so you do not need to? -Original Message- From: Georg von Kries [mailto:g...@creativbox.net] Sent: 08 July 2013 15:54 To: 'General discussion for Windows Installer XML tool

Re: [WiX-users] Validation through Visual Studio

2013-07-08 Thread Kathy Morey
Yes. -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: Monday, July 08, 2013 11:14 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Validation through Visual Studio You are sure that no other MSI transaction is happening at the same

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Georg von Kries
Hi David, Looking at the Inscribe.cs source code, there is no entry added to the MsiPatchCertificate table. So no, it's not doing everything for me. Kind regards, Georg von Kries -Ursprüngliche Nachricht- Von: David Watson [mailto:dwat...@sdl.com] Gesendet: Montag, 8. Juli 2013 17:24

Re: [WiX-users] Authenticode signatures

2013-07-08 Thread Rob Mensching
I think the Shell caches aggressively. Try restarting and see if the Shell still tells you it's signed. On Mon, Jul 8, 2013 at 4:13 AM, David Watson wrote: > It should come up as unsigned in the UAC prompt, if you have that disabled > you won't see anything. You can usually still install it. >

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Hoover, Jacob
I stand corrected, my testing was done prior to signing my external CABS. This is in fact a bug as far as I can tell. Specifically in the 3.8 branch, in the src/wix/Inscriber.cs InscribeDatabase @~ 217, we are blindly creating a new table instead of merging the table. I believe the proper a

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Georg von Kries
Done, I have just filed two bugs to keep both problems separated. Kind regards, Georg von Kries -Ursprüngliche Nachricht- Von: Blair Murri [mailto:os...@live.com] Gesendet: Montag, 8. Juli 2013 17:22 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Patch

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Hoover, Jacob
Bug number / Link? -Original Message- From: Georg von Kries [mailto:g...@creativbox.net] Sent: Monday, July 08, 2013 11:39 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] PatchCertificates element and Insignia.exe Done, I have just filed two bugs t

[WiX-users] Test message - ignore

2013-07-08 Thread Kathy Morey
My apologies - test message Kathy Morey Synergy Software Engineer 700 Tower Drive, Suite 600 Troy MI 48098 Office: 248.879.0316 ext. 454809 Fax: 248.879.0730 * kmo...@profitstars.com NOTICE: This electronic mail message and any files transmitted with it are intende

Re: [WiX-users] PatchCertificates element and Insignia.exe

2013-07-08 Thread Georg von Kries
#3340 and #3341 Regards, Georg -Ursprüngliche Nachricht- Von: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Gesendet: Montag, 8. Juli 2013 18:41 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] PatchCertificates element and Insignia.exe Bug number /

[WiX-users] Test message - ignore

2013-07-08 Thread Kathy Morey
My apologies - test message NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized r

Re: [WiX-users] Adding language transform .mst's to Burn Bundle Chain?

2013-07-08 Thread TimM
Okay thanks Jacob... So figuring I would go with the easiest method I started to convert my main project with conditioned language components and then when I build I then receivce a bunch of errors stating: error LGHT0311: A string was provided with characters that are not available in the specif

Re: [WiX-users] Adding language transform .mst's to Burn Bundle Chain?

2013-07-08 Thread Hoover, Jacob
Did you look at my previous suggestion http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Multiple-shortcut-localizations-in-one-MSI-td3437236.html ? (I know they didn't have conditions, but it appears as if they had a functional work around.) -Original Message- From: TimM [m

Re: [WiX-users] MsiPackage InstallCondition

2013-07-08 Thread TimM
Gabriel, I am trying to condition my MsiPackage on Language and you have mentioned here the installCondition: InstallCondition="LANG = "fr-FR" AND NOT VersionNT64" So my question where did LANG get defined. I see the Variable set section: But I do not see where/how LANG was set and I only see t

Re: [WiX-users] Adding language transform .mst's to Burn Bundle Chain?

2013-07-08 Thread TimM
Okay thanks Jacob... After a bit more testing I was able to get this to work by using the InstallCondition. When I first tried using the InstallCondition I was looking for languages like this: InstallCondition="[SystemLanguageID]=1036" and this was failing. After some research I found out that I

Re: [WiX-users] Adding language transform .mst's to Burn Bundle Chain?

2013-07-08 Thread Hoover, Jacob
Hmm, are you sure that is going to work? If the product code is the same for all of them, I am betting the upgrade/repair scenario isn't going to work as expected. (If the install condition is false, but it detects the product is installed...) -Original Message- From: TimM [mailto:timm

Re: [WiX-users] Validation through Visual Studio

2013-07-08 Thread John Cooper
On my net, there is GPO active such that two things essential to running validation on my Windows 7 laptop are not met: 1) VBS cannot be run by a build process; 2) the Windows Installer Service cannot be run by a build process. If you're like me, you'll need a waiver from CIS to allow both thes

Re: [WiX-users] Adding language transform .mst's to Burn Bundle Chain?

2013-07-08 Thread TimM
There should not be a problem with Product Codes as I am using the same .msi in both MsiPackage entries, not multiple msi's that are language specific. I have again just the one .msi and the language .mst's files. So if one of the supported languages exists it will trigger the first MsiPackage ID