Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How to install the same Component on 32 and 64bit


1 reply to this topic

Barvaz

Barvaz
  • Full Members
  • 37 posts

Posted 22 May 2012 - 09:18

Hi,

I have component that insert keys to Registry Data.
How can I use the same component for 32bit and 64bit as well.
I do not want to duplicate the component and condition it by 64-Bit Component.


Please advice

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 22 May 2012 - 11:02

If you want to write in the 64 bit section of the registry on 64 bit machines, you must use a separate component. If you want to write to the 32 bit section of the registry even on 64 bit machines, one 32 bit component is sufficient.