so, the WiX DTF is always 32-bit?  even the 64-bit install?

-----Original Message-----
From: Wilson, Phil [mailto:phil.wil...@invensys.com] 
Sent: Thursday, July 01, 2010 2:16 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows 7 Custom Action Registry problem

Windows Installer does that, and it looks at the bitness of the code and (if 
necessary) launches a matching-bitness msiexec.exe process to call the Dll 
(which is how I think DTF CAs start up). That's why the only custom action type 
that has a "run in 64-bit mode" option is a script type because you can't tell 
from a script what bitness it should run with, unlike compiled binaries. 

Phil Wilson 


-----Original Message-----
From: Kurt Jensen [mailto:kurt.jen...@ophir-spiricon.com] 
Sent: Thursday, July 01, 2010 1:00 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows 7 Custom Action Registry problem

Could WiX be launching the CA as in 32-bit mode?

-----Original Message-----
From: Kurt Jensen [mailto:kurt.jen...@ophir-spiricon.com] 
Sent: Thursday, July 01, 2010 1:34 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows 7 Custom Action Registry problem

yeah, I thought about that.

it is a C# custom action built for the "Any CPU" platform running on a 64-bit 
OS in a 64-bit WiX install.  I don't know how it could possibly be 32-bit.

-----Original Message-----
From: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com] 
Sent: Thursday, July 01, 2010 1:22 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Windows 7 Custom Action Registry problem

that seems to indicate that your custom action is running as 32-bit, if you run 
them as 64-bit things should just work..

On Thu, Jul 1, 2010 at 10:09 PM, Kurt Jensen <kurt.jen...@ophir-spiricon.com> 
wrote:
> That's it!
>
> So far I cannot find an equivalent in .NET but at least now I can track down 
> the communication breakdown...
>
> Thanks to all!
>
>
> -----Original Message-----
> From: i...@roadrunner.com [mailto:i...@roadrunner.com]
> Sent: Thursday, July 01, 2010 11:23 AM
> To: General discussion for Windows Installer XML toolset.
> Cc: Kurt Jensen
> Subject: Re: [WiX-users] Windows 7 Custom Action Registry problem
>
>> also, this solution was developed by another less install oriented 
>> programmer for the original vsproj under VS2008.  I moved the code 
>> as-is over to WiX on a 32-bit install and it worked.  now we are 
>> adding a 64-bit install.  if I change to having Windows Installer do 
>> the job then I really am reinventing the wheel from our perspective.
>
> Maybe your keys get redirected? Check 
> HKLM\SOFTWARE\Wow6432Node\Spiricon\Version5. Maybe your values are there.
> If so, you need to add KEY_WOW64_64KEY to RegOpenKey (or whatever the .NET 
> equivalent is).
>
> **********************************************************************
> This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they 
> are addressed. If you have received this email in error please notify 
> the system manager.
>
> This footnote also confirms that this email message has been swept by 
> MIMEsweeper for the presence of computer viruses.
>
> www.clearswift.com
> **********************************************************************
>
>
> ----------------------------------------------------------------------
> -------- This SF.net email is sponsored by Sprint What will you do 
> first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint What will you do first with EVO, the 
first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at Portland House, Bressenden Place, London, 
SW1E 5BF (Registered number 166023). For a list of European legal entities 
within the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77. 
You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail 
inet.hqhelpd...@invensys.com. This e-mail and any attachments thereto may be 
subject to the terms of any agreements between Invensys (and/or its 
subsidiaries and affiliates) and the recipient (and/or its subsidiaries and 
affiliates).



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to