Hi,
 
Our application needs to have .NET 2.0 installed on the user's machine. It is 
used on both 32 bit and 64 bit operating systems. 
 
I looked at the example on Sourceforge and modified the project to create the 
bootstrapper with 32 bit dotnetfx 2.0, and it works fine. How do I add x64 and 
IA64 redistributables to the project so it can conditionally install these on 
different operating systems?  
 
Or do I need to write an unmanaged Windows bootstrap application to query the 
OS and decide which one to launch?

 

Also it is not clear to me how I can query the registry. If my Win32 
application queries the registry to check to see if the prerequisite is 
installed on x64 OS would it be seeing the WoW part of the registry? As I 
understand it, Win32 applications registry calls would be mapped to a different 
part of the registry. Can someone clarify how these work and how they affect 
the deployment scenarios?
 
Thanks.
 
Umesh

                                          
_________________________________________________________________
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5
------------------------------------------------------------------------------
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