On Mon, 28 Dec 2009 08:30:58 -
"Sean Farrow" wrote:
> Hi:
>
> Is it possible to build one msi package that runs natively on both
> 32and 64 bit setups using Wix? If yes how wouldthis be done? If no is
> it possible to set pre-processor defines with the votive ui for
> specific configuration
I don't think you can have one msi for both 32 and 64 bit machines. But you
can have a single .wxs file which produces two different .msi files
when compiled on different architectures. It does this by reading
environment variables or system variables.(PROCESSOR_ARCHITECTURE).
On Mon, Dec 28, 2009
Hi:
Is it possible to build one msi package that runs natively on both 32and 64
bit setups using Wix? If yes how wouldthis be done? If no is it possible to
set pre-processor defines with the votive ui for specific configurations?
Cheers
Sean.
Yes. Very sensible. Just keep an eye on the GUIDs for a while until you
are sure it all works.
John Aldridge wrote:
> I asked...
>
>
>> From: John Aldridge [mailto:j...@jjdash.demon.co.uk]
>>
>> Are there any guidelines for how best to create both a 32 and a 64 bit
>> installer from a single
I asked...
> From: John Aldridge [mailto:j...@jjdash.demon.co.uk]
>
> Are there any guidelines for how best to create both a 32 and a 64 bit
> installer from a single WiX
> source file? I can use variable substitution to set the Platform attribute
> and pick up the right
> versions of the vario
--
> From: John Aldridge [mailto:j...@jjdash.demon.co.uk]
> Sent: 23 June 2009 15:36
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] 32 & 64 bit installers from common WiX source?
>
> Are there any guidelines for how best to create both a 32 and a 64 bit
> in
This may be of help
http://blogs.msdn.com/heaths/archive/2005/10/24/windows-installer-on-64-
bit-platforms.aspx
-Original Message-
From: John Aldridge [mailto:j...@jjdash.demon.co.uk]
Sent: 23 June 2009 15:36
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] 32 & 64
).ToString().ToUpper()
Dim o = DTE.ActiveDocument.Selection
o.Text = guids
End Sub
- Original Message -
From: "John Aldridge"
To:
Sent: Wednesday, June 24, 2009 12:36 AM
Subject: [WiX-users] 32 & 64 bit installers from common WiX source?
> Are there any g
Are there any guidelines for how best to create both a 32 and a 64 bit
installer from a single WiX source file? I can use variable substitution to set
the Platform attribute and pick up the right versions of the various executable
files, but I'm puzzled about how to manage Component GUIDs. Do th
Kelly Leahy wrote:
My bet is that it's using two MSIs and bootstrapping, maybe with a
shared 'external' cab for less overhead in size.
Or transforms.
--
sig://boB
http://joyofsetup.com/
-
This SF.net email is sponsored by
EMAIL PROTECTED]>
cc
wix-users@lists.sourceforge.net
Subject
Re: [WiX-users] 32 & 64 bit
According to Stefan Krueger's blog Advanced Installer 6.1 supports the
ability to build unified mixed 32/64 bit packages. I haven't looked to
see how they do it under the hood and I don't know
According to Stefan Krueger's blog Advanced Installer 6.1 supports the ability
to build unified mixed 32/64 bit packages. I haven't looked to see how they do
it under the hood and I don't know if the technique is one that WiX would
support one day or not.
http://msmvps.com/blogs/installs
SaiTeja wrote:
> 1) Is it possible to create one MSI for both 32bit and 64 bit OS
>
If you need to install 64-bit components, you must have a 64-bit
package. If you have only 32-bit components, then a 32-bit package will
install fine on an x64 OS.
--
sig://boB
http://joyofsetup.com/
Hi,
1) Is it possible to create one MSI for both 32bit and 64 bit OS
2) If yes
my queries are
1) In my case, except 2 binaries, remaining all binaries are same.
The binaries which are different are service32.exe for 32bit and
service64.exe for 64 bit
So I added win64="yes" for service64.exe.
14 matches
Mail list logo