This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- 32-Bit DLL
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 20, 2012
10:04 AM
32-Bit DLL
This install needs to add a 32-bit DLL to the 'System' folder. What I don't know is what happens on 64-bit machines. Do I need to just include the dll in the 'SystemFolder' section of Destination Computer's folder and will the installer figure out that it should really go in Syswow64, or, do I need to include the dll under both Systemfolder and WindowsFolder\Syswow64, or something else?
Thanks
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 20, 2012
01:14 PM
You should be fine adding the file to just the SystemFolder. Windows Installer will install the file to System32 on 32-bit systems and to SysWow64 on 64-bit systems automatically.