Hello,
in my Application I need to install files of a folder depend on the 32/64bit System.
E.g. c:\Prgram Files\MyApplication\thisFolder
The content files of thisFolder are depend on the System (32/64 bit).
So that I need to detect the 32/64bit -System and copy...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
2 results in 0.0182 seconds.
Keywords
Members
Tags
-
Install files depend on 32 or 64bit OS
-
-
Accessing 64-bit Registry with 32-bit Installer
I finally figured out why I was having a big problem in the installer, namely that the Registry access functions on 64-bit computers are redirected, so for instance HKLM\Software\Vendor is really accessing HKLM\Software\Wow6432Node\Vendor. Because I needed to access another vendor's registry keys, and...
-