Jason,

Yes, I added the x64 platform for that project, and compiled the custom
action project to that platform.

Does it matter that my custom action project has dependencies to other
projects that are compiled for any CPU?  Those projects are not set to
compile from my solution when in x64 as the active configuration.

Amy

-----Original Message-----
From: Jason Ginchereau [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 27, 2008 1:42 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] 64 bit install with 64 bit managed custom
action

Did you add an x64 platform configuration to your managed CA project?

The MSBuild rules for managed custom actions should automatically
package the CA with the correct platform of SfxCA.dll based on the
project's platform configuration.


-----Original Message-----
From: Amy Rosewater [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2008 12:23 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] 64 bit install with 64 bit managed custom action

Hi All,



I have an install that is set for a 64 bit machine (that is, the
platform is set to x64, the components are all marked as 64 bit etc.).
I also have a managed custom action dll written in c# which I compile to
target the 64 bit framework.  However, when I execute the install, I see
msiexec *32 and rundll32.exe processes spun up during the execution of
my custom action.  How do I stop that?



Amy



Amy Rosewater

SPECTRUM Human Resource Systems Corporation

707 17th Street Suite 3800

Denver CO, 80202

303.592.3403

[EMAIL PROTECTED]



------------------------------------------------------------------------
-
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 for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
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 for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to