Re: [WiX-users] Multi-platform installer with WiX

2013-06-25 Thread Blair Murri
Jun 2013 23:26:09 -0700 > Subject: Re: [WiX-users] Multi-platform installer with WiX > > I see. That's a good point. > > So I wrote me a quick program to compare the two full MSIs (the 32-bit and > 64-bit) and to search for the longest chunk that's common between the

Re: [WiX-users] Multi-platform installer with WiX

2013-06-24 Thread Ivo Beltchev
ust embedded somehow into the file and does not encrypt or compress of the contents. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Monday, June 24, 2013 8:51 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Multi-platform installer with WiX On

Re: [WiX-users] Multi-platform installer with WiX

2013-06-24 Thread Bob Arnson
On 24-Jun-13 23:32, Ivo Beltchev wrote: > Which part is the problem? The embedding of the CAB or the mucking with the > Media table? Any change invalidates the signature. -- sig://boB http://joyofsetup.com/ -- This SF.n

Re: [WiX-users] Multi-platform installer with WiX

2013-06-24 Thread Ivo Beltchev
[mailto:b...@joyofsetup.com] Sent: Monday, June 24, 2013 8:25 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Multi-platform installer with WiX On 24-Jun-13 14:44, Ivo Beltchev wrote: > When the installer runs it extracts one of the MSIs and the shared > cab. Then wit

Re: [WiX-users] Multi-platform installer with WiX

2013-06-24 Thread Bob Arnson
On 24-Jun-13 14:44, Ivo Beltchev wrote: > When the installer runs it extracts one of the MSIs and the shared cab. Then > with some database voodoo from msi.dll I embed the shared cab into the MSI > and change the Cabinet field in the Media table to start with #. This marks > it as internal. That br

Re: [WiX-users] Multi-platform installer with WiX

2013-06-24 Thread Ivo Beltchev
ck Ramirez [mailto:nickra...@hotmail.com] Sent: Monday, June 24, 2013 12:05 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Multi-platform installer with WiX You're embedding an MSI inside an MSI? Wouldn't Burn work out better? A Burn bundle can embed all of its resources int

Re: [WiX-users] Multi-platform installer with WiX

2013-06-24 Thread Nick Ramirez
You're embedding an MSI inside an MSI? Wouldn't Burn work out better? A Burn bundle can embed all of its resources into a setup executable. Will upgrades still function correctly using an embedded MSI? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.co

Re: [WiX-users] Multi-platform installer with WiX

2013-06-24 Thread Ivo Beltchev
23, 2013 7:59 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Multi-platform installer with WiX On 23-Jun-13 15:13, Ivo Beltchev wrote: > I need an installer that can work for both 32-bit and 64-bit OS. > Currently I build 2 separate MSIs and bundle them togethe

Re: [WiX-users] Multi-platform installer with WiX

2013-06-23 Thread Bob Arnson
On 23-Jun-13 15:13, Ivo Beltchev wrote: > I need an installer that can work for both 32-bit and 64-bit OS. Currently I > build 2 separate MSIs and bundle them together in a bootstrapper EXE. The > problem is that 90% of the files are common between the two platforms and my > installer is almost dou

Re: [WiX-users] Multi-platform installer with WiX

2013-06-23 Thread Nick Ramirez
Ah, ok. Well, if the main thing is to get the size of the install, would using Burn's download capabilities add anything for you (using the DownloadUrl attribute on your Burn MsiPackage elements)? Such as only downloading the 64-bit installer if that's what they need, or only the 32-bit one? Of cou

Re: [WiX-users] Multi-platform installer with WiX

2013-06-23 Thread Ivo Beltchev
[mailto:nickra...@hotmail.com] Sent: Sunday, June 23, 2013 4:18 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Multi-platform installer with WiX I'm often curious to learn more about 64-bit vs. 32-bit applications. What are your reasons for targeting both architectures? Is i

Re: [WiX-users] Multi-platform installer with WiX

2013-06-23 Thread Nick Ramirez
I'm often curious to learn more about 64-bit vs. 32-bit applications. What are your reasons for targeting both architectures? Is it not possible, in your case, to only target 32-bit? You say that there are 10% of files that are different between the two installers? Can you say more about that? Does

Re: [WiX-users] Multi-platform installer with WiX [P]

2013-06-23 Thread Ivo Beltchev
. -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: Sunday, June 23, 2013 12:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Multi-platform installer with WiX [P] Classification: Public Hi Ivo, I am not really sure on

Re: [WiX-users] Multi-platform installer with WiX [P]

2013-06-23 Thread Steven Ogilvie
Classification: Public Hi Ivo, I am not really sure on your overall question... However, you cannot create 1 MSI for both 32 and 64 Bit OS's there must be 1 MSI for each bitness (32/64). So this paragraph is not possible: " One solution I tried is to create a transform that converts one MSI into