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: How to install Multiple copies of single file ?
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
Sep 05, 2013
02:02 AM
How to install Multiple copies of single file ?
Hello All,
How to install same file ( .dll or any other file ) in two different location . like
My app -
folder A -
a.dll
folder B -
a.dll
b.dll
In our application we have two application ( .exe ) and two to three web packages . so we need some common dll must be installed on some folders . Is it possible to do with Installshield 2013 limited addition with visual-studio .
with regards ,
jophy
How to install same file ( .dll or any other file ) in two different location . like
My app -
folder A -
a.dll
folder B -
a.dll
b.dll
In our application we have two application ( .exe ) and two to three web packages . so we need some common dll must be installed on some folders . Is it possible to do with Installshield 2013 limited addition with visual-studio .
with regards ,
jophy
- Tags:
- install
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 11, 2013
04:40 AM
Hi Jophy,
It is possible to install same files in two different locations with InstallShield Limited Edition 2013.
Please follow the below steps for the same-
For example, in your case, you have to navigate to “Files” view:
1. Right click on My app and create 2 new folders in the “Destination computer’s folders”.
2. Now, from the “source computer’s files”, just drag and drop a.dll to “Destination computer’s files”, while folder A is selected.
3. And drag a.dll and b.dll in the same way, drop to “Destination computer’s files”, while folder B is selected.
In this way same files can be installed under multiple folders..
Kindly let us know if there are any other issues.
Thank You,
Chaitra
It is possible to install same files in two different locations with InstallShield Limited Edition 2013.
Please follow the below steps for the same-
For example, in your case, you have to navigate to “Files” view:
1. Right click on My app and create 2 new folders in the “Destination computer’s folders”.
2. Now, from the “source computer’s files”, just drag and drop a.dll to “Destination computer’s files”, while folder A is selected.
3. And drag a.dll and b.dll in the same way, drop to “Destination computer’s files”, while folder B is selected.
In this way same files can be installed under multiple folders..
Kindly let us know if there are any other issues.
Thank You,
Chaitra
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 12, 2013
10:59 PM
Hello Chaitra,
Sorry for the late replay , i was not talking about adding dll manually . When we have two application (ex: two WPF applications ) that to be distributed with the single setup , we put one application in in one folder (say folder "A" ) and we put another application in another folder ( say folder B). We set find and add dependent dll automatically (setting from property window ).
The both application use some third party dll's . For working of both application need that dll's , but by default install shield don't install multiple copy of dll (that is dll's will only be installed on folder A or folder B). Is any way to set add multiple copy of dll in installation .
with regards ,
jophy
Sorry for the late replay , i was not talking about adding dll manually . When we have two application (ex: two WPF applications ) that to be distributed with the single setup , we put one application in in one folder (say folder "A" ) and we put another application in another folder ( say folder B). We set find and add dependent dll automatically (setting from property window ).
The both application use some third party dll's . For working of both application need that dll's , but by default install shield don't install multiple copy of dll (that is dll's will only be installed on folder A or folder B). Is any way to set add multiple copy of dll in installation .
with regards ,
jophy
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 17, 2013
07:52 AM
Hi Jophy,
Please try to place all the third party dependent dll’s in GAC (C:\windows\assembly) so that both the applications can make use of the dependent dll’s present in this location.
There is no automated method to add multiple dll’s, so using GAC and placing all the dll’s in this location might help this issue in a better way.
Kindly let us know if you need any further assistance on this.
Thank You,
Chaitra
Please try to place all the third party dependent dll’s in GAC (C:\windows\assembly) so that both the applications can make use of the dependent dll’s present in this location.
There is no automated method to add multiple dll’s, so using GAC and placing all the dll’s in this location might help this issue in a better way.
Kindly let us know if you need any further assistance on this.
Thank You,
Chaitra
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 18, 2013
05:07 AM
Hello chaitra,
placing all the third party dependent dll’s in GAC make issue ( it is licensed ) and we already tried putting all dll in gac it give error when update and modification time like multiple version of dll's . Is any other way ..
with regards
jophy
placing all the third party dependent dll’s in GAC make issue ( it is licensed ) and we already tried putting all dll in gac it give error when update and modification time like multiple version of dll's . Is any other way ..
with regards
jophy
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 23, 2013
06:11 AM
Hello,
You can use DuplicateFiles table to install copy of single file to multiple locations. There is no interface provided by installshield limited edition for this, so you have to use MSI Direct Editor like orca.
Please see Windows Installer documentation for details of different columns of DuplicateFiles table.
Thanks,
Chiranjeevi
You can use DuplicateFiles table to install copy of single file to multiple locations. There is no interface provided by installshield limited edition for this, so you have to use MSI Direct Editor like orca.
Please see Windows Installer documentation for details of different columns of DuplicateFiles table.
Thanks,
Chiranjeevi
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 23, 2013
10:33 PM
Hello chiranjeevi,
But orca work with setup file ( .msi or .exe file ) . That means we have to edit after building , we are using TFS build to create setup and one day our team make more than 5 build's . For testing we have to manually edit all setup it is difficult option and error prone , is any easy automated option for this .
with regards
jophy
But orca work with setup file ( .msi or .exe file ) . That means we have to edit after building , we are using TFS build to create setup and one day our team make more than 5 build's . For testing we have to manually edit all setup it is difficult option and error prone , is any easy automated option for this .
with regards
jophy
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 10, 2013
02:05 AM
Hello jophy,
Unfortunately, there is no automated option available to achieve the required behavior, other than aforementioned.
Regards,
Chiranjeevi
Unfortunately, there is no automated option available to achieve the required behavior, other than aforementioned.
Regards,
Chiranjeevi
