[WiX-users] Authenticode signatures

2013-07-07 Thread Ivo Beltchev
Hi I have a digital certificate and I signed my MSI with it. When I view the properties of the file in Explorer it shows the certificate correctly. So far so good. Then I modified the MSI file in a binary editor (changed one byte). Now when I run the signtool I get an error that the verific

Re: [WiX-users] WiX v3.7 - CopyFile not working

2013-07-07 Thread Christopher Painter
I don't think that's accurate. The CopyFile element expresses data for both the MoveFiles table and DuplicateFiles table. I use it to make copies of files all the time. From: "Stephane Fagnan" Sent: Sunday, July 07, 2013 2:20 PM To: "General discussio

Re: [WiX-users] WiX v3.7 - CopyFile not working

2013-07-07 Thread Stephane Fagnan
I discovered that the folder is not being moved because CopyFile only supports moving files, not folders. I will have to do this a different way. Thanks anyway! > From: os...@live.com > To: wix-users@lists.sourceforge.net > Date: Fri, 5 Jul 2013 01:29:43 -0700 > Subject: Re: [WiX-users] WiX v3.7

[WiX-users] Speed up Burn setup

2013-07-07 Thread Marco Tognacci
I have made a setup.exe using Burn and custom WPF UI.I have added some package as the runtime redistributable and my MSI that I have made using Heat for harvesting the folders of my application.When I install the package it's very very slow, is there any way for making the installation faster?