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: Copying a DLL in another product installation directory
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
Nov 09, 2009
09:23 AM
Copying a DLL in another product installation directory
Hello,
Under InstallShield 2009 Premier, my own setup (written in Basic MSI) needs to copy a DLL in the installation directory of Firefox (whatever its version).
Is it possible and how ?
First of all, how can I detect Firefox previous installation ?
Rgds
JFB
Under InstallShield 2009 Premier, my own setup (written in Basic MSI) needs to copy a DLL in the installation directory of Firefox (whatever its version).
Is it possible and how ?
First of all, how can I detect Firefox previous installation ?
Rgds
JFB
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 09, 2009
05:36 PM
It is possible to install to pretty much any folder on a machine including the Firefox installation directory.
Hopefully, there is some Firefox registry value that indicates the install location of Firefox. If so, then you could use a System Search to obtain the install location from this registry value. Then you could use a Set Property or Set Directory custom action to set the install location of the file you are including with your install to point to the Firefox installation location.
If Firefox installs to one of only a few install locations, then you could also create one system search to look into each such install location for the main Firefox executable. This could be another way to find the installation location of Firefox.
Hope this helps!
Hopefully, there is some Firefox registry value that indicates the install location of Firefox. If so, then you could use a System Search to obtain the install location from this registry value. Then you could use a Set Property or Set Directory custom action to set the install location of the file you are including with your install to point to the Firefox installation location.
If Firefox installs to one of only a few install locations, then you could also create one system search to look into each such install location for the main Firefox executable. This could be another way to find the installation location of Firefox.
Hope this helps!
