> 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 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