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
- :
- Same group of files, installed to many folders?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Nov 18, 2008
07:13 AM
Same group of files, installed to many folders?
Hello,
My software has about 20 .dlls that get installed into many different folders. From everything i've seen, InstallShield can't have a component install to more than one location.
How do you experts handle something like this?
My install package is getting extremely large and slow because of this.
I was considering making 1 component with the files, install it to a temporary area, then writing a custom action to copy these files to the necessary folders. This seemed a bit cheesy though.
BTW, i'm using instalshield 2009 installscript msi project.
My software has about 20 .dlls that get installed into many different folders. From everything i've seen, InstallShield can't have a component install to more than one location.
How do you experts handle something like this?
My install package is getting extremely large and slow because of this.
I was considering making 1 component with the files, install it to a temporary area, then writing a custom action to copy these files to the necessary folders. This seemed a bit cheesy though.
BTW, i'm using instalshield 2009 installscript msi project.
(2) Replies
‎Nov 18, 2008
03:23 PM
jschertzer wrote:
Hello,
My software has about 20 .dlls that get installed into many different folders. From everything i've seen, InstallShield can't have a component install to more than one location.
How do you experts handle something like this?
My install package is getting extremely large and slow because of this.
I was considering making 1 component with the files, install it to a temporary area, then writing a custom action to copy these files to the necessary folders. This seemed a bit cheesy though.
BTW, i'm using instalshield 2009 installscript msi project.
It's not the fault of IS.
The MSI SDK best practice requires you to make a component of each .dll, .exe etc.
Can't you put the shared DLL in SystemFolder, marked permanent and shared for this purpose?
reg, Henno.