Re: [WiX-users] x64 and x86 both use same data files

2007-06-16 Thread Bob Arnson
Magus wrote: > My company really wants it to only be 1 installer, is there any dangerous > reasons not to do it that way. > MSI doesn't support it. -- sig://boB http://joyofsetup.com/ - This SF.net email is sponsored b

Re: [WiX-users] x64 and x86 both use same data files

2007-06-15 Thread Magus
Bump Magus wrote: > > The problem: > Currently I have a data component that installes to ProgramFilesFolder, > but on a x64 machine it will install my executable to ProgramFiles64Folder > and the data needs to be in relation to it. On X64 the x86 program files > will not install. Is there a wa

Re: [WiX-users] x64 and x86 both use same data files

2007-06-08 Thread Magus
---Original Message- >> From: [EMAIL PROTECTED] [mailto:wix-users- >> [EMAIL PROTECTED] On Behalf Of Magus >> Sent: Wednesday, June 06, 2007 4:51 PM >> To: wix-users@lists.sourceforge.net >> Subject: [WiX-users] x64 and x86 both use same data files >> >> >>

Re: [WiX-users] x64 and x86 both use same data files

2007-06-06 Thread John Vottero
sts.sourceforge.net > Subject: [WiX-users] x64 and x86 both use same data files > > > The problem: > Currently I have a data component that installes to ProgramFilesFolder, > but > on a x64 machine it will install my executable to ProgramFiles64Folder > and > the data needs

[WiX-users] x64 and x86 both use same data files

2007-06-06 Thread Magus
The problem: Currently I have a data component that installes to ProgramFilesFolder, but on a x64 machine it will install my executable to ProgramFiles64Folder and the data needs to be in relation to it. On X64 the x86 program files will not install. Is there a way to accomplish this task.