Re: [WiX-users] How to create only installer for 32 Bit and 64 bit OS

2008-09-12 Thread Sandeep Gautam (HCL Technologies Ltd)
-users] How to create only installer for 32 Bit and 64 bit OS If you have some 64-bit files going into System32, I think you need to mark the installer as 64-bit. Otherwise the files won't go to the right directory. I was able to accomplish this using a transform and a custom bootstrapper. I co

Re: [WiX-users] How to create only installer for 32 Bit and 64 bit OS

2008-09-12 Thread Michael Ballou
If you have some 64-bit files going into System32, I think you need to mark the installer as 64-bit. Otherwise the files won't go to the right directory. I was able to accomplish this using a transform and a custom bootstrapper. I compile my MSI once for each CPU type (x86, x64), then create a t

Re: [WiX-users] How to create only installer for 32 Bit and 64 bit OS

2008-09-12 Thread Christopher Karper
> > > > > > > > > > > > > >Win64="$(var.Win64)"> > > > > > > -Original Message----- > From: [EMAIL PROTECTED] [mailto

Re: [WiX-users] How to create only installer for 32 Bit and 64 bit OS

2008-09-11 Thread Robert O'Brien
autam (HCL Technologies Ltd) Sent: Thursday, September 11, 2008 7:39 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] How to create only installer for 32 Bit and 64 bit OS Hi, I want to create one common installer that will work for 32 Bit and 64 bit OS. How can I do

[WiX-users] How to create only installer for 32 Bit and 64 bit OS

2008-09-11 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I want to create one common installer that will work for 32 Bit and 64 bit OS. How can I do this? Regards Sandeep - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux ba