[WiX-users] Download Msi or Exe with Bundle

2015-06-10 Thread Shal Philipp
Hello. I'm trying to develop simple scenario - Bootstraper after running download last version of installer and installs it. Am i right that it is impossible for Bundle now? Neither exe installers (hash is necessary in RemotePayload) nor msi installers (msi should be analyzed while build and hash

Re: [WiX-users] Duplicate files from multiple locations

2015-06-10 Thread Phill Hogland
Rob's blog post here http://robmensching.com/blog/posts/2007/6/1/quotsmart-cabbingquot-added-to-wix-toolset/ may be of interest to you. -- View this message in context:

Re: [WiX-users] [WIX]: MSI package creation failed

2015-06-10 Thread Dileep S
Thank you for your information. I got the solution. I have given Package Name as 'PRN'. So, it was failed to create the package. On Tue, Jun 9, 2015 at 2:27 PM, Tobias S tobias.s1...@gmail.com wrote: Just a guess... Not sufficient privileges for ICE Validation: Does this issue still occur if

Re: [WiX-users] Patches no longer working for a specific RTM using WiX 3.7 + Pure WiX Patching

2015-06-10 Thread Tunney, Stephen
Well after a week of wasting my time on this it turns out we had a file restore of a IT-Special kind. They restore the wixpdb folder to the WRONG directory. This meant that the wixpdb files didn't match up with the MSIs that we were melting against and this caused the issues downstream. Can

Re: [WiX-users] Download Msi or Exe with Bundle

2015-06-10 Thread Phill Hogland
It is true that at compile time a Burn bundle must know about all of the items in the chain for that particular bundle. A self updating bundle is really a different issue, and the Wix toolset setup is an example implementation. Look at the source under src\Setup\WixBA, UpdateViewModel, for an

Re: [WiX-users] Error 1721

2015-06-10 Thread Phil Wilson
The log shows that dpinst.exe failed for some reason, and there's some info there about the parameters that might help you see why it failed, but I don't think it's possible to say why it failed just by looking at the command line - you'd have to see if the required files or whatever were there

Re: [WiX-users] license accepted by default

2015-06-10 Thread Carles Pina i Estany
Hi, On Jun/10/2015, Carles Pina i Estany wrote: I'm using WixUI_Advanced and I'd like the license to be accepted by default (the checkbox that reads I Accept the terms in the License Agreement to be checked). found it: Property Id=LicenseAccepted Value=1/ Works correctly. Thank

Re: [WiX-users] GAC PubPolicy Files on Windows Server 2016 Technical Preview?

2015-06-10 Thread Phil Wilson
This might be relevant: http://blogs.msdn.com/b/astebner/archive/2004/11/10/255346.aspx?PageIndex=9 Your error is there, it looks like there's something in the manifest that's not available. If I remember how that all works, I believe that when a maniifest contains multiple modules they must all

[WiX-users] WiX 3.x and 4.0 roadmap for 2015

2015-06-10 Thread Robert Flaming
Hello WiX Users, What is the WiX 3.x and 4.0 roadmap for 2015? A search didn't turn up anything recent. Redirect(s) welcome. Thanks, Robert -- ___ WiX-users mailing list

Re: [WiX-users] Patches no longer working for a specific RTM using WiX 3.7 + Pure WiX Patching

2015-06-10 Thread Tunney, Stephen
Sorry, posted that last one to the wrong conversation :( Rob et. al. I have a question regarding upgrading WiX. We have several RTMs that have been produced using 3.7 and 3.9. Is it supported to move producing updated installers+patches to newer versions of WiX? My concern is that I don't

Re: [WiX-users] Patches no longer working for a specific RTM using WiX 3.7 + Pure WiX Patching

2015-06-10 Thread Tunney, Stephen
Bug logged and pull request for 3.10 already created and awaiting Bob's firm but fair hands to review it :) http://wixtoolset.org/issues/4792 https://github.com/wixtoolset/wix3/pull/268 -Original Message- From: Rob Mensching [mailto:r...@firegiant.com] Sent: June-10-15 1:42 PM To:

Re: [WiX-users] Delay in custom action

2015-06-10 Thread Nir Bar
Can you post the log files of both installations? - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX InstallShield -- View this message in context:

Re: [WiX-users] Download Msi or Exe with Bundle

2015-06-10 Thread Tunney, Stephen
Rob et. al. I have a question regarding upgrading WiX. We have several RTMs that have been produced using 3.7 and 3.9. Is it supported to move producing updated installers+patches to newer versions of WiX? My concern is that I don't want to have a large number of WiX versions floating

Re: [WiX-users] Patches no longer working for a specific RTM using WiX 3.7 + Pure WiX Patching

2015-06-10 Thread Rob Mensching
Validating the provided .wixpdb actually goes with the .MSI seems like a good idea. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Tunney, Stephen

Re: [WiX-users] Download Msi or Exe with Bundle

2015-06-10 Thread Rob Mensching
The bundle can self-update itself. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Shal Philipp [mailto:luc2...@inbox.ru] Sent: Wednesday, June 10, 2015 3:52 AM To:

Re: [WiX-users] Download Msi or Exe with Bundle

2015-06-10 Thread Phill Hogland
I believe that upgrading a bundle or msi, creating to use wix 3.7 tools, to a later version of wix 3.x as being none-breaking and supported. However the binary compatibility of a wix extension created with one version of 3.x does not extend to a later version of wix 3.x. You need to recompile

Re: [WiX-users] Download Msi or Exe with Bundle

2015-06-10 Thread John Cooper
The only issue I had, and it was minor, was migrating an extension from WiX 3.5 to WiX 3.6. I have had no issues with migration from WiX 3.6 onwards. -- John Merryweather Cooper Senior Software Engineer | Integration Development Group | Enterprise Notification Service Jack Henry Associates,

Re: [WiX-users] WiX 3.x and 4.0 roadmap for 2015

2015-06-10 Thread Phill Hogland
There are some comments in this https://www.firegiant.com/blog/2015/6/2/wix-online-meeting-68-highlights/ blog. I missed last nights meeting which is also summarized in another blog post, but there is often a comment about the general plan in the weekly meeting. -- View this message in

Re: [WiX-users] Download Msi or Exe with Bundle

2015-06-10 Thread Rob Mensching
Note: patching can be very sensitive so we don't tend to make any guarantees that changing toolset versions (even between minor versions) won't break patching. Major upgrades should always work (even between major versions). _ Short