Re: [WiX-users] 64-bit installer questions (simple)

2008-12-16 Thread Bob Arnson
Michael Owings wrote: > I realize this is late, but to answer my own question (and for > posterity) my code had > > InstallerVersion='100' in the product element. Setting it to '200' did > the trick. There is apparently no such plastform as 'x64' under 1.00. ICE validation catches that. You sh

Re: [WiX-users] 64-bit installer questions (simple)

2008-12-16 Thread Michael Owings
gt;> >> -Jason- >> >> -Original Message----- >> From: Martin MacPherson [mailto:mar...@metapixel.co.uk] >> Sent: Friday, October 17, 2008 9:34 AM >> To: mi...@swampgas.com; General discussion for Windows Installer XML toolset. >> Subject: Re: [WiX-

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Michael Owings
unfortunate limitation in the way MSI > supports 64bit platforms. > > -Jason- > > -Original Message- > From: Martin MacPherson [mailto:[EMAIL PROTECTED] > Sent: Friday, October 17, 2008 9:34 AM > To: [EMAIL PROTECTED]; General discussion for Windows Installer XML to

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Jason Ginchereau
n unfortunate limitation in the way MSI supports 64bit platforms. -Jason- -Original Message- From: Martin MacPherson [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 9:34 AM To: [EMAIL PROTECTED]; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64-

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Michael Owings
Martin MacPherson wrote: > I don't really know anything about 64-bit installations but as far as I > can see there is a 64-bit version of wix..perhaps that might help? Hmmm -- dunno. Make sense to anyone else? > > http://wix.sourceforge.net/releases/3.0.4603.0/ > > 2008/10/17 Michael Owings <[

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Martin MacPherson
I don't really know anything about 64-bit installations but as far as I can see there is a 64-bit version of wix..perhaps that might help? http://wix.sourceforge.net/releases/3.0.4603.0/ 2008/10/17 Michael Owings <[EMAIL PROTECTED]> > This is certainly more of a Windows Installer question, but he

[WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Michael Owings
This is certainly more of a Windows Installer question, but here goes: 1) I've noticed that my MSI will not run on a Vista-64 box if I add the Platforms="x64" attribute. The error is something to the effect of : "This installation package could not be opened. Contact the application vendor to v

[WiX-users] 64 bit Installer

2008-09-24 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, I am creating 64 bit installer. For this, I have added Platform attribute as x64 and in Component , added one attribute Win64='yes'. But it is giving error as mentioned below. An unexpected Win32 exception with error code 0x654 occurred: Please help. Regards Sandeep -