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: Installing or copying files dynamically
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 23, 2012
09:26 AM
Installing or copying files dynamically
Hi,
I need to copy/install files (help files) dynamically based on the product type.
Eg : We have one basic msi project, and which contains 3 types (say a, b, c) and while installing the application we will get the input from user about the type. based on the user selection we will enable \ disable the links in the application.
now for the above 3 types we have separate help files, and that need to be copied based on the user selection. (for a we need to copy a.chm.....)
That means in the project i will add 3 help files and while installation i have to select the file based on the product type
Please tell me how to do this, (We are using Installshield 2010, basic msi project)
thanks in advance,
nidheesh
I need to copy/install files (help files) dynamically based on the product type.
Eg : We have one basic msi project, and which contains 3 types (say a, b, c) and while installing the application we will get the input from user about the type. based on the user selection we will enable \ disable the links in the application.
now for the above 3 types we have separate help files, and that need to be copied based on the user selection. (for a we need to copy a.chm.....)
That means in the project i will add 3 help files and while installation i have to select the file based on the product type
Please tell me how to do this, (We are using Installshield 2010, basic msi project)
thanks in advance,
nidheesh
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 06, 2012
09:57 PM
simple you can create an custom action that copies the file depending upon the user input.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 06, 2012
10:10 PM
CHANDINATHREDDY wrote:
simple you can create an custom action that copies the file depending upon the user input.
Thank you very much, but i done in a different way, i just created 3 components and gave the "condition"..
Nidheesh