Re: [WiX-users] Can WiX 2.0 make 64-bit MSI?

2008-08-21 Thread Костиков Александр
Vista x64 Enterprise without SP1. But you gave me a clue to the problem, I'll try to fix some compiler options. Thanks. Any details about the bug? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: Friday, August 22, 2008 3:15 AM To: Gene

[WiX-users] WiX x64 CustomAction

2008-08-21 Thread Костиков Александр
Can I use x64-compiled dll for CustomAction? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip fo

[WiX-users] Can WiX 2.0 make 64-bit MSI?

2008-08-20 Thread Костиков Александр
I know that exists. But when I try to call 64-bit dll in Custom Action I get "%1 is not a valid Win32 application" error. It seems to me that MSI is 32-bit and it cannot call 64 dll. Is there a way to call 64-bit dll? May be it is supported in WiX 3.0? -

Re: [WiX-users] Response to error in CustomAction

2008-08-15 Thread Костиков Александр
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Thursday, August 14, 2008 7:16 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Response to error in CustomAction Костиков Александр wrote: > My CustomAction

Re: [WiX-users] Response to error in CustomAction

2008-08-14 Thread Костиков Александр
My CustomAction is executed after InstallFinalize. Desired behavior - installer rolls back. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Костиков Александр Sent: Thursday, August 14, 2008 5:38 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users

[WiX-users] Response to error in CustomAction

2008-08-14 Thread Костиков Александр
How to cancel installation based on custom action return value? I thought returning ERROR_INSTALL_FAILURE from my custom action would be enough but installer ignores it and continues to install. - This SF.Net email is spon

[WiX-users] DIFxAPP won't install WdfCoInstaller

2008-08-07 Thread Костиков Александр
I'm using WiX 2 and DIFxAPP that ships with Vista WDK. Application to install is a KMDF class filter driver. I have written an INF file that describes that my driver uses WDF. But DIFxAPP won't see that and installs only driver files ignoring WdfCoInstaller. Where is the error? There are INF fil

[WiX-users] GUID for different platforms

2008-07-11 Thread Костиков Александр
The project is a driver that supports x86 and amd64 platforms. Do I need to create new wxs-file with its own unique GUIDs for , and , or can I use the same wxs-file for all platforms? In the latter case msi-packages will be different by (there is auto creation for in wxs: '--???