Re: [WiX-users] installing an application as a pure x86 app on Vista 64.

2009-09-10 Thread Blair
Windows Installer XML toolset. Subject: Re: [WiX-users] installing an application as a pure x86 app on Vista 64. I've run the msi using Msiexec as suggested, and attached the resulting log file. The error is: "DIFXAPP: ERROR - You need to use the 64-bit version of DIFXAPP.DLL to insta

Re: [WiX-users] installing an application as a pure x86 app on Vista 64.

2009-09-10 Thread Roy Chastain
[mailto:dvo...@icrcompany.com] Sent: Thursday, September 10, 2009 12:42 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] installing an application as a pure x86 app on Vista 64. Clearly I've stated my question wrong. My problem right now is with the intsalle

Re: [WiX-users] installing an application as a pure x86 app on Vista 64.

2009-09-10 Thread dvogel
in > > > > > -Original Message- > From: dvo...@icrcompany.com [mailto:dvo...@icrcompany.com] > Sent: Wednesday, September 09, 2009 20:11 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] installing an application as a pure x86

Re: [WiX-users] installing an application as a pure x86 app on Vista 64.

2009-09-10 Thread Neil Sleightholm
-- > Roy Chastain > > > > > -Original Message- > From: dvo...@icrcompany.com [mailto:dvo...@icrcompany.com] > Sent: Wednesday, September 09, 2009 20:11 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [Wi

Re: [WiX-users] installing an application as a pure x86 app on Vista 64.

2009-09-10 Thread Neil Sleightholm
vo...@icrcompany.com] > Sent: Wednesday, September 09, 2009 20:11 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] installing an application as a pure x86 app > on > Vista 64. > > Why would the .NET binaries try to load any 32-bit dep

Re: [WiX-users] installing an application as a pure x86 app on Vista 64.

2009-09-10 Thread Roy Chastain
Message- From: dvo...@icrcompany.com [mailto:dvo...@icrcompany.com] Sent: Wednesday, September 09, 2009 20:11 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] installing an application as a pure x86 app on Vista 64. Why would the .NET binaries try to load any

Re: [WiX-users] installing an application as a pure x86 app on Vista 64.

2009-09-09 Thread dvogel
Why would the .NET binaries try to load any 32-bit dependent Dlls during installation? As far as I was aware the installer was just copying those Dlls to the proper locations. I'll try installing via command line. Hopefully that will actually produce some sort of error message. Dan > I've seen

Re: [WiX-users] installing an application as a pure x86 app on Vista 64.

2009-09-09 Thread Wilson, Phil
I've seen this when it's not an installer issue, it's because the .NET binaries are AnyCpu and consequently run as native 64-bit and can't load 32-bit dependent Dlls. When this happens during the install custom actions fail etc. You didn't see any kind of error message when the install failed?