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
- :
- Re: 64-bit driver install support?
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
Feb 06, 2009
05:38 PM
64-bit driver install support?
I am currently using InstallShield 2008 scripts to install USB and printer drivers. This has been working well for W2K, XP(32-bit), and Vista(32-bit). Win7(32-bit) Beta fails, but that is another thread.
We will soon be developing a 64-bit USB and printer drivers that will need to be installed for XP(64-bit), Vista(64-bit), and Win7(64-bit).
What is the recommend way to install 64-bit drivers? There doesn't seem to be any detailed information regarding 64-bit application and driver installation support on this forum or InstallShields web site. From the bit of info I was able to find, it appears 64-bit installation through InstallShield scripts is pretty much useless. 😞
I did find one small note called "Targeting 64-bit Operating Systems". This small note indicated that I would need to use Windows Installer to do 64-bit installations.
Is the only way to do 64-bit driver installs is to use Windows Installer (MSI)?
Thanks,
Cris
We will soon be developing a 64-bit USB and printer drivers that will need to be installed for XP(64-bit), Vista(64-bit), and Win7(64-bit).
What is the recommend way to install 64-bit drivers? There doesn't seem to be any detailed information regarding 64-bit application and driver installation support on this forum or InstallShields web site. From the bit of info I was able to find, it appears 64-bit installation through InstallShield scripts is pretty much useless. 😞
I did find one small note called "Targeting 64-bit Operating Systems". This small note indicated that I would need to use Windows Installer to do 64-bit installations.
Is the only way to do 64-bit driver installs is to use Windows Installer (MSI)?
Thanks,
Cris
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 06, 2009
07:48 PM
You should be able to use MSI or InstallScript projects to install drivers (32 or 64-bit). Both project types rely on the Microsoft Driver Install Framework (DIFx) to perform driver installation. From InstallScript projects, there are a few functions that are wrappers for DIFxAPI, such as DIFxDriverPackageInstall.